Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c1577 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()
2991 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single()
3007 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single()
3077 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single()
3099 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single()
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt7 echo "-- Testing strpbrk() function with empty second argument --\n";
16 -- Testing strpbrk() function with empty second argument --
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-src/ext/date/tests/
H A Ddate-parse-by-format001.phpt17 [second] => 0
38 [second] => 0
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-src/ext/pdo_mysql/tests/
H A Dbug79375.phpt72 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/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-src/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-src/ext/dom/tests/
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 DDOM4_DOMNode_remove.phpt10 $dom->loadXML('<test><one>first</one><two>second</two></test>');
27 Node Content: second
H A DDOMComment_construct_basic_001.phpt13 $comment->__construct("This is the second comment.");
19 <root><!--This is the second comment.--></root>
/php-src/ext/dom/
H A Dtext.c105 xmlChar *second; in PHP_METHOD() local
138 second = xmlUTF8Strsub(cur, (int)offset, (int)(length - offset)); in PHP_METHOD()
141 nnode = xmlNewDocText(node->doc, second); in PHP_METHOD()
144 xmlFree(second); in PHP_METHOD()
/php-src/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-src/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-src/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-src/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(); ?>
/php-src/ext/standard/tests/file/
H A Duserdirstream.phpt17 $sample = array('first','second','third','fourth');
49 string(6) "second"
/php-src/ext/json/tests/
H A Dbug46944.phpt8 $second = 0x8f | ($i & 3) << 4;
9 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);

Completed in 47 milliseconds

12345678910>>...16