Home
last modified time | relevance | path

Searched refs:argument (Results 51 – 75 of 1331) sorted by relevance

12345678910>>...54

/PHP-5.5/ext/interbase/tests/
H A Dbug46247.phpt30 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
32 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
34 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
36 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation1.phpt9 /* test readfile() with third argument : context */
15 /* Variation 1 : Check working of third argument of readfile() */
17 echo "*** Testing readfile(): checking third argument ***\n";
38 *** Testing readfile(): checking third argument ***
/PHP-5.5/ext/standard/tests/strings/
H A Dltrim.phpt12 echo "\n *** Output for zero argument ***\n";
41 echo "\n *** Output for scalar argument) ***\n";
42 var_dump( ltrim( 12345 ) ); /* Scalar argument */
44 echo "\n *** Output for NULL argument) ***\n";
53 *** Output for zero argument ***
77 *** Output for scalar argument) ***
80 *** Output for NULL argument) ***
H A Dstr_pad_variation5.phpt2 Test str_pad() function : usage variations - unexpected large value for '$pad_length' argument
23 echo "*** Testing str_pad() function: with large value for for 'pad_length' argument ***\n";
25 //defining '$input' argument
32 *** Testing str_pad() function: with large value for for 'pad_length' argument ***
H A Dfprintf_error.phpt9 /* zero argument */
12 /* scalar argument */
15 /* NULL argument */
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation5.phpt2 Test function get_cfg_var() by substituting argument 1 with int values.
14 echo "*** Test substituting argument 1 with int values ***\n";
31 *** Test substituting argument 1 with int values ***
H A Dgetservbyname_variation14.phpt2 Test function getservbyname() by substituting argument 2 with string values.
7 echo "*** Test substituting argument 2 with string values ***\n";
29 *** Test substituting argument 2 with string values ***
H A Dgetservbyname_variation7.phpt2 Test function getservbyname() by substituting argument 1 with string values.
7 echo "*** Test substituting argument 1 with string values ***\n";
29 *** Test substituting argument 1 with string values ***
H A Dgetservbyname_variation3.phpt2 Test function getservbyname() by substituting argument 1 with emptyUnsetUndefNull values.
7 echo "*** Test substituting argument 1 with emptyUnsetUndefNull values ***\n";
30 *** Test substituting argument 1 with emptyUnsetUndefNull values ***
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_variation7.phpt23 echo "-- Anonymous function with one argument --\n";
32 echo "-- Anonymous function with one more argument --\n";
35 echo "-- Anonymous function with null argument --\n";
41 -- Anonymous function with one argument --
83 -- Anonymous function with one more argument --
87 -- Anonymous function with null argument --
H A Darray_walk_variation7.phpt23 echo "-- Anonymous function with one argument --\n";
32 echo "-- Anonymous function with one more argument --\n";
35 echo "-- Anonymous function with null argument --\n";
41 -- Anonymous function with one argument --
83 -- Anonymous function with one more argument --
87 -- Anonymous function with null argument --
H A Darray_intersect_assoc_variation7.phpt2 …ay_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' argument
13 * associative arrays having different possible values to $arr1 argument.
14 * The $arr2 argument passed is a fixed array
17 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr1 argument ***\n";
39 // different variations of associative arrays to be passed to $arr1 argument
68 // array to be passsed to $arr2 argument
83 // additional argument passed is the same as $arr1 argument
94 *** Testing array_intersect_assoc() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_assoc_variation8.phpt2 …ay_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' argument
13 * associative arrays having different possible values to $arr2 argument.
14 * The $arr1 argument passed is a fixed array.
17 echo "*** Testing array_intersect_assoc() : assoc array with diff values to \$arr2 argument ***\n";
39 // different variations of associative arrays to be passed to $arr2 argument
68 // array to be passsed to $arr1 argument
83 // additional argument passed is the same as $arr1 argument
94 *** Testing array_intersect_assoc() : assoc array with diff values to $arr2 argument ***
H A Darray_intersect_variation7.phpt2 …st array_intersect() function : usage variations - assoc array with diff values for 'arr1' argument
12 * associative arrays having different possible values to $arr1 argument.
13 * The $arr2 argument is a fixed array
16 echo "*** Testing array_intersect() : assoc array with diff values to \$arr1 argument ***\n";
38 // different variations of associative arrays to be passed to $arr1 argument
67 // array to be passsed to $arr2 argument
80 // additional argument passed is the same as $arr1 argument
91 *** Testing array_intersect() : assoc array with diff values to $arr1 argument ***
H A Darray_intersect_variation8.phpt2 …st array_intersect() function : usage variations - assoc array with diff values for 'arr2' argument
12 * associative arrays having different possible values to $arr2 argument.
13 * The $arr1 argument is a fixed array.
16 echo "*** Testing array_intersect() : assoc array with diff values to \$arr2 argument ***\n";
38 // different variations of associative arrays to be passed to $arr2 argument
67 // array to be passsed to $arr1 argument
80 // additional argument passed is the same as $arr1 argument
91 *** Testing array_intersect() : assoc array with diff values to $arr2 argument ***
H A Darray_merge_recursive_variation6.phpt15 echo "*** Testing array_merge_recursive() : array with duplicate keys for \$arr1 argument ***\n";
23 // initialize the second argument
26 echo "-- With default argument --\n";
37 *** Testing array_merge_recursive() : array with duplicate keys for $arr1 argument ***
38 -- With default argument --
H A Darray_pad_variation5.phpt2 Test array_pad() function : usage variations - two dimensional array for 'pad_value' argument
11 * Passing two dimensional array to $pad_value argument and testing whether
16 echo "*** Testing array_pad() : Passing 2-d array to \$pad_value argument ***\n";
18 // initialize the $input and $pad_size argument
35 *** Testing array_pad() : Passing 2-d array to $pad_value argument ***
H A Darray_push_variation3.phpt18 echo "\n-- Pass array as \$var argument --\n";
24 echo "\n-- Pass sub-array as \$stack argument --\n";
33 -- Pass array as $var argument --
51 -- Pass sub-array as $stack argument --
H A Darray_rand_basic1.phpt11 * Test array_rand() when array with default keys is passed to 'input' argument
21 // Calling array_rand() with optional argument
26 echo"\n-- with default argument --\n";
50 -- with default argument --
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt17 echo "\nWrong type of argument (bool):\n";
23 echo "\nWrong type of argument (int):\n";
29 echo "\nWrong type of argument (bool, string):\n";
35 echo "\nWrong type of argument (string, bool):\n";
67 Wrong type of argument (bool):
72 Wrong type of argument (int):
77 Wrong type of argument (bool, string):
82 Wrong type of argument (string, bool):
/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname_variation5.phpt2 Test function posix_ttyname() by substituting argument 1 with int values.
17 echo "*** Test substituting argument 1 with int values ***\n";
32 *** Test substituting argument 1 with int values ***
/PHP-5.5/ext/standard/tests/network/
H A Dcloselog_error.phpt13 // One argument
14 echo "\n-- Testing closelog() function with one argument --\n";
23 -- Testing closelog() function with one argument --
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_classes_error_001.phpt13 // One argument
14 echo "\n-- Testing get_declared_classes() function with one argument --\n";
23 -- Testing get_declared_classes() function with one argument --
H A Dget_declared_interfaces_error_001.phpt13 // One argument
14 echo "\n-- Testing get_declared_interfaces() function with one argument --\n";
23 -- Testing get_declared_interfaces() function with one argument --
H A Dget_declared_traits_error_001.phpt13 // One argument
14 echo "\n-- Testing get_declared_traits() function with one argument --\n";
23 -- Testing get_declared_traits() function with one argument --

Completed in 30 milliseconds

12345678910>>...54