Home
last modified time | relevance | path

Searched refs:second (Results 51 – 75 of 360) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug79375.phpt74 testNormalQuery($db2, 'second connection');
82 testPrepareExecute($db2, 'second connection');
90 testUnbuffered($db2, 'second connection');
104 Running query on second connection
109 Running query on second connection
114 Running query on second connection
/PHP-8.1/ext/date/tests/
H A Dbug30096.phpt21 function gm_date_check($hour, $minute, $second, $month, $day, $year) {
24 echo "gmmktime($hour,$minute,$second,$month,$day,$year): ";
27 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
/PHP-8.1/ext/standard/tests/array/
H A Dbug25359.phpt10 $data = array('first', 'fifth', 'second', 'forth', 'third');
25 string(6) "second"
H A Darray_unshift_basic2.phpt12 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
43 string(6) "second"
60 string(6) "second"
H A Darray_map_variation7.phpt8 * 2) second array as empty array
9 * 3) second array shorter than first array
10 * 4) first array shorter than second array
H A Darray_fill_keys_variation3.phpt12 echo "\n-- Testing array_fill_keys() function with unusual second arguments --\n";
21 -- Testing array_fill_keys() function with unusual second arguments --
H A Darray_diff_key_variation8.phpt12 'second' => array('yellow' => 7),
21 'second' => array('cyan' => 8),
H A Darray_diff_ukey_variation5.phpt12 'second' => array('yellow' => 7),
21 'second' => array('cyan' => 8),
/PHP-8.1/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt9 $s1 = "first=val1/second=val2/third=val3";
20 ["second"]=>
H A Dchop_variation3.phpt22 second line of heredoc string
71 second line of heredoc string
74 second line of heredoc string
/PHP-8.1/Zend/tests/
H A Dbug71428.2.phpt8 …public function fetch(int $first = PDO::FETCH_BOTH, int $second = PDO::FETCH_ORI_NEXT, int $third …
14 …public function fetch(int $first = PDO::FETCH_ASSOC, int $second = PDO::FETCH_ORI_PRIOR, int $thir…
/PHP-8.1/ext/zlib/tests/
H A Dgzrewind_variation1.phpt11 gzwrite($h, 'The second string.');
22 The first string.The second string.
H A Dgzseek_variation1.phpt10 $str2 = "This is the second line.";
27 This is the second line.
/PHP-8.1/ext/dom/tests/
H A DDOM4_DOMNode_remove.phpt10 $dom->loadXML('<test><one>first</one><two>second</two></test>');
27 Node Content: second
H A Dbug32615.phpt16 $frag->appendChild(new DOMElement('second'));
61 $frag->appendChild(new DOMElement('second'));
79 <root><first/><second/><third/><fourth/></root>
82 <root><second/><third/><fourth/></root>
H A DDOMComment_construct_basic_001.phpt13 $comment->__construct("This is the second comment.");
19 <root><!--This is the second comment.--></root>
/PHP-8.1/ext/dom/
H A Dtext.c110 xmlChar *second; in PHP_METHOD() local
147 second = xmlUTF8Strsub(cur, (int)offset, (int)(length - offset)); in PHP_METHOD()
152 nnode = xmlNewDocText(node->doc, second); in PHP_METHOD()
155 xmlFree(second); in PHP_METHOD()
/PHP-8.1/tests/lang/
H A D045.phpt22 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
24 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug25038.phpt20 call_user_func('bar','second try');
30 This is an exception from bar(second try).
/PHP-8.1/ext/phar/tests/
H A Dphar_stub_write.phpt27 $stub = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
53 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
57 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
H A Dphar_stub_write_file.phpt28 $stub = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
54 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
58 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
/PHP-8.1/ext/standard/tests/file/
H A Duserdirstream.phpt16 $sample = array('first','second','third','fourth');
48 string(6) "second"
/PHP-8.1/ext/oci8/tests/
H A Dlob_037.phpt33 /* insert the second LOB */
47 var_dump($blob->write("second lob data"));
72 string(15) "second lob data"
/PHP-8.1/ext/dba/tests/
H A Ddba_db4_016.phpt35 var_dump(dba_insert("key1", "second open test", $db_file));
36 var_dump(dba_insert("key2", "second open test row 2", $db_file));
61 second open test row 2
/PHP-8.1/ext/json/tests/
H A Dbug46944.phpt8 $second = 0x8f | ($i & 3) << 4;
9 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);

Completed in 29 milliseconds

12345678910>>...15