section          1401 ext/exif/exif.c static char *exif_get_sectionname(int section)
section          1403 ext/exif/exif.c 	switch(section) {
section          1422 ext/exif/exif.c static tag_table_type exif_get_tag_table(int section)
section          1424 ext/exif/exif.c 	switch(section) {
section          3259 ext/exif/exif.c 	int section, sn;
section          3266 ext/exif/exif.c 	for(section=0;;section++) {
section           301 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, section)
section           309 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, section)
section           414 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, section)
section          2457 ext/imap/php_imap.c 	zend_string *section = NULL;
section          2461 ext/imap/php_imap.c 	if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rzl|Sl", &stream, &out, &msgno, &section, &flags)) {
section          2493 ext/imap/php_imap.c 	mail_fetchbody_full(imap_ptr->imap_stream, msgno, section?ZSTR_VAL(section):"", NULL, flags);
section          3322 ext/imap/php_imap.c 	zend_string *section;
section          3328 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlS", &streamind, &msg, &section) == FAILURE) {
section          3343 ext/imap/php_imap.c 	body=mail_body(imap_le_struct->imap_stream, msg, (unsigned char*)ZSTR_VAL(section));
section           812 ext/openssl/openssl.c static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH_OF(CONF_VALUE) * config) /* {{{ */
section           814 ext/openssl/openssl.c static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH * config)
section           821 ext/openssl/openssl.c 	if (!X509V3_EXT_add_conf(config, &ctx, (char *)section, NULL)) {
section           824 ext/openssl/openssl.c 				section,
section          1306 sapi/fpm/fpm/fpm_conf.c static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */
section          1313 sapi/fpm/fpm/fpm_conf.c 	if (!strcasecmp(Z_STRVAL_P(section), "global")) {
section          1321 sapi/fpm/fpm/fpm_conf.c 		if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) {
section          1331 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));
section          1335 sapi/fpm/fpm/fpm_conf.c 	config->name = strdup(Z_STRVAL_P(section));
section          1337 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));