Home
last modified time | relevance | path

Searched refs:second (Results 76 – 100 of 360) sorted by relevance

12345678910>>...15

/PHP-8.1/Zend/tests/
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
H A Dobjects_010.phpt2 redefining constructor (__construct second)
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt19 echo "Inserting second time which should fail" . PHP_EOL;
36 echo "Inserting second time which should fail" . PHP_EOL;
46 Inserting second time which should fail
51 Inserting second time which should fail
/PHP-8.1/ext/date/tests/
H A Dbug43452.phpt27 // First, second, etc skip to the first/second weekday *after* the current day.
34 $day = strtotime( "second Thursday Nov 2007" );
45 $day = strtotime( "second Friday Nov 2007" );
H A Dbug35499.phpt26 ["second"]=>
62 ["second"]=>
H A Dbug73858.phpt11 $es = 'february first day of this month midnight - 1 second';
39 on, that's just coincidental that seems to imply that the "- 1 second" in the date string is the pr…
48 This final test seems to prove that the input string is important and that the "- 1 second" has a n…
54 $e->modify('- 1 second');
/PHP-8.1/ext/standard/tests/file/
H A Dbug72330.phpt16 $string = '"first #' . $utf_1 . $utf_2 . '";"second"';
25 string(6) "second"
/PHP-8.1/ext/standard/tests/array/
H A Dextract_error.phpt9 /* Invalid second argument ( only 0-6 is valid) */
24 /* Two Arguments, second as prefix but without prefix string as third argument */
/PHP-8.1/ext/pdo_mysql/tests/foo/bar/
H A Dbar.data2 98;second
/PHP-8.1/ext/spl/tests/
H A DSplFileObject_testinput.csv1 first,second,third
H A Dbug46569.csv2 second,line
/PHP-8.1/ext/standard/tests/dir/
H A Dopendir_variation3.phpt17 echo "\n-- Open directory second time: --\n";
40 -- Open directory second time: --
H A Dopendir_variation3-win32-mb.phpt23 echo "\n-- Open directory second time: --\n";
46 -- Open directory second time: --
H A Dclosedir_variation2.phpt22 echo "\n-- Close directory handle second time: --\n";
43 -- Close directory handle second time: --
H A Dclosedir_variation2-win32-mb.phpt28 echo "\n-- Close directory handle second time: --\n";
49 -- Close directory handle second time: --
/PHP-8.1/ext/zlib/tests/
H A Dgzseek_basic2.phpt10 $str2 = "This is the second line.";
36 This is the second line.
H A Dgzseek_variation4.phpt10 $str2 = "This is the second line.";
36 This is the second line.
H A Dgzseek_variation5.phpt10 $str2 = "This is the second line.";
36 This is the second line.
H A Dgzseek_variation7.phpt10 $str2 = "This is the second line.";
41 This is the first line.This is the second line.
/PHP-8.1/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt39 $second = $stmt->fetchAll();
41 var_dump($first, $second);
/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php238 … $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN) {} // T… argument
292 * @param int $second
294 …$localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN) {} argument
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_format.c99 second, in internal_get_timestamp() local
114 second = INTL_GET_ELEM(CALENDAR_SEC); in internal_get_timestamp()
130 ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_38_extended_error.phpt16 echo "Inserting second time which should fail" . PHP_EOL;
28 Inserting second time which should fail
/PHP-8.1/ext/intl/tests/
H A Dregression_sort_and_cow.phpt14 * Check if the second copy remains unsorted.
31 // The second copy should remain unsorted.
H A Dregression_sortwsk_and_cow.phpt15 * Check if the second copy remains unsorted.
32 // The second copy should remain unsorted.

Completed in 25 milliseconds

12345678910>>...15