Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 1199) sorted by relevance

12345678910>>...48

/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_assoc_variation7.phpt18 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 Darray_chunk_variation5.phpt23 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 Dbug70918.phpt42 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 Dself_method_or_prop_outside_class.phpt33 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 Dget_defined_vars.phpt42 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 Dassign_to_obj_002.phpt2 Assign to $this leaks when $this not defined
12 Using $this when not in object context
H A Dmagic_methods_012.phpt2 __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 Dmagic_methods_013.phpt2 __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 Dmagic_methods_014.phpt2 __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 Dmagic_methods_011.phpt2 __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 Dmagic_methods_016.phpt2 __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 Dobjects_026.phpt2 Using $this when out of context
13 Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
H A Dinvalid_parent_const_ref_leak.phpt2 Leak when using an invalid parent:: reference in a constant definition
18 Cannot access "parent" when current class scope has no parent
H A Dbug63219.phpt2 Bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion)
H A Dbug77877.phpt22 Using $this when not in object context
23 Using $this when not in object context
H A Dparent_class_name_without_parent.phpt2 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 Dsession_ini_set.phpt119 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 Dsession_set_save_handler_class_014.phpt2 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 Dstream_context_set_option_error.phpt30 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 Dtimezone_identifiers_list_wrong_constructor.phpt2 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 Dfread_variation3-win32-mb.phpt87 // 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 Dfread_variation3-win32.phpt87 // 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 Dfread_variation3.phpt87 // 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 D032_attribute_validation_scope.phpt2 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 Dbug71144.phpt2 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…

Completed in 52 milliseconds

12345678910>>...48