/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionObject_isSubclassOf_basic.phpt | 35 echo " - Using string argument: "; 44 - Using string argument: bool(false) 48 - Using string argument: bool(false) 52 - Using string argument: bool(false) 55 - Using string argument: bool(false) 59 - Using string argument: bool(false) 63 - Using string argument: bool(true) 67 - Using string argument: bool(false) 71 - Using string argument: bool(false) 82 - Using string argument: bool(true) [all …]
|
H A D | ReflectionClass_isSubclassOf_basic.phpt | 21 echo " - Using object argument: "; 23 echo " - Using string argument: "; 30 - Using object argument: bool(false) 31 - Using string argument: bool(false) 33 - Using object argument: bool(false) 34 - Using string argument: bool(false) 36 - Using object argument: bool(false) 37 - Using string argument: bool(false) 39 - Using object argument: bool(false) 45 - Using object argument: bool(true) [all …]
|
H A D | ReflectionClass_implementsInterface_001.phpt | 24 echo " - Using object argument: "; 30 echo " - Using string argument: "; 79 - Using object argument: bool(true) 80 - Using string argument: bool(true) 82 - Using object argument: bool(false) 83 - Using string argument: bool(false) 94 - Using object argument: bool(true) 95 - Using string argument: bool(true) 109 - Using object argument: bool(true) 110 - Using string argument: bool(true) [all …]
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_fetch_overview_variation2.phpt | 97 echo "\n-- Testing with second argument value: "; 123 -- Testing with second argument value: int(0) 126 -- Testing with second argument value: int(1) 138 -- Testing with second argument value: int(12345) 141 -- Testing with second argument value: int(-2345) 156 -- Testing with second argument value: float(0.5) 159 -- Testing with second argument value: NULL 162 -- Testing with second argument value: NULL 165 -- Testing with second argument value: bool(true) 220 -- Testing with second argument value: NULL [all …]
|
H A D | imap_fetch_overview_variation1.phpt | 90 echo "\n-- Testing with first argument value: "; 100 -- Testing with first argument value: int(0) 105 -- Testing with first argument value: int(1) 110 -- Testing with first argument value: int(12345) 115 -- Testing with first argument value: int(-2345) 140 -- Testing with first argument value: float(0.5) 145 -- Testing with first argument value: NULL 150 -- Testing with first argument value: NULL 155 -- Testing with first argument value: bool(true) 212 -- Testing with first argument value: NULL [all …]
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_change_key_case_variation4.phpt | 29 -- $sort argument is -5 -- 39 -- $sort argument is -4 -- 49 -- $sort argument is -3 -- 59 -- $sort argument is -2 -- 69 -- $sort argument is -1 -- 79 -- $sort argument is 0 -- 89 -- $sort argument is 1 -- 99 -- $sort argument is 2 -- 109 -- $sort argument is 3 -- 119 -- $sort argument is 4 -- [all …]
|
H A D | array_merge_recursive_variation1.phpt | 93 // with default argument 113 -- With default argument -- 121 -- With default argument -- 129 -- With default argument -- 137 -- With default argument -- 145 -- With default argument -- 153 -- With default argument -- 161 -- With default argument -- 169 -- With default argument -- 177 -- With default argument -- [all …]
|
H A D | array_reverse_variation4.phpt | 94 - default argument - 104 - default argument - 120 - default argument - 136 - default argument - 170 - default argument - 186 - default argument - 220 - default argument - 257 - default argument - 294 - default argument - 316 - default argument - [all …]
|
H A D | array_reverse_variation3.phpt | 68 // with default argument 87 - with default argument - 109 - with default argument - 131 - with default argument - 171 - with default argument - 193 - with default argument - 203 - with default argument - 219 - with default argument - 265 - with default argument - 293 - with default argument - [all …]
|
H A D | array_key_exists_variation1.phpt | 12 * Pass different data types as $key argument to array_key_exists() to test behaviour 40 // unexpected values to be passed to $key argument 119 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 124 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 129 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 134 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 139 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 150 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 155 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… 160 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li… [all …]
|
H A D | array_pad_variation7.phpt | 2 Test array_pad() function : usage variations - two dimensional array for 'input' argument 11 * Passing two dimensional array to $input argument and testing whether 16 echo "*** Testing array_pad() : Passing 2-D array to \$input argument ***\n"; 30 echo "-- Entire 2-d array for \$input argument --\n"; 35 echo "-- Sub array for \$input argument --\n"; 42 *** Testing array_pad() : Passing 2-D array to $input argument *** 43 -- Entire 2-d array for $input argument -- 102 -- Sub array for $input argument --
|
H A D | array_rand_variation2.phpt | 11 * Test array_rand() with different types of values other than int passed to 'num_req' argument 79 // loop through each element of the array for different values for 'num_req' argument 94 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … 102 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … 107 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … 136 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … 141 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … 146 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … 151 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … 156 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array … [all …]
|
H A D | array_merge_recursive_variation3.phpt | 85 // with default argument 101 -- With default argument -- 131 -- With default argument -- 161 -- With default argument -- 191 -- With default argument -- 213 -- With default argument -- 239 -- With default argument -- 279 -- With default argument -- 317 -- With default argument -- 367 -- With default argument -- [all …]
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | sprintf_basic1.phpt | 17 $arg1 = "arg1 argument"; 18 $arg2 = "arg2 argument"; 19 $arg3 = "arg3 argument"; 38 string(13) "arg1 argument" 39 string(27) "arg1 argument arg2 argument" 40 string(41) "arg1 argument arg2 argument arg3 argument"
|
H A D | strtr_variation8.phpt | 31 //defining 'str' argument 34 // array of inputs for 'replace_pairs' argument 93 Warning: strtr(): The second argument is not an array in %s on line %d 98 Warning: strtr(): The second argument is not an array in %s on line %d 103 Warning: strtr(): The second argument is not an array in %s on line %d 108 Warning: strtr(): The second argument is not an array in %s on line %d 113 Warning: strtr(): The second argument is not an array in %s on line %d 118 Warning: strtr(): The second argument is not an array in %s on line %d 132 Warning: strtr(): The second argument is not an array in %s on line %d 137 Warning: strtr(): The second argument is not an array in %s on line %d [all …]
|
H A D | printf_basic1.phpt | 17 $arg1 = "arg1 argument"; 18 $arg2 = "arg2 argument"; 19 $arg3 = "arg3 argument"; 52 arg1 argument 56 arg1 argument arg2 argument 60 arg1 argument arg2 argument arg3 argument
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_strrpos_variation5.phpt | 2 Test mb_strrpos() function : usage variations - pass encoding as third argument (deprecated behavio… 16 * Testing deprecated behaviour where third argument can be $encoding 33 echo "-- With fourth encoding argument --\n"; 35 echo "-- Without fourth encoding argument --\n"; 45 -- With fourth encoding argument -- 47 -- Without fourth encoding argument -- 51 -- With fourth encoding argument -- 53 -- Without fourth encoding argument -- 57 -- With fourth encoding argument -- 59 -- Without fourth encoding argument --
|
/PHP-5.5/ext/date/tests/ |
H A D | gmmktime_variation7.phpt | 20 echo "\n-- Testing gmmktime() function with one optional argument --\n"; 23 echo "\n-- Testing gmmktime() function with two optional argument --\n"; 26 echo "\n-- Testing gmmktime() function with three optional argument --\n"; 29 echo "\n-- Testing gmmktime() function with four optional argument --\n"; 32 echo "\n-- Testing gmmktime() function with five optional argument --\n"; 40 -- Testing gmmktime() function with one optional argument -- 43 -- Testing gmmktime() function with two optional argument -- 46 -- Testing gmmktime() function with three optional argument -- 49 -- Testing gmmktime() function with four optional argument -- 52 -- Testing gmmktime() function with five optional argument --
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | call_user_func_array_variation_001.phpt | 14 echo "------ Calling by_val() with unreferenced argument ------\n"; 19 echo "------ Calling by_ref() with unreferenced argument ------\n"; 24 echo "------ Calling by_val() with referenced argument ------\n"; 30 echo "------ Calling by_ref() with referenced argument ------\n"; 38 ------ Calling by_val() with unreferenced argument ------ 43 ------ Calling by_ref() with unreferenced argument ------ 50 ------ Calling by_val() with referenced argument ------ 55 ------ Calling by_ref() with referenced argument ------
|
/PHP-5.5/ext/standard/tests/url/ |
H A D | get_headers_error_002.phpt | 2 Test get_headers() function: wrong type for argument format 17 // Format argument as type String 18 echo "\n-- Testing get_headers() function with format argument as type string --\n"; 21 // Format argument as type Array 22 echo "\n-- Testing get_headers() function with format argument as type array --\n"; 25 // Format argument as type Object 31 echo "\n-- Testing get_headers() function with format argument as type object --\n"; 40 -- Testing get_headers() function with format argument as type string -- 45 -- Testing get_headers() function with format argument as type array -- 50 -- Testing get_headers() function with format argument as type object --
|
/PHP-5.5/ext/spl/tests/ |
H A D | arrayObject___construct_basic1.phpt | 8 echo "--> Object argument:\n"; 13 echo "--> Array argument:\n"; 16 echo "--> Nested ArrayObject argument:\n"; 26 --> Object argument: 34 --> Array argument: 42 --> Nested ArrayObject argument:
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fseek_ftell_rewind_variation1.phpt | 20 2. Testing fseek() without using argument whence 67 -- Testing fseek() without using argument whence -- 82 -- Testing fseek() without using argument whence -- 97 -- Testing fseek() without using argument whence -- 112 -- Testing fseek() without using argument whence -- 127 -- Testing fseek() without using argument whence -- 142 -- Testing fseek() without using argument whence -- 157 -- Testing fseek() without using argument whence -- 172 -- Testing fseek() without using argument whence -- 187 -- Testing fseek() without using argument whence -- [all …]
|
H A D | fseek_ftell_rewind_variation2-win32.phpt | 25 2. Testing fseek() without using argument whence 76 -- Testing fseek() without using argument whence -- 91 -- Testing fseek() without using argument whence -- 106 -- Testing fseek() without using argument whence -- 121 -- Testing fseek() without using argument whence -- 136 -- Testing fseek() without using argument whence -- 151 -- Testing fseek() without using argument whence -- 166 -- Testing fseek() without using argument whence -- 181 -- Testing fseek() without using argument whence -- 196 -- Testing fseek() without using argument whence -- [all …]
|
H A D | fseek_ftell_rewind_variation2.phpt | 25 2. Testing fseek() without using argument whence 76 -- Testing fseek() without using argument whence -- 91 -- Testing fseek() without using argument whence -- 106 -- Testing fseek() without using argument whence -- 121 -- Testing fseek() without using argument whence -- 136 -- Testing fseek() without using argument whence -- 151 -- Testing fseek() without using argument whence -- 166 -- Testing fseek() without using argument whence -- 181 -- Testing fseek() without using argument whence -- 196 -- Testing fseek() without using argument whence -- [all …]
|
/PHP-5.5/tests/lang/ |
H A D | foreachLoop.003.phpt | 37 Warning: Invalid argument supplied for foreach() in %s on line 4 39 Warning: Invalid argument supplied for foreach() in %s on line 9 41 Warning: Invalid argument supplied for foreach() in %s on line 14 43 Warning: Invalid argument supplied for foreach() in %s on line 19 45 Warning: Invalid argument supplied for foreach() in %s on line 24
|