/PHP-8.3/tests/lang/ |
H A D | bug27439.phpt | 71 Warning: foreach() argument must be of type array|object, null given in %s on line %d 73 Warning: foreach() argument must be of type array|object, string given in %s on line %d 75 Warning: foreach() argument must be of type array|object, string given in %s on line %d
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_unique_variation2.phpt | 2 Test array_unique() function : usage variations - different arrays for 'input' argument 6 * Passing different arrays to $input argument and testing whether 10 echo "*** Testing array_unique() : Passing different arrays to \$input argument ***\n"; 12 /* Different heredoc strings passed as argument to arrays */ 42 // arrays passed to $input argument 79 *** Testing array_unique() : Passing different arrays to $input argument ***
|
H A D | array_filter_variation3.phpt | 2 Test array_filter() function : usage variations - Different types of array for 'input' argument 6 * Passing different types of array as 'input' argument. 20 echo "*** Testing array_filter() : usage variations - different types of array for 'input' argument… 47 *** Testing array_filter() : usage variations - different types of array for 'input' argument***
|
H A D | array_rand_variation5.phpt | 67 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra… 70 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra… 73 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra… 76 array_rand(): Argument #2 ($num) must be between 1 and the number of elements in argument #1 ($arra…
|
H A D | sizeof_variation3.phpt | 7 echo "-- Testing sizeof() for infinite recursion with arrays as argument in COUNT_RECURSIVE mode --… 23 -- Testing sizeof() for infinite recursion with arrays as argument in COUNT_RECURSIVE mode --
|
H A D | array_flip_variation2.phpt | 6 * Trying different keys in $input array argument 9 echo "*** Testing array_flip() : different keys for 'input' array argument ***\n"; 66 *** Testing array_flip() : different keys for 'input' array argument ***
|
H A D | array_flip_variation4.phpt | 2 Test array_flip() function : usage variations - 'input' argument with different invalid values for … 6 * Trying different invalid values for 'input' array argument 9 echo "*** Testing array_flip() : different invalid values in 'input' array argument ***\n"; 58 *** Testing array_flip() : different invalid values in 'input' array argument ***
|
H A D | array_unshift_variation4.phpt | 2 Test array_unshift() function : usage variations - assoc. array with diff. keys for 'array' argument 7 * associative arrays having different possible keys to $array argument. 8 * The $var argument passed is a fixed value 33 // initializing $var argument 36 // different variations of associative arrays to be passed to $array argument 68 /* with default argument */
|
H A D | array_intersect_variation2.phpt | 2 Test array_intersect() function : usage variations - unexpected values for 'array2' argument 6 * Testing array_intersect() function by passing values to $array2 argument other than arrays 8 * The $array1 argument is a fixed array. 11 echo "*** Testing array_intersect() : Passing non-array values to \$array2 argument ***\n"; 13 // array to be passsed to $array1 as default argument 16 // arrays to be passed to optional argument 39 // unexpected values to be passed to $array2 argument 115 *** Testing array_intersect() : Passing non-array values to $array2 argument ***
|
H A D | extract_error.phpt | 9 /* Invalid second argument ( only 0-6 is valid) */ 24 /* Two Arguments, second as prefix but without prefix string as third argument */
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | chunk_split_variation7.phpt | 2 Test chunk_split() function : usage variations - different double quoted values for 'str' argument 6 * Passing different double quoted strings for 'str' argument to chunk_split() 10 echo "*** Testing chunk_split() : with different double quoted values for 'str' argument ***\n"; 41 *** Testing chunk_split() : with different double quoted values for 'str' argument ***
|
H A D | strrpos_variation7.phpt | 2 Test strrpos() function : usage variations - empty heredoc string for 'haystack' argument 27 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
H A D | chr_error.phpt | 28 chr() expects exactly 1 argument, 0 given 31 chr() expects exactly 1 argument, 2 given
|
H A D | chunk_split_variation4.phpt | 2 Test chunk_split() function : usage variations - different heredoc strings as 'str' argument 6 * Passing different heredoc strings as 'str' argument to the chunk_split() 10 echo "*** Testing chunk_split() : heredoc strings as 'str' argument ***\n"; 82 *** Testing chunk_split() : heredoc strings as 'str' argument ***
|
H A D | str_split_variation5.phpt | 2 Test str_split() function : usage variations - different heredoc strings as 'str' argument 6 * Passing different heredoc strings as 'str' argument to the str_split() 10 echo "*** Testing str_split() : heredoc strings as 'str' argument ***\n"; 82 *** Testing str_split() : heredoc strings as 'str' argument ***
|
H A D | stripos_error.phpt | 27 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 30 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
H A D | stripos_variation12.phpt | 2 Test stripos() function : usage variations - null terminated strings for 'haystack' argument 5 /* Test stripos() function with null terminated strings for 'haystack' argument
|
H A D | strrpos_variation12.phpt | 2 Test strrpos() function : usage variations - checking binary safe with 'haystack' argument 5 /* Test strrpos() function with null terminated strings for 'haystack' argument
|
/PHP-8.3/ext/date/tests/ |
H A D | timezone_identifiers_list_wrong_constructor.phpt | 23 …untryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($timezoneGrou… 24 …untryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($timezoneGrou…
|
/PHP-8.3/ext/standard/tests/network/ |
H A D | dns_get_record_error_conditions.phpt | 30 dns_get_record(): Argument #2 ($type) must be between 1 and 65535 when argument #5 ($raw) is true 31 dns_get_record(): Argument #2 ($type) must be between 1 and 65535 when argument #5 ($raw) is true
|
/PHP-8.3/Zend/tests/named_params/ |
H A D | unpack_and_named_1.phpt | 57 Named parameter $b overwrites previous argument 58 Named parameter $b overwrites previous argument
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_stripos_empty_needle.phpt | 73 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 76 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 88 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
H A D | mb_strpos_empty_needle.phpt | 72 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 75 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 87 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 90 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
H A D | mb_strripos_empty_needle.phpt | 73 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 76 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 88 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 91 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
H A D | mb_strrpos_empty_needle.phpt | 73 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 76 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 88 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) 91 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
|