Home
last modified time | relevance | path

Searched refs:second (Results 26 – 50 of 379) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_variation8.phpt19 $array = array('f' => "first", "s" => 'second', 1, 2.222);
67 string(6) "second"
84 string(6) "second"
98 string(6) "second"
115 string(6) "second"
129 string(6) "second"
146 string(6) "second"
160 string(6) "second"
177 string(6) "second"
191 string(6) "second"
[all …]
H A Darray_intersect_key_variation8.phpt17 'second' => array('yellow' => 7),
26 'second' => array('cyan' => 8),
44 ["second"]=>
58 ["second"]=>
H A Dbug25359.phpt10 $data = array('first', 'fifth', 'second', 'forth', 'third');
25 string(6) "second"
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt46 stream_filter_register("second", "SecondFilter");
48 $second = stream_filter_prepend($r, "second", STREAM_FILTER_WRITE, []);
50 stream_filter_remove($second);
/PHP-5.5/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt17 echo "second finally run\n";
19 echo "code after second finally\n";
30 second finally run
/PHP-5.5/sapi/cgi/tests/
H A Dbug61605.phpt12 header("A: second", TRUE);
25 [1] => A: second
30 [1] => A: second
/PHP-5.5/tests/lang/
H A Dthis_assignment.phpt14 $b = new second();
21 class second {
29 function me() { echo "second"; }
H A D045.phpt25 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
27 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation3.phpt8 /* test readfile() by providing an include path, second argument */
16 echo "*** Testing readfile(): checking second argument, include path ***\n";
33 echo "*** Testing readfile(): checking second argument, include path with context specified ***\n";
47 *** Testing readfile(): checking second argument, include path ***
55 *** Testing readfile(): checking second argument, include path with context specified ***
H A Dunlink_basic.phpt21 echo "\n*** Testing unlink() : checking second argument ***\n";
30 var_dump( unlink($filename, $context) ); // using $context in second argument
40 *** Testing unlink() : checking second argument ***
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_012.phpt15 throw new Exception('second');
43 second
47 second
59 Next exception 'Exception' with message 'second' in %sspl_autoload_012.php:%d
/PHP-5.5/ext/date/tests/
H A Dstrtotime_basic.phpt2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"…
18 * This is parsed as the "second following Monday OR the first following
23 * This is parsed as the "third following Monday OR the second following
32 * This is parsed as the "second following Monday after the first Monday in December"
34 var_dump(date('Y-m-d', strtotime('second Monday December 2008')));
H A Dbug49059.phpt17 print "\$date1 after second diff (called at \$date1): " .
19 print "\$diff->days after second diff: " . $diff->days . "\n";
31 $date1 after second diff (called at $date1): 2009-03-25
32 $diff->days after second diff: 24
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);
H A Ddate_modify-1.phpt10 $ts->modify("+1 second");
16 $ts->modify("+1 second");
21 $ts->modify("+ 1 hour 1 second");
H A Ddate_parse_basic1.phpt34 ["second"]=>
62 ["second"]=>
90 ["second"]=>
/PHP-5.5/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt39 // add a second text node to title
40 $text = $doc->createTextNode('This is the second title');
43 echo "Number of child nodes of title after adding second title = ";
53 // should concatenate first and second title text nodes
62 Number of child nodes of title after adding second title = int(2)
H A Dbug32615.phpt16 $frag->appendChild(new DOMElement('second'));
61 $frag->appendChild(new DOMElement('second'));
80 <root><first/><second/><third/><fourth/></root>
83 <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-5.5/ext/xsl/tests/
H A Dxslt010.phpt43 second-in-minute : NaN
61 second-in-minute : NaN
79 second-in-minute : NaN
97 second-in-minute : NaN
115 second-in-minute : NaN
133 second-in-minute : NaN
151 second-in-minute : NaN
169 second-in-minute : NaN
187 second-in-minute : NaN
205 second-in-minute : NaN
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_newconnect.phpt27 echo "First and second connections share a resource: Not OK\n";
29 echo "First and second connections are different OK\n";
41 First and second connections are different OK
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug25038.phpt20 call_user_func('bar','second try');
31 This is an exception from bar(second try).
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt14 $s1 = "first=val1/second=val2/third=val3";
16 var_dump($first, $second, $third);
/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_variation1.phpt15 gzwrite($h, b'The second string.');
27 The first string.The second string.

Completed in 28 milliseconds

12345678910>>...16