Home
last modified time | relevance | path

Searched refs:second (Results 151 – 175 of 395) sorted by relevance

12345678910>>...16

/php-src/ext/standard/tests/array/
H A Dksort_variation9.phpt18 array("first", 5 => "second", 1 => "third"),
145 string(6) "second"
155 string(6) "second"
H A Dkrsort_variation9.phpt19 array("first", 5 => "second", 1 => "third"),
142 string(6) "second"
152 string(6) "second"
H A Dsort_variation9.phpt20 "holes" => array("first", 5 => "second", "third")
93 string(6) "second"
130 string(6) "second"
H A Darray_filter_variation10.phpt30 echo "*** Testing array_filter() : usage variations - 'callback' expecting second argument ***\n";
75 *** Testing array_filter() : usage variations - 'callback' expecting second argument ***
/php-src/tests/func/
H A D004.phpt29 echo "Calling the function for the second time...\n";
55 Calling the function for the second time...
H A D005a.phpt30 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/php-src/ext/dba/tests/
H A Ddba_db1.phpt44 Replace second key data
50 Replace second key data
H A Ddba_db4_000.phpt45 Replace second key data
51 Replace second key data
H A Ddba_flatfile.phpt44 Replace second key data
50 Replace second key data
H A Ddba_db2.phpt44 Replace second key data
50 Replace second key data
H A Ddba_db3.phpt44 Replace second key data
50 Replace second key data
H A Ddba_tcadb.phpt45 Replace second key data
51 Replace second key data
/php-src/ext/standard/tests/file/
H A Dfdatasync.phpt9 second line of string
59 second line of string
H A Dfsync.phpt9 second line of string
59 second line of string
H A Dcopy_variation4.phpt87 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
99 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
111 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
123 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
/php-src/ext/standard/tests/dir/
H A Drewinddir_basic-win32-mb.phpt43 echo "\n-- Read and rewind second directory (no argument supplied) --\n";
84 -- Read and rewind second directory (no argument supplied) --
/php-src/ext/pdo/tests/
H A Dpdo_021.phpt46 $stmt2 = $db->prepare("INSERT INTO test021 VALUES(:first, :second, :third)");
48 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1],
/php-src/tests/basic/
H A Dtimeout_variation_10.phpt21 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/php-src/ext/gmp/tests/
H A Dbug32773.phpt2 Bug #32773 (binary GMP functions returns unexpected value, when second parameter is int(0))
/php-src/ext/spl/tests/
H A Dspl_autoload_warn_on_false_do_throw.phpt2 spl_autoload_register() function - warn when using false as second argument for spl_autoload_regist…
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp267 zend_long year, month, day, hour, minute, second; in PHP_METHOD() local
276 …eters(ZEND_NUM_ARGS(), "lllll|l!", &year, &month, &day, &hour, &minute, &second, &second_is_null) … in PHP_METHOD()
291 ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(second, 6); in PHP_METHOD()
292 … year, (int32_t) month, (int32_t) day, (int32_t) hour, (int32_t) minute, (int32_t) second, status); in PHP_METHOD()
/php-src/ext/date/tests/
H A Dbug51994.phpt21 ["second"]=>
H A Dbug67251.phpt21 ["second"]=>
/php-src/ext/opcache/tests/opt/
H A Dsccp_015.phpt22 loadEntities(array("first", "second"));
/php-src/ext/posix/tests/
H A Dposix_setrlimit.phpt8 // On FreeBSD the second call does not report an error, though the limit isn't changed either.

Completed in 24 milliseconds

12345678910>>...16