Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/Zend/tests/
H A Dbug39297.phpt5 function compareByRef(&$first, &$second) {
6 return $first === $second;
H A Dobjects_010.phpt2 redefining constructor (__construct second)
/php-src/ext/phar/tests/
H A Dphar_stub_write_file.phpt28 $stub = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
56 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
60 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
/php-src/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-src/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-src/ext/intl/calendar/
H A Dcalendar.stub.php321 … $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): true {} argument
325 …eTime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): void {} argument
376 …ime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): static {} argument
384 * @param int $second
386 …$localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN) {} argument
/php-src/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-src/ext/standard/tests/file/
H A Dbug72330.phpt16 $string = '"first #' . $utf_1 . $utf_2 . '";"second"';
25 string(6) "second"
/php-src/ext/pdo_mysql/tests/foo/bar/
H A Dbar.data2 98;second
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_testinput.csv1 first,second,third
H A Dbug46569.csv2 second,line
/php-src/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: --
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c295 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second) in lxb_dom_attr_compare() argument
297 if (first->node.local_name == second->node.local_name in lxb_dom_attr_compare()
298 && first->node.ns == second->node.ns in lxb_dom_attr_compare()
299 && first->qualified_name == second->qualified_name) in lxb_dom_attr_compare()
302 if (second->value == NULL) { in lxb_dom_attr_compare()
309 if (second->value != NULL in lxb_dom_attr_compare()
310 && first->value->length == second->value->length in lxb_dom_attr_compare()
311 && lexbor_str_data_ncmp(first->value->data, second->value->data, in lxb_dom_attr_compare()
/php-src/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-src/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt39 $second = $stmt->fetchAll();
41 var_dump($first, $second);
/php-src/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-src/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>>...16