Home
last modified time | relevance | path

Searched refs:arguments (Results 176 – 200 of 846) sorted by relevance

12345678910>>...34

/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createafunction_trampoline.phpt15 public function __call(string $name, array $arguments) {
17 return strtoupper($arguments[0]);
/php-src/ext/standard/tests/array/
H A Darray_pad_variation7.phpt7 * array_pad() behaves in an expected way with the other arguments passed to the function.
8 * The $pad_size and $pad_value arguments passed are fixed values.
20 // initialize the $pad_size and $pad_value arguments
H A Darray_slice.phpt26 /* variations with two arguments */
35 /* variations with three arguments */
48 /* variations with four arguments */
102 *** Variation with first two arguments with preserve_key value TRUE ***
228 *** Variation with first two arguments with preserve_key value TRUE ***
360 *** Variation with first two arguments with preserve_key value TRUE ***
500 *** Variation with first two arguments with preserve_key value TRUE ***
628 *** Variation with first two arguments with preserve_key value TRUE ***
744 *** Variation with first two arguments with preserve_key value TRUE ***
860 *** Variation with first two arguments with preserve_key value TRUE ***
[all …]
H A Darray_multisort_basic1.phpt11 echo "\n-- Testing array_multisort() function with all normal arguments --\n";
24 -- Testing array_multisort() function with all normal arguments --
H A Darray_reverse_basic2.phpt14 // Calling array_reverse() with default arguments
17 // Calling array_reverse() with all possible arguments
H A Darray_pad_variation4.phpt7 * array_pad() behaves in an expected way with the other arguments passed to the function.
8 * The $input and $pad_size arguments passed are fixed values.
H A Darray_reverse_basic1.phpt14 // Calling array_reverse() with default arguments
17 // Calling array_reverse() with all possible arguments
H A Dextract_variation5.phpt20 /* variations of two arguments */
25 /* variations of three arguments with use of various extract types*/
/php-src/ext/standard/tests/strings/
H A Dstripos_basic2.phpt2 Test stripos() function : basic functionality - with all arguments
10 echo "-- With all arguments --\n";
43 -- With all arguments --
H A Daddcslashes_003.phpt9 echo "\n*** Testing addcslashes() with miscellaneous input arguments ***\n";
28 *** Testing addcslashes() with miscellaneous input arguments ***
H A Dstrtok_variation6.phpt73 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
97 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
104 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
123 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate.phpt11 public function __call(string $name, array $arguments) {
13 $context = $arguments[0];
20 $context['total'] += (int) $arguments[2];
/php-src/ext/date/tests/
H A Dgetdate_basic.phpt13 // Calling getdate() with all possible arguments
16 // Calling getdate() with mandatory arguments
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_type_error2.phpt31 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
34 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
/php-src/ext/intl/tests/
H A Dcalendar_before_after_error.phpt2 IntlCalendar::before()/after(): bad arguments
75 error: 0, intlcal_after() expects exactly 2 arguments, 1 given
77 error: 0, intlcal_before() expects exactly 2 arguments, 1 given
H A Dcalendar_roll_basic.phpt25 Deprecated: Calling IntlGregorianCalendar::__construct() with more than 2 arguments is deprecated, …
30 Deprecated: Calling IntlGregorianCalendar::__construct() with more than 2 arguments is deprecated, …
/php-src/ext/standard/tests/file/
H A Dunlink_error-win32-mb.phpt25 echo "\n-- Testing unlink() on invalid arguments --\n";
26 // invalid arguments
56 -- Testing unlink() on invalid arguments --
H A Dunlink_error-win32.phpt23 echo "\n-- Testing unlink() on invalid arguments --\n";
24 // invalid arguments
53 -- Testing unlink() on invalid arguments --
H A Dunlink_error.phpt23 echo "\n-- Testing unlink() on invalid arguments --\n";
24 // invalid arguments
52 -- Testing unlink() on invalid arguments --
/php-src/ext/reflection/tests/
H A D007.phpt100 string(86) "Class NoCtor does not have a constructor, so you cannot pass any constructor arguments"
102 string(86) "Class NoCtor does not have a constructor, so you cannot pass any constructor arguments"
132 Exception: Too few arguments to function WithCtorWithArgs::__construct(), 0 passed and exactly 1 ex…
/php-src/Zend/tests/
H A D001.phpt55 Exception: Too few arguments to function test2(), 0 passed in %s on line %d and exactly 1 expected
58 Exception: Too few arguments to function test3(), 1 passed in %s on line %d and exactly 2 expected
H A D003.phpt62 Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 ex…
71 Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 ex…
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_007.phpt10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
31 *** Testing curl copy handle with simple POST using array as arguments ***
/php-src/ext/standard/tests/dir/
H A Dclosedir_basic.phpt15 echo "\n-- Call closedir() with no arguments: --\n";
40 -- Call closedir() with no arguments: --
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline_errors.phpt9 public function __call(string $name, array $arguments) {
11 echo 'Tag: ', $arguments[1], PHP_EOL;

Completed in 33 milliseconds

12345678910>>...34