Searched refs:third (Results 1 – 25 of 110) sorted by relevance
12345
/PHP-8.4/ext/standard/tests/array/ |
H A D | array_column_variant.phpt | 11 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 D | bug25359.phpt | 10 $data = array('first', 'fifth', 'second', 'forth', 'third'); 27 string(5) "third"
|
H A D | array_diff_key_variation8.phpt | 14 'third' => array(0 => 'zero'), 35 ["third"]=>
|
H A D | array_diff_ukey_variation5.phpt | 14 'third' => array(0 => 'zero'), 35 ["third"]=>
|
/PHP-8.4/ext/standard/tests/file/ |
H A D | readfile_variation1.phpt | 5 /* 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 D | fscanf_variation1.phpt | 2 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 D | userdirstream.phpt | 17 $sample = array('first','second','third','fourth'); 51 string(5) "third"
|
/PHP-8.4/ext/standard/tests/strings/ |
H A D | parse_str_basic1.phpt | 9 $s1 = "first=val1&second=val2&third=val3"; 15 $s1 = "first=val1&second=val2&third=val3"; 35 ["third"]=> 46 ["third"]=> 57 ["third"]=>
|
H A D | parse_str_basic2.phpt | 9 $s1 = "first=val1/second=val2/third=val3"; 22 ["third"]=>
|
H A D | chop_variation3.phpt | 23 third line of heredocstring 72 third line of heredocstring" 75 third line of heredocstring"
|
/PHP-8.4/tests/classes/ |
H A D | private_006.phpt | 22 class third extends second { 25 third::do_show(); 27 class fail extends third {
|
H A D | private_006b.phpt | 25 class third extends second { 31 $t3 = new third();
|
/PHP-8.4/ext/phar/tests/tar/ |
H A D | phar_stub.phpt | 32 $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 D | phar_stub.phpt | 32 $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 D | bug49059.phpt | 21 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 D | strtotime_basic.phpt | 21 * 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 D | bug66015.phpt | 14 'third', 30 3 => 'third',
|
H A D | bug71428.2.phpt | 8 …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 D | phar_stub.phpt | 36 $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 D | bug53872.phpt | 17 print(file_get_contents('phar://bug53872-phar.phar/third.txt')); 25 content of third.txt
|
/PHP-8.4/ext/dom/tests/ |
H A D | bug32615.phpt | 32 $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 D | bug61605.phpt | 14 header("A: third", FALSE); 32 [2] => A: third
|
/PHP-8.4/ext/pdo_mysql/tests/foo/bar/ |
H A D | bar.data | 3 99;third
|
/PHP-8.4/ext/spl/tests/SplFileObject/ |
H A D | SplFileObject_testinput.csv | 1 first,second,third
|
/PHP-8.4/ext/phar/tests/bug53872/ |
H A D | third.txt | 1 content of third.txt
|
Completed in 20 milliseconds
12345