Searched refs:section (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/ext/ereg/tests/ |
| H A D | regular_expressions.inc | 5 * based on documentation on http://www.tin.org/bin/man.cgi?section=7&topic=regex .
|
| /PHP_TRUNK/ext/exif/ |
| H A D | example.php | 16 foreach($exif as $key=>$section) { 17 foreach($section as $name=>$val) {
|
| H A D | exif.c | 310 static const char * EXIF_ERROR_FSREALLOC = "Illegal reallocating of undefined file section"; 1384 Returns the name of a section 1417 static char *exif_get_sectionname(int section) argument 1419 switch(section) { 1438 static tag_table_type exif_get_tag_table(int section) argument 1440 switch(section) { 1521 /* This structure is used to store a section of a Jpeg file. */ 1632 Reallocate a file section returns 0 on success and -1 on failure 1957 /* php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Adding %d infos from section %s", image_info->info_list[section_index].count, exif_get_sectionname(section_index));*/ 2253 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "JPEG2000 comment section to 3271 int section, sn; local [all...] |
| /PHP_TRUNK/ |
| H A D | server-tests.php | 1097 // we eval the section so we can allow dynamic env vars 1151 $section = ''; variable 1154 // Match the beginning of a section. 1156 $section = $r[1]; variable 1157 $section_text[$section] = ''; 1161 // Add to the section text. 1162 $section_text[$section] .= $line; 1208 // now handle a SKIPIF section 1521 // cannot expect to match up the EXPECT section. We may however,
|
| H A D | run-tests.php | 733 --no-clean Do not execute clean section if any. 1152 function show_file_block($file, $block, $section = null) 1158 if (is_null($section)) { 1159 $section = strtoupper($file); variable 1162 echo "\n========" . $section . "========\n"; 1219 $section = 'TEST'; variable 1230 // Match the beginning of a section. 1232 $section = $r[1]; variable 1233 settype($section, 'string'); 1235 if (isset($section_text[$section])) { [all...] |
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 301 ZEND_ARG_INFO(0, section) 309 ZEND_ARG_INFO(0, section) 414 ZEND_ARG_INFO(0, section) 2326 /* {{{ proto string imap_fetchbody(resource stream_id, int msg_no, string section [, int options]) 2327 Get a specific body section */ 2366 /* {{{ proto string imap_fetchmime(resource stream_id, int msg_no, string section [, int options]) 2367 Get a specific body section's MIME headers */ 2405 /* {{{ proto bool imap_savebody(resource stream_id, string|resource file, int msg_no[, string section = ""[, int options = 0]]) 2406 Save a specific body section to a file */ 2412 char *section local 3273 char *section; local [all...] |
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_conf.c | 725 zlog(ZLOG_ERROR, "No pool defined. at least one pool section must be specified in config file"); 1271 static void fpm_conf_ini_parser_section(zval *section, void *arg TSRMLS_DC) /* {{{ */ argument 1278 if (!strcasecmp(Z_STRVAL_P(section), "global")) { 1286 if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) { 1296 zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); 1300 config->name = strdup(Z_STRVAL_P(section)); 1302 zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); 1331 if (!current_wp) { /* we are in the global section */ 1378 zlog(ZLOG_ERROR, "[%s:%d] Array are not allowed in the global section", ini_filename, ini_lineno);
|
| /PHP_TRUNK/ext/openssl/ |
| H A D | openssl.c | 749 static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH_OF(CONF_VALUE) * config TSRMLS_DC) /* {{{ */ argument 751 static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH * config TSRMLS_DC) 758 if (!X509V3_EXT_add_conf(config, &ctx, (char *)section, NULL)) { 759 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error loading %s section %s of %s", 761 section, 782 php_error_docref(NULL TSRMLS_CC, E_WARNING, "problem loading oid section %s", str); 2864 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error loading extension section %s", req.request_extensions_section);
|
Completed in 90 milliseconds