Home
last modified time | relevance | path

Searched refs:section (Results 26 – 50 of 80) sorted by relevance

1234

/PHP-5.5/ext/gmp/tests/
H A D001.phpt12 text in the --EXPECT-- section below for the tests
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug41445.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names)
/PHP-5.5/ext/ereg/tests/
H A Dregular_expressions.inc5 * based on documentation on http://www.tin.org/bin/man.cgi?section=7&topic=regex .
/PHP-5.5/Zend/tests/
H A Dbug24635.phpt12 $section = new SectionClass("PageClass::Display");
/PHP-5.5/ext/pdo/tests/
H A Dbug_40285.phpt21 $s = $db->prepare("INSERT INTO test VALUES( ':id', 'name', 'section', 22)" );
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities19.phpt8 "\x41\x98\xBA\x42\xE2\x98\x43\xE2\x98\xBA\xE2\x98", // example from HTML5, section 2.4
H A Dhtmlentities-utf-3.phpt6 /* conformance to Unicode 5.2, section 3.9, D92 */
/PHP-5.5/ext/iconv/tests/
H A Dtranslit-failure.phpt17 // in INI section or use file 'TranslitFail1.ISO-8859-1'.
/PHP-5.5/ext/openssl/tests/
H A Dopenssl.cnf20 organizationalUnitName = Organizational Unit Name (eg, section)
/PHP-5.5/ext/phar/tests/files/
H A Dopenssl.cnf20 organizationalUnitName = Organizational Unit Name (eg, section)
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_error.phpt27 // close the handle so can remove dir in CLEAN section
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 Dopendir_basic.phpt24 // create temporary directories - will remove 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 Dscandir_variation8.phpt62 // remove all files in directory so can remove directory in CLEAN section
/PHP-5.5/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt2 Test the File Modification Time as described in http://tools.ietf.org/html/rfc3659#section-3.1
/PHP-5.5/
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 …]
/PHP-5.5/sapi/cli/tests/
H A Dbug61977.phpt14 * the EXPECTF section accordingly
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt2 phpinfo() mysqli section
H A D003.phpt33 Display widths (used as described in the preceding section) are no longer supported.
/PHP-5.5/ext/mysql/tests/
H A Dmysql_phpinfo.phpt2 phpinfo() mysql section
/PHP-5.5/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt33 // it doesn't seem to be changeable in the --INI-- section
/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/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

Completed in 78 milliseconds

1234