Home
last modified time | relevance | path

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

1234

/PHP-7.0/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
282 in Chapter 5 section.
362 This section contains notes and hints specific to IIS (Microsoft
368 attacks. Please read our CGI security section to learn how to defend
520 # Add to the end of the LoadModule section
523 # Add to the end of the AddModule section
537 Installation Steps section, you need to insert these lines to your
[all …]
/PHP-7.0/tests/security/
H A Dopen_basedir.inc103 // Delete directories using a --CLEAN-- section!
/PHP-7.0/
H A Dserver-tests.php1150 $section = '';
1155 $section = $r[1];
1156 $section_text[$section] = '';
1161 $section_text[$section] .= $line;
H A Drun-tests.php1215 if (is_null($section)) {
1216 $section = strtoupper($file);
1219 echo "\n========" . $section . "========\n";
1282 $section = 'TEST';
1295 $section = $r[1];
1296 settype($section, 'string');
1298 if (isset($section_text[$section])) {
1299 $bork_info = "duplicated $section section";
1303 $section_text[$section] = '';
1304 $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
1329 ; 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
1329 ; NOTE 2: See the section on garbage collection below if you choose to
/PHP-7.0/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 the 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-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c1308 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section() argument
1315 if (!strcasecmp(Z_STRVAL_P(section), "global")) { in fpm_conf_ini_parser_section()
1323 if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) { in fpm_conf_ini_parser_section()
1333 … Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1337 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1339 …loc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
/PHP-7.0/sapi/cli/tests/
H A Dbug61977.phpt14 * the EXPECTF section accordingly
/PHP-7.0/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt16 * (https://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-28#section-7.2.1)
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt6 /* conformance to Unicode 5.2, section 3.9, D92 */
/PHP-7.0/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_1.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
H A Dbug41445.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names)
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
/PHP-7.0/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt33 // it doesn't seem to be changeable in the --INI-- section
H A Dparse_ini_file.phpt14 ; Section starts with [<section name>]
H A Dbug46347.phpt7 [section]
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_basic.phpt24 // create temporary directories - will remove in CLEAN section
H A Dopendir_variation2.phpt18 // create temporary directory for test, removed in CLEAN section
H A Dopendir_variation4.phpt63 * and to ensure directory is not in use at CLEAN section so can me removed
H A Dreaddir_error.phpt27 // close the handle so can remove dir in CLEAN section
H A Dscandir_variation8.phpt62 // remove all files in directory so can remove directory in CLEAN section

Completed in 65 milliseconds

1234