Home
last modified time | relevance | path

Searched refs:second (Results 101 – 125 of 379) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/standard/tests/array/
H A Dextract_error.phpt12 /* Invalid second argument ( only 0-6 is valid) */
28 /* Two Arguments, second as prefix but without prefix string as third argument */
H A Dextract_variation6.phpt6 /* EXTR_REFS as second Argument */
H A Din_array_variation3.phpt38 //error: as wrong datatype for second argument
40 //error: as wrong datatype for second argument
H A Darray_search_variation3.phpt35 //error: as wrong datatype for second argument
37 //error: as wrong datatype for second argument
H A Darsort_variation9.phpt24 array("first", 5 => "second", "third"),
150 string(6) "second"
160 string(6) "second"
H A Dasort_variation9.phpt24 array("first", 5 => "second", "third"),
150 string(6) "second"
160 string(6) "second"
H A Dkrsort_variation9.phpt24 array("first", 5 => "second", 1 => "third"),
147 string(6) "second"
157 string(6) "second"
H A Dksort_variation9.phpt23 array("first", 5 => "second", 1 => "third"),
150 string(6) "second"
160 string(6) "second"
H A Dsort_variation9.phpt26 "holes" => array("first", 5 => "second", "third")
99 string(6) "second"
136 string(6) "second"
/PHP-5.5/Zend/tests/
H A Dmagic_by_ref_007.phpt2 passing second parameter of __call() by ref
/PHP-5.5/ext/date/tests/
H A Dbug52063.phpt2 Bug #52063 (DateTime constructor's second argument doesn't have a null default value)
H A Dbug52430.phpt19 ["second"]=>
H A Ddate_timestamp_set_nullparam2.phpt2 Test the function date_timestamp_set() with second null parameter.
H A Dbug51994.phpt21 ["second"]=>
H A Dbug67251.phpt20 ["second"]=>
H A Ddate_timestamp_set_wrongparam_003.phpt2 Check the function date_timestamp_set() with second parameter wrong (array).
H A Dmktime_variation2.phpt2 Test mktime() function : usage variation - Passing unexpected values to second argument $minute.
5 /* Prototype : int mktime ([ int $hour= date("H") [, int $minute= date("i") [, int $second= dat…
11 echo "*** Testing mktime() : usage variation - unexpected values to second argument \$minute***\n";
110 *** Testing mktime() : usage variation - unexpected values to second argument $minute***
/PHP-5.5/ext/intl/tests/
H A Dtimezone_getCanonicalID_variant1.phpt2 IntlTimeZone::getCanonicalID(): second argument
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_basic.phpt43 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
85 -- Read and rewind second directory (no argument supplied) --
/PHP-5.5/tests/func/
H A D004.phpt29 echo "Calling the function for the second time...\n";
56 Calling the function for the second time...
/PHP-5.5/ext/gd/tests/
H A Dimagegammacorrect_error4.phpt2 Testing error with non-double second paramenter of imagegammacorrect() of GD library,
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_stub.phpt25 $file = b'<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
70 <?php echo "second stub\n"; __HALT_COMPILER(); ?>
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_stub.phpt25 $file = b'<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
70 <?php echo "second stub\n"; __HALT_COMPILER(); ?>
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt23 echo "\n-- Testing strpbrk() function with empty second argument --\n";
45 -- Testing strpbrk() function with empty second argument --
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 … the signature of abstract methods should be checked. (also checking the second possible implement…

Completed in 63 milliseconds

12345678910>>...16