Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 80) sorted by last modified time

1234

/PHP-5.5/win32/
H A Dinstall.txt54 described in the What can PHP do? section:
82 section about writing command line PHP applications. In this case, you
92 From now on, this section deals with setting up PHP for web servers on
104 This section applies to Windows 98/Me and Windows NT/2000/XP/2003. PHP
291 in Chapter 5 section.
371 This section contains notes and hints specific to IIS (Microsoft
377 attacks. Please read our CGI security section to learn how to defend
529 # Add to the end of the LoadModule section
532 # Add to the end of the AddModule section
546 Installation Steps section, you need to insert these lines to your
[all …]
/PHP-5.5/tests/run-test/
H A Dtest004.phpt2 INI section allows '='
/PHP-5.5/tests/security/
H A Dopen_basedir.inc103 // Delete directories using a --CLEAN-- section!
/PHP-5.5/
H A Dserver-tests.php1151 $section = '';
1156 $section = $r[1];
1157 $section_text[$section] = '';
1162 $section_text[$section] .= $line;
H A Drun-tests.php1172 if (is_null($section)) {
1173 $section = strtoupper($file);
1176 echo "\n========" . $section . "========\n";
1233 $section = 'TEST';
1246 $section = $r[1];
1247 settype($section, 'string');
1249 if (isset($section_text[$section])) {
1250 $bork_info = "duplicated $section section";
1254 $section_text[$section] = '';
1255 $secfile = $section == 'FILE' || $section == 'FILEEOF' || $section == 'FILE_EXTERNAL';
[all …]
H A Dphp.ini-development27 ; Directives following the section heading [PATH=/www/mysite] only
29 ; following the section heading [HOST=www.example.com] only apply to
1376 ; NOTE 2: See the section on garbage collection below if you choose to
H A Dphp.ini-production27 ; Directives following the section heading [PATH=/www/mysite] only
29 ; following the section heading [HOST=www.example.com] only apply to
1376 ; NOTE 2: See the section on garbage collection below if you choose to
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar703 throw new gtUnknownSectionException('Unrecognised optional section');
1410 * Construct the common headers (title, file section..) of the test case
1447 * Start the FILE section of the test
1494 * Add FILE section closing tag to teh test case
1503 * Add a skipif section to the test case
1537 * Add an INI section to the test case
1547 * Add a clean section to the test case
1567 * Add an EXPECTF section
1620 //Opening section and start of test case array.
1626 * Add the test section to call the function
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt73 (in the section "MAGNUS EDITOR").
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1294 static void fpm_conf_ini_parser_section(zval *section, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_section() argument
1301 if (!strcasecmp(Z_STRVAL_P(section), "global")) { in fpm_conf_ini_parser_section()
1309 if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) { in fpm_conf_ini_parser_section()
1319 … Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1323 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1325 …loc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
/PHP-5.5/sapi/cli/tests/
H A Dbug61977.phpt14 * the EXPECTF section accordingly
/PHP-5.5/sapi/aolserver/
H A DREADME39 a) New section
41 Add a new section to pass options to PHP (required):
45 You can use the following commands in this section:
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt6 /* conformance to Unicode 5.2, section 3.9, D92 */
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_file.phpt48 [section]
55 [section]
62 section.test=hello
68 [section]
69 section.test=hello
75 [section]
157 ["section"]=>
168 ["section.test"]=>
172 ["section"]=>
174 ["section.test"]=>
[all …]
H A Dparse_ini_string_001.phpt12 ; Section starts with [<section name>]
H A Dparse_ini_string_002.phpt36 [section]
42 [section]
48 section.test=hello
53 [section]
54 section.test=hello
59 [section]
117 [%u|b%"section"]=>
128 [%u|b%"section.test"]=>
132 [%u|b%"section"]=>
134 [%u|b%"section.test"]=>
[all …]
H A Dbug41445.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names)
H A Dbug41445_1.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file.phpt14 ; Section starts with [<section name>]
H A Dpopen_pclose_basic-win32.phpt33 // it doesn't seem to be changeable in the --INI-- section
H A Dbug46347.phpt7 [section]
/PHP-5.5/ext/standard/tests/dir/
H A Dclosedir_error.phpt28 //successfully close the directory handle so can delete in CLEAN section
H A Dclosedir_variation2.phpt17 //create temporary directory for test, removed in CLEAN section
H A Dgetcwd_basic.phpt16 //create temporary directory for test, removed in CLEAN section

Completed in 81 milliseconds

1234