/php-src/ext/date/tests/ |
H A D | date-parse-by-format001.phpt | 17 [second] => 0 38 [second] => 0
|
H A D | bug30096.phpt | 21 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-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | decode.c | 1577 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030() 1602 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030() 1703 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030() 1733 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030() 1754 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030() 1767 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030() 3062 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single() 3078 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single() 3148 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single() 3170 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single() [all …]
|
/php-src/ext/pdo_mysql/tests/ |
H A D | bug79375.phpt | 72 testNormalQuery($db2, 'second connection'); 80 testPrepareExecute($db2, 'second connection'); 88 testUnbuffered($db2, 'second connection'); 103 Running query on second connection 108 Running query on second connection 113 Running query on second connection
|
/php-src/ext/dom/ |
H A D | text.c | 101 xmlChar *second; in PHP_METHOD() local 130 second = xmlUTF8Strsub(cur, (int)offset, (int)(length - offset)); in PHP_METHOD() 133 nnode = xmlNewDocText(node->doc, second); in PHP_METHOD() 136 xmlFree(second); in PHP_METHOD()
|
/php-src/ext/standard/tests/array/ |
H A D | bug25359.phpt | 10 $data = array('first', 'fifth', 'second', 'forth', 'third'); 25 string(6) "second"
|
H A D | array_unshift_basic2.phpt | 12 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two'); 43 string(6) "second" 60 string(6) "second"
|
H A D | array_map_variation7.phpt | 8 * 2) second array as empty array 9 * 3) second array shorter than first array 10 * 4) first array shorter than second array
|
H A D | array_fill_keys_variation3.phpt | 12 echo "\n-- Testing array_fill_keys() function with unusual second arguments --\n"; 21 -- Testing array_fill_keys() function with unusual second arguments --
|
H A D | array_diff_key_variation8.phpt | 12 'second' => array('yellow' => 7), 21 'second' => array('cyan' => 8),
|
/php-src/ext/standard/tests/strings/ |
H A D | parse_str_basic2.phpt | 9 $s1 = "first=val1/second=val2/third=val3"; 20 ["second"]=>
|
H A D | chop_variation3.phpt | 22 second line of heredoc string 71 second line of heredoc string 74 second line of heredoc string
|
/php-src/Zend/tests/ |
H A D | bug71428.2.phpt | 8 …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-src/ext/mysqli/tests/ |
H A D | mysqli_pconn_max_links.phpt | 15 … printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link)); 72 printf("[001] Cannot connect using the second DB user created during SKIPIF, [%d] %s\n", 89 printf("[003] Cannot run query on persistent connection of second DB user, [%d] %s\n", 98 // change the password for the second DB user and kill the persistent connection 104 // change the password for the second DB user and kill the persistent connection 114 // give the server a second to really kill the thread 128 echo "Before second pconnect:"; 137 echo "After second pconnect:"; 163 printf("[013] Cannot run query on persistent connection of second DB user, [%d] %s\n", 236 Before second pconnect:array(3) { [all …]
|
/php-src/ext/tidy/tests/ |
H A D | sibling_nodes.phpt | 13 <!-- second --> 43 Next: string(15) "<!-- second -->" 48 Previous: string(15) "<!-- second -->"
|
/php-src/ext/zlib/tests/ |
H A D | gzrewind_variation1.phpt | 11 gzwrite($h, 'The second string.'); 22 The first string.The second string.
|
H A D | gzseek_variation1.phpt | 10 $str2 = "This is the second line."; 27 This is the second line.
|
/php-src/ext/dom/tests/ |
H A D | DOM4_DOMNode_remove.phpt | 10 $dom->loadXML('<test><one>first</one><two>second</two></test>'); 27 Node Content: second
|
H A D | bug32615.phpt | 16 $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 D | DOMComment_construct_basic_001.phpt | 13 $comment->__construct("This is the second comment."); 19 <root><!--This is the second comment.--></root>
|
/php-src/tests/lang/ |
H A D | 045.phpt | 22 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-src/ext/standard/tests/general_functions/ |
H A D | bug25038.phpt | 20 call_user_func('bar','second try'); 30 This is an exception from bar(second try).
|
/php-src/ext/phar/tests/ |
H A D | phar_stub_write.phpt | 27 $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(); ?>
|
/php-src/ext/standard/tests/file/ |
H A D | userdirstream.phpt | 17 $sample = array('first','second','third','fourth'); 49 string(6) "second"
|
/php-src/ext/json/tests/ |
H A D | bug46944.phpt | 8 $second = 0x8f | ($i & 3) << 4; 9 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
|