/PHP-8.0/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.5 --
|
/PHP-8.0/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)
|
H A D | bug77877.phpt | 22 Using $this when not in object context 23 Using $this when not in object context
|
H A D | parent_class_name_without_parent.phpt | 2 Getting parent class name when there is no parent generates an error 20 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:5
|
/PHP-8.0/ext/session/tests/ |
H A D | session_ini_set.phpt | 119 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 122 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 125 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 129 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 132 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 135 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 138 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 141 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 144 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d 147 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 15 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n… 25 *** Testing session_set_save_handler() : calling default handler when save_handler=user ***
|
/PHP-8.0/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.0/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.0/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.0/Zend/tests/attributes/ |
H A D | 032_attribute_validation_scope.phpt | 2 Validation for "Attribute" does not use a scope when evaluating constant ASTs 9 Fatal error: Cannot access "parent" when no class scope is active in %s on line %d
|
/PHP-8.0/ext/curl/tests/ |
H A D | bug71144.phpt | 2 Bug #71144 (Sementation fault when using cURL with ZTS) 12 Warning: curl_setopt(): CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enab…
|