Home
last modified time | relevance | path

Searched refs:third (Results 1 – 25 of 110) sorted by relevance

12345

/PHP-8.4/ext/standard/tests/array/
H A Darray_column_variant.phpt11 echo "-- pass null as second parameter to get back all columns indexed by third parameter --\n";
14 echo "-- pass null as second parameter and bogus third param to get back zero-indexed array of all …
17 echo "-- pass null as second parameter and no third param to get back array_values(input) --\n";
23 -- pass null as second parameter to get back all columns indexed by third parameter --
44 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column…
65 -- pass null as second parameter and no third param to get back array_values(input) --
H A Dbug25359.phpt10 $data = array('first', 'fifth', 'second', 'forth', 'third');
27 string(5) "third"
H A Darray_diff_key_variation8.phpt14 'third' => array(0 => 'zero'),
35 ["third"]=>
H A Darray_diff_ukey_variation5.phpt14 'third' => array(0 => 'zero'),
35 ["third"]=>
/PHP-8.4/ext/standard/tests/file/
H A Dreadfile_variation1.phpt5 /* test readfile() with third argument : context */
11 /* Variation 1 : Check working of third argument of readfile() */
13 echo "*** Testing readfile(): checking third argument ***\n";
34 *** Testing readfile(): checking third argument ***
H A Dfscanf_variation1.phpt2 Test fscanf() function: usage variations - return type without third argument
10 echo "*** Testing fscanf(): for its return type without third argument ***\n";
23 // capturing the return value from fscanf() called without third argument
37 *** Testing fscanf(): for its return type without third argument ***
H A Duserdirstream.phpt17 $sample = array('first','second','third','fourth');
51 string(5) "third"
/PHP-8.4/ext/standard/tests/strings/
H A Dparse_str_basic1.phpt9 $s1 = "first=val1&second=val2&third=val3";
15 $s1 = "first=val1&second=val2&third=val3";
35 ["third"]=>
46 ["third"]=>
57 ["third"]=>
H A Dparse_str_basic2.phpt9 $s1 = "first=val1/second=val2/third=val3";
22 ["third"]=>
H A Dchop_variation3.phpt23 third line of heredocstring
72 third line of heredocstring"
75 third line of heredocstring"
/PHP-8.4/tests/classes/
H A Dprivate_006.phpt22 class third extends second {
25 third::do_show();
27 class fail extends third {
H A Dprivate_006b.phpt25 class third extends second {
31 $t3 = new third();
/PHP-8.4/ext/phar/tests/tar/
H A Dphar_stub.phpt32 $file = '<?php echo "third stub\n"; __HALT_COMPILER(); ?>';
72 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
73 <?php echo "third stub\n"; __HALT_COMPILER(); ?>booya
76 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
77 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
/PHP-8.4/ext/phar/tests/zip/
H A Dphar_stub.phpt32 $file = '<?php echo "third stub\n"; __HALT_COMPILER(); ?>';
72 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
73 <?php echo "third stub\n"; __HALT_COMPILER(); ?>booya
76 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
77 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
/PHP-8.4/ext/date/tests/
H A Dbug49059.phpt21 print "\$date1 after third diff (called at \$date2): " .
23 print "\$diff->days after third diff: " . $diff->days . "\n";
33 $date1 after third diff (called at $date2): 2009-03-25
34 $diff->days after third diff: 24
H A Dstrtotime_basic.phpt21 * This is parsed as the "third following Monday OR the second following
34 * This is parsed as the "third following Monday after the first Monday in December"
36 var_dump(date('Y-m-d', strtotime('third Monday December 2008')));
/PHP-8.4/Zend/tests/
H A Dbug66015.phpt14 'third',
30 3 => 'third',
H A Dbug71428.2.phpt8 …ic function fetch(int $first = PDO::FETCH_BOTH, int $second = PDO::FETCH_ORI_NEXT, int $third = 0);
14 … function fetch(int $first = PDO::FETCH_ASSOC, int $second = PDO::FETCH_ORI_PRIOR, int $third = 1);
/PHP-8.4/ext/phar/tests/
H A Dphar_stub.phpt36 $file = '<?php echo "third stub\n"; __HALT_COMPILER(); ?>';
107 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
108 <?php echo "third stub\n"; __HALT_COMPILER(); ?>booya
110 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
113 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
114 <?php echo "third stub\n"; __HALT_COMPILER(); ?>
H A Dbug53872.phpt17 print(file_get_contents('phar://bug53872-phar.phar/third.txt'));
25 content of third.txt
/PHP-8.4/ext/dom/tests/
H A Dbug32615.phpt32 $frag->appendChild(new DOMElement('third'));
62 $frag->appendChild(new DOMElement('third'));
79 <root><first/><second/><third/><fourth/></root>
82 <root><second/><third/><fourth/></root>
/PHP-8.4/sapi/cgi/tests/
H A Dbug61605.phpt14 header("A: third", FALSE);
32 [2] => A: third
/PHP-8.4/ext/pdo_mysql/tests/foo/bar/
H A Dbar.data3 99;third
/PHP-8.4/ext/spl/tests/SplFileObject/
H A DSplFileObject_testinput.csv1 first,second,third
/PHP-8.4/ext/phar/tests/bug53872/
H A Dthird.txt1 content of third.txt

Completed in 20 milliseconds

12345