/PHP-8.2/ext/spl/tests/ |
H A D | gh16337.phpt | 32 Heap cannot be changed when it is already being modified. 33 Heap cannot be changed when it is already being modified. 35 Heap cannot be changed when it is already being modified. 36 Heap cannot be changed when it is already being modified. 38 Heap cannot be changed when it is already being modified. 39 Heap cannot be changed when it is already being modified. 41 Heap cannot be changed when it is already being modified. 42 Heap cannot be changed when it is already being modified. 44 Heap cannot be changed when it is already being modified. 45 Heap cannot be changed when it is already being modified. [all …]
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | array_diff_assoc_variation7.phpt | 18 echo "-- Results when \$a = $a: --\n"; 24 echo "-- Results when \$a has been changed to $a: --\n"; 30 echo "-- Results when \$arr2 is referenced to \$arr1 --\n"; 36 echo "-- Results when \$arr1 is changed --\n"; 44 -- Results when $a = a: -- 61 -- Results when $a has been changed to 4: -- 82 -- Results when $arr2 is referenced to $arr1 -- 87 -- Results when $arr1 is changed --
|
H A D | array_chunk_variation5.phpt | 23 echo "\n-- Testing array_chunk() when size = $size --\n"; 44 -- Testing array_chunk() when size = -1 -- 49 -- Testing array_chunk() when size = 4 -- 84 -- Testing array_chunk() when size = 0 -- 89 -- Testing array_chunk() when size = 1 --
|
/PHP-8.2/Zend/tests/ |
H A D | bug70918.phpt | 42 string(52) "Cannot access "static" when no class scope is active" 43 string(52) "Cannot access "parent" when no class scope is active" 44 string(50) "Cannot access "self" when no class scope is active" 45 string(52) "Cannot access "static" when no class scope is active" 46 string(52) "Cannot access "static" when no class scope is active" 47 string(52) "Cannot access "static" when no class scope is active"
|
H A D | self_method_or_prop_outside_class.phpt | 33 Cannot access "self" when no class scope is active 34 Cannot access "self" when no class scope is active 35 Cannot access "self" when no class scope is active 36 Cannot access "self" when no class scope is active
|
H A D | get_defined_vars.phpt | 42 echo "\n*** Checking for output when get_defined_vars called in local function ***\n"; 46 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n"; 49 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n"; 102 *** Checking for output when get_defined_vars called in local function *** 108 *** Checking for output when get_defined_vars called in function of a class *** 114 *** Checking for output when get_defined_vars called in nested functions ***
|
H A D | assign_to_obj_002.phpt | 2 Assign to $this leaks when $this not defined 12 Using $this when not in object context
|
H A D | magic_methods_012.phpt | 2 __get first parameter should be a string when typed 10 Fatal error: Foo::__get(): Parameter #1 ($name) must be of type string when declared in %s on line …
|
H A D | magic_methods_013.phpt | 2 __isset first parameter should be a string when typed 10 Fatal error: Foo::__isset(): Parameter #1 ($name) must be of type string when declared in %s on lin…
|
H A D | magic_methods_014.phpt | 2 __unset first parameter should be a string when typed 10 Fatal error: Foo::__unset(): Parameter #1 ($name) must be of type string when declared in %s on lin…
|
H A D | magic_methods_011.phpt | 2 __set first parameter should be a string when typed 10 Fatal error: Foo::__set(): Parameter #1 ($name) must be of type string when declared in %s on line …
|
H A D | magic_methods_016.phpt | 2 __call second parameter should be an array when typed 10 Fatal error: Foo::__call(): Parameter #2 ($arguments) must be of type array when declared in %s on …
|
H A D | objects_026.phpt | 2 Using $this when out of context 13 Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
|
H A D | invalid_parent_const_ref_leak.phpt | 2 Leak when using an invalid parent:: reference in a constant definition 18 Cannot access "parent" when current class scope has no parent
|
H A D | bug63219.phpt | 2 Bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion)
|
/PHP-8.2/ext/session/tests/ |
H A D | session_ini_set.phpt | 121 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 124 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 127 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 131 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 134 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 137 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 140 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 143 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 146 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 149 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d [all …]
|
H A D | session_set_save_handler_class_014.phpt | 2 Test session_set_save_handler() : calling default handler when save_handler=user 17 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n… 27 *** Testing session_set_save_handler() : calling default handler when save_handler=user ***
|
/PHP-8.2/ext/standard/tests/streams/ |
H A D | stream_context_set_option_error.phpt | 30 stream_context_set_option(): Argument #3 ($option_name) must be null when argument #2 ($wrapper_or_… 31 stream_context_set_option(): Argument #4 ($value) cannot be provided when argument #2 ($wrapper_or_… 32 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o… 33 stream_context_set_option(): Argument #4 ($value) must be provided when argument #2 ($wrapper_or_op…
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | fread_variation3-win32-mb.phpt | 87 // try fread when file pointer at end 89 //reading file when file pointer at end 116 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 130 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 144 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 158 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 172 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 186 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 200 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 214 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- [all …]
|
H A D | fread_variation3-win32.phpt | 87 // try fread when file pointer at end 89 //reading file when file pointer at end 116 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 130 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 144 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 158 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 172 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 186 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 200 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 214 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- [all …]
|
H A D | fread_variation3.phpt | 87 // try fread when file pointer at end 89 //reading file when file pointer at end 116 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 130 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 144 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 158 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 172 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 186 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 200 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 214 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- [all …]
|
/PHP-8.2/ext/date/tests/ |
H A D | timezone_identifiers_list_wrong_constructor.phpt | 2 timezone_identifiers_list: ValueError when timezoneGroup is DateTimeZone::PER_COUNTRY 23 …#2 ($countryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($timez… 24 …#2 ($countryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($timez…
|
/PHP-8.2/ext/curl/tests/ |
H A D | bug71144.phpt | 2 Bug #71144 (Sementation fault when using cURL with ZTS) 13 Warning: curl_setopt(): CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enab…
|
/PHP-8.2/ext/opcache/tests/ |
H A D | gh13712.phpt | 2 GH-13712 (Segmentation fault for enabled observers when calling trait method of internal trait when…
|
/PHP-8.2/ext/filter/tests/ |
H A D | bug42718.phpt | 2 Bug #42718 (unsafe_raw filter not applied when configured as default filter) 4 FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
|