Home
last modified time | relevance | path

Searched refs:first (Results 101 – 125 of 484) sorted by relevance

12345678910>>...20

/PHP-8.2/ext/date/tests/
H A Ddate-time-modify-times.phpt14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
/PHP-8.2/ext/simplexml/tests/
H A D003.phpt15 <elem1 attr1='first'>
44 string(5) "first"
/PHP-8.2/ext/phar/tests/
H A Dtest_unset.phpt16 $phar->setAlias('first');
23 $phar->setAlias('first');
/PHP-8.2/ext/dom/tests/
H A Dcanonicalization.phpt24 /* inclusive/without comments first child element of doc element is context. */
27 /* exclusive/without comments first child element of doc element is context. */
30 /* inclusive/with comments first child element of doc element is context. */
33 /* exclusive/with comments first child element of doc element is context. */
39 /* exclusive/without comments first child element of doc element is context.
47 /* exclusive/without comments first child element of doc element is context.
/PHP-8.2/ext/standard/tests/dir/
H A Dopendir_variation3-win32-mb.phpt20 echo "\n-- Open directory first time: --\n";
43 -- Open directory first time: --
H A Dclosedir_variation2.phpt17 echo "\n-- Close directory handle first time: --\n";
39 -- Close directory handle first time: --
H A Dclosedir_variation2-win32-mb.phpt23 echo "\n-- Close directory handle first time: --\n";
45 -- Close directory handle first time: --
/PHP-8.2/ext/zlib/tests/
H A Dgzseek_basic2.phpt9 $str1 = "This is the first line.";
34 This is the first line.
H A Dgzseek_variation4.phpt9 $str1 = "This is the first line.";
34 This is the first line.
H A Dgzseek_variation5.phpt9 $str1 = "This is the first line.";
34 This is the first line.
H A Dgzseek_variation7.phpt9 $str1 = "This is the first line.";
41 This is the first line.This is the second line.
/PHP-8.2/ext/xmlwriter/tests/
H A D009.phpt16 xmlwriter_write_attribute($xw, 'attr1', 'first');
36 <elem1 attr1="first">
H A DOO_009.phpt17 $xw->writeAttribute('attr1', 'first');
37 <elem1 attr1="first">
/PHP-8.2/ext/spl/tests/SplFileObject/
H A Dbug46569.csv1 first,line
/PHP-8.2/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt29 $first = $stmt->fetchAll();
41 var_dump($first, $second);
/PHP-8.2/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt19 $a = array('one' => 'first');
51 'one' => 'first',
/PHP-8.2/sapi/phpdbg/tests/
H A Dexceptions_002.phpt11 prompt> handle first
40 print "handle first\n";
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug_61755.phpt19 echo "NULL-Byte before first placeholder:\n";
37 NULL-Byte before first placeholder:
/PHP-8.2/tests/lang/
H A Dbug22592.phpt42 [Only the first byte will be assigned to the string offset]
46 [Only the first byte will be assigned to the string offset]
/PHP-8.2/Zend/tests/
H A Dobjects_033.phpt7 // object HashTable first, then parent, then grandparent, etc...
14 // This test ensures that the first comparison yields the same
H A Dobjects_011.phpt2 redefining constructor (__construct first)
/PHP-8.2/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_005.phpt2 Test strict declaration being first operation only 005
/PHP-8.2/ext/intl/tests/
H A Dregression_sort_and_cow.phpt13 * Sort the array and the first copy.
26 // Sort given array and the first copy of it.
H A Dregression_sortwsk_and_cow.phpt14 * Sort the array and the first copy.
27 // Sort given array and the first copy of it.
/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_38_extended_error.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
26 Inserting first time which should succeed

Completed in 29 milliseconds

12345678910>>...20