Searched refs:second (Results 26 – 50 of 405) sorted by relevance
12345678910>>...17
/php-src/ext/date/tests/ |
H A D | bug81458.phpt | 6 $second = new DateTime('2018-07-02 00:00:00.000000 America/Toronto'); 8 var_dump($first->diff($second)->days); 9 var_dump($first->diff($second)->d);
|
H A D | strtotime_basic.phpt | 2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"… 16 * This is parsed as the "second following Monday OR the first following 21 * This is parsed as the "third following Monday OR the second following 30 * This is parsed as the "second following Monday after the first Monday in December" 32 var_dump(date('Y-m-d', strtotime('second Monday December 2008')));
|
H A D | bug49059.phpt | 17 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 D | date_parse_basic1.phpt | 28 ["second"]=> 56 ["second"]=> 84 ["second"]=>
|
H A D | date_modify-1.phpt | 8 $ts->modify("+1 second"); 14 $ts->modify("+1 second"); 19 $ts->modify("+ 1 hour 1 second");
|
/php-src/Zend/tests/generators/finally/ |
H A D | finally_ran_on_close.phpt | 17 echo "second finally run\n"; 19 echo "code after second finally\n"; 30 second finally run
|
/php-src/ext/standard/tests/streams/ |
H A D | stream_multi_filters_close.phpt | 46 stream_filter_register("second", "SecondFilter"); 48 $second = stream_filter_prepend($r, "second", STREAM_FILTER_WRITE, []); 50 stream_filter_remove($second);
|
/php-src/ext/standard/tests/file/ |
H A D | readfile_variation3.phpt | 5 /* test readfile() by providing an include path, second argument */ 13 echo "*** Testing readfile(): checking second argument, include path ***\n"; 30 echo "*** Testing readfile(): checking second argument, include path with context specified ***\n"; 44 *** Testing readfile(): checking second argument, include path *** 52 *** Testing readfile(): checking second argument, include path with context specified ***
|
H A D | unlink_basic.phpt | 18 echo "\n*** Testing unlink() : checking second argument ***\n"; 27 var_dump( unlink($filename, $context) ); // using $context in second argument 37 *** Testing unlink() : checking second argument ***
|
/php-src/tests/lang/ |
H A D | this_assignment.phpt | 14 $b = new second(); 21 class second { 29 function me() { echo "second"; }
|
/php-src/sapi/cgi/tests/ |
H A D | bug61605.phpt | 12 header("A: second", TRUE); 26 [1] => A: second 31 [1] => A: second
|
/php-src/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_int.phpt | 7 …public function setTime(int $hour, int $minute, int $second = 0, bool $microsecond = false): DateT… 13 …minute, int $second = 0, bool $microsecond = false): DateTime must be compatible with DateTime::se…
|
/php-src/ext/spl/tests/ |
H A D | bug65006.phpt | 13 class second { 21 second::init(); 40 string(6) "second"
|
/php-src/ext/intl/tests/ |
H A D | bug70452.phpt | 7 // Rely on the default value for the second parameter 9 // Provide a valid option for the second parameter 14 // Provide an invalid value for the second parameter
|
/php-src/ext/dom/tests/ |
H A D | DOMNode_normalize_basic.phpt | 37 // add a second text node to title 38 $text = $doc->createTextNode('This is the second title'); 41 echo "Number of child nodes of title after adding second title = "; 51 // should concatenate first and second title text nodes 60 Number of child nodes of title after adding second title = int(2)
|
H A D | bug47531_a.phpt | 12 <second> 32 </second> 45 <second> 65 </second>
|
H A D | bug47531_b.phpt | 12 <foo:second xmlns:foo="some:ns2"> 32 </foo:second> 46 <foo:second xmlns:foo="some:ns2"> 66 </foo:second>
|
H A D | DOM4_DOMNode_replaceWith.phpt | 10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>'); 26 second
|
/php-src/ext/xsl/tests/ |
H A D | xslt010.phpt | 46 second-in-minute : NaN 64 second-in-minute : NaN 82 second-in-minute : NaN 100 second-in-minute : NaN 118 second-in-minute : NaN 136 second-in-minute : NaN 154 second-in-minute : NaN 172 second-in-minute : NaN 190 second-in-minute : NaN 208 second-in-minute : NaN
|
H A D | xslt010_gt10129.phpt | 46 second-in-minute : NaN 64 second-in-minute : NaN 82 second-in-minute : NaN 100 second-in-minute : NaN 118 second-in-minute : NaN 136 second-in-minute : NaN 154 second-in-minute : NaN 172 second-in-minute : NaN 190 second-in-minute : NaN 208 second-in-minute : NaN
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Node_normalize.phpt | 39 // 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)
|
/php-src/Zend/tests/ |
H A D | bug66015.phpt | 13 'second', 29 2 => 'second',
|
/php-src/Zend/tests/try/ |
H A D | try_multicatch_007.phpt | 2 Catch second exception in the second multicatch
|
/php-src/ext/mysqli/tests/ |
H A D | bug79375.phpt | 93 testStmtStoreResult($mysqli2, 'second connection'); 104 testStmtGetResult($mysqli2, 'second connection'); 115 testNormalQuery($mysqli2, 'second connection'); 126 testStmtUseResult($mysqli2, 'second connection'); 137 testResultFetchRow($mysqli2, 'second connection'); 150 Running query on second connection 155 Running query on second connection 160 Running query on second connection 165 Running query on second connection 170 Running query on second connection
|
/php-src/ext/standard/tests/strings/ |
H A D | strpbrk_error.phpt | 7 echo "-- Testing strpbrk() function with empty second argument --\n"; 16 -- Testing strpbrk() function with empty second argument --
|
Completed in 35 milliseconds
12345678910>>...17