Home
last modified time | relevance | path

Searched refs:second (Results 126 – 150 of 360) sorted by relevance

12345678910>>...15

/PHP-8.1/Zend/tests/
H A Dmagic_by_ref_002.phpt2 passing second parameter of __set() by ref
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
/PHP-8.1/ext/date/tests/
H A Dbug64157.phpt14 A two digit second could not be found
H A Dbug52063.phpt2 Bug #52063 (DateTime constructor's second argument doesn't have a null default value)
H A Dbug52430.phpt19 ["second"]=>
/PHP-8.1/ext/standard/tests/array/
H A D002.phpt11 echo "No second argument:\n";
59 No second argument:
169 No second argument:
277 No second argument:
375 No second argument:
473 No second argument:
583 No second argument:
H A Din_array_variation3.phpt31 //error: as wrong datatype for second argument
37 //error: as wrong datatype for second argument
H A Dextract_variation6.phpt6 /* EXTR_REFS as second Argument */
H A Darsort_variation9.phpt18 array("first", 5 => "second", "third"),
144 string(6) "second"
154 string(6) "second"
H A Dasort_variation9.phpt18 array("first", 5 => "second", "third"),
144 string(6) "second"
154 string(6) "second"
/PHP-8.1/tests/basic/
H A Dtimeout_variation_1.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_4.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_2.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_9.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/PHP-8.1/ext/date/
H A Dphp_date.stub.php16 int $hour, ?int $minute = null, ?int $second = null, argument
20 int $hour, ?int $minute = null, ?int $second = null, argument
105 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
284 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
383 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm… argument
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_013.phpt19 loadEntities(array("first", "second"));
H A Dsccp_014.phpt20 loadEntities(array("first", "second"));
/PHP-8.1/ext/intl/tests/
H A Dtimezone_getCanonicalID_variant1.phpt2 IntlTimeZone::getCanonicalID(): second argument
/PHP-8.1/Zend/tests/try/
H A Dtry_multicatch_006.phpt2 Catch first exception in the second multicatch
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_39_toggleExtended.phpt16 echo "Inserting second time which should fail" . PHP_EOL;
32 Inserting second time which should fail
/PHP-8.1/ext/standard/tests/dir/
H A Drewinddir_basic.phpt37 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
78 -- Read and rewind second directory (no argument supplied) --
/PHP-8.1/ext/pdo/tests/
H A Dpdo_021.phpt46 $stmt2 = $db->prepare("INSERT INTO test VALUES(:first, :second, :third)");
48 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1],
/PHP-8.1/ext/mysqli/tests/
H A D026.phpt28 mysqli_stmt_send_long_data($stmt, 1, " And this is the second sentence.");
64 …string(99) "This is the first sentence. And this is the second sentence. And finally this is the l…
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c329 int mode = MBFL_FILT_TL_HAN2ZEN_KATAKANA | MBFL_FILT_TL_HAN2ZEN_GLUE, second = 0; in mbfl_filt_conv_wchar_cp50220() local
333 int s = mbfl_convert_kana(filter->cache, c, &consumed, &second, mode); in mbfl_filt_conv_wchar_cp50220()
336 if (second) { in mbfl_filt_conv_wchar_cp50220()
337 mbfl_filt_conv_wchar_cp50221(second, filter); in mbfl_filt_conv_wchar_cp50220()
352 int mode = MBFL_FILT_TL_HAN2ZEN_KATAKANA | MBFL_FILT_TL_HAN2ZEN_GLUE, second = 0; in mbfl_filt_conv_wchar_cp50220_flush() local
355 int s = mbfl_convert_kana(filter->cache, 0, NULL, &second, mode); in mbfl_filt_conv_wchar_cp50220_flush()
357 if (second) { in mbfl_filt_conv_wchar_cp50220_flush()
H A Dmbfilter_tl_jisx0201_jisx0208.h75 int mbfl_convert_kana(int c, int next, bool *consumed, int *second, int mode);

Completed in 36 milliseconds

12345678910>>...15