Home
last modified time | relevance | path

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

12345678910>>...50

/PHP-7.4/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 Dclass_name_as_scalar_error_007.phpt2 Cannot access self::class when no class scope is active
19 Cannot use "self" when no class scope is active
20 Cannot use "self" when no class scope is active
H A Dget_defined_vars.phpt46 echo "\n*** Checking for output when get_defined_vars called in local function ***\n";
50 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n";
53 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n";
106 *** Checking for output when get_defined_vars called in local function ***
112 *** Checking for output when get_defined_vars called in function of a class ***
118 *** 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 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
H A Dexception_016.phpt14 Exception: Using $this when not in object context in %sexception_016.php on line %d
16 Fatal error: Uncaught Error: Using $this when not in object context in %sexception_016.php:%d
H A Dclass_name_as_scalar_error_002.phpt14 Deprecated: Cannot use "parent" when current class scope has no parent in %s on line %d
16 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:%d
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_assoc_variation7.phpt24 echo "-- Results when \$a = $a: --\n";
30 echo "-- Results when \$a has been changed to $a: --\n";
36 echo "-- Results when \$arr2 is referenced to \$arr1 --\n";
42 echo "-- Results when \$arr1 is changed --\n";
50 -- Results when $a = a: --
67 -- Results when $a has been changed to 4: --
88 -- Results when $arr2 is referenced to $arr1 --
93 -- Results when $arr1 is changed --
H A Darray_chunk_variation5.phpt29 echo "\n-- Testing array_chunk() when size = $size --\n";
39 -- Testing array_chunk() when size = -1 --
50 -- Testing array_chunk() when size = 4 --
85 -- Testing array_chunk() when size = 0 --
96 -- Testing array_chunk() when size = 1.5 --
/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation3-win32-mb.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
15 reached, (for network streams) when a packet becomes available, or (after
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
95 // try fread when file pointer at end
97 //reading file when file pointer at end
124 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
138 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
152 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
166 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
180 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
[all …]
H A Dfread_variation3-win32.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
15 reached, (for network streams) when a packet becomes available, or (after
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
95 // try fread when file pointer at end
97 //reading file when file pointer at end
124 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
138 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
152 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
166 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
180 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
[all …]
H A Dfread_variation3.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
15 reached, (for network streams) when a packet becomes available, or (after
16 opening userspace stream) when 8192 bytes have been read whichever comes first.
95 // try fread when file pointer at end
97 //reading file when file pointer at end
124 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
138 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
152 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
166 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
180 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
[all …]
H A Dfgetss_variation5-win32.phpt63 echo "-- Reading when file pointer points to EOF --\n";
93 -- Reading when file pointer points to EOF --
108 -- Reading when file pointer points to EOF --
123 -- Reading when file pointer points to EOF --
138 -- Reading when file pointer points to EOF --
153 -- Reading when file pointer points to EOF --
168 -- Reading when file pointer points to EOF --
183 -- Reading when file pointer points to EOF --
198 -- Reading when file pointer points to EOF --
213 -- Reading when file pointer points to EOF --
H A Dfgetss_variation5.phpt60 echo "-- Reading when file pointer points to EOF --\n";
90 -- Reading when file pointer points to EOF --
105 -- Reading when file pointer points to EOF --
120 -- Reading when file pointer points to EOF --
135 -- Reading when file pointer points to EOF --
150 -- Reading when file pointer points to EOF --
165 -- Reading when file pointer points to EOF --
180 -- Reading when file pointer points to EOF --
195 -- Reading when file pointer points to EOF --
210 -- Reading when file pointer points to EOF --
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_014.phpt2 Test session_set_save_handler() : calling default handler when save_handler=user
23 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n…
32 *** Testing session_set_save_handler() : calling default handler when save_handler=user ***
/PHP-7.4/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…
/PHP-7.4/ext/standard/tests/streams/
H A Dbug54623.phpt2 Bug #54623: Segfault when when writing to a persistent socket after closing a copy of the socket
/PHP-7.4/ext/filter/tests/
H A Dbug42718.phpt2 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
/PHP-7.4/tests/output/
H A Dob_014.phpt7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
8 // It is invoked with 2 params when used as an OB callback.
H A Dob_015.phpt7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
8 // It is invoked with 2 params when used as an OB callback.

Completed in 34 milliseconds

12345678910>>...50