Home
last modified time | relevance | path

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

12345678910>>...48

/PHP-7.0/ext/standard/tests/array/
H A Darray_diff_assoc_variation7.phpt25 echo "-- Results when \$a = $a: --\n";
31 echo "-- Results when \$a has been changed to $a: --\n";
37 echo "-- Results when \$arr2 is referenced to \$arr1 --\n";
43 echo "-- Results when \$arr1 is changed --\n";
53 -- Results when $a = a: --
70 -- Results when $a has been changed to 4: --
91 -- Results when $arr2 is referenced to $arr1 --
96 -- 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.0/ext/standard/tests/file/
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 Dfread_variation4-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.
93 // try fread when file pointer at end
95 //reading file when file pointer at end
121 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
134 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
147 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
160 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
173 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
[all …]
H A Dfread_variation4.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.
93 // try fread when file pointer at end
95 //reading file when file pointer at end
121 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
134 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
147 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
160 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
173 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes --
[all …]
H A Dfgetss_variation5-win32.phpt61 echo "-- Reading when file pointer points to EOF --\n";
91 -- Reading when file pointer points to EOF --
106 -- Reading when file pointer points to EOF --
121 -- Reading when file pointer points to EOF --
136 -- Reading when file pointer points to EOF --
151 -- Reading when file pointer points to EOF --
166 -- Reading when file pointer points to EOF --
181 -- Reading when file pointer points to EOF --
196 -- Reading when file pointer points to EOF --
211 -- Reading when file pointer points to EOF --
H A Dfgetss_variation5.phpt58 echo "-- Reading when file pointer points to EOF --\n";
88 -- Reading when file pointer points to EOF --
103 -- Reading when file pointer points to EOF --
118 -- Reading when file pointer points to EOF --
133 -- Reading when file pointer points to EOF --
148 -- Reading when file pointer points to EOF --
163 -- Reading when file pointer points to EOF --
178 -- Reading when file pointer points to EOF --
193 -- Reading when file pointer points to EOF --
208 -- Reading when file pointer points to EOF --
H A Dunlink_variation2-win32.phpt15 /* Try to unlink file when file handle is still in use */
19 echo "*** Testing unlink() on a file when file handle is open ***\n";
37 *** Testing unlink() on a file when file handle is open ***
/PHP-7.0/Zend/tests/
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 Dclass_name_as_scalar_error_007.phpt2 Cannot access self::class when no class scope is active
10 Fatal error: Uncaught Error: Cannot use "self" when no class scope is active in %s:3
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 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
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_014.phpt2 Test session_set_save_handler() : calling default handler when save_handler=user
19 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n…
28 *** Testing session_set_save_handler() : calling default handler when save_handler=user ***
/PHP-7.0/sapi/fpm/tests/
H A D016.phpt77 [%s] NOTICE: [pool aaaa] 'user' directive is ignored when FPM is not running as root
78 [%s] NOTICE: [pool bbbb] 'user' directive is ignored when FPM is not running as root
79 [%s] NOTICE: [pool cccc] 'user' directive is ignored when FPM is not running as root
80 [%s] NOTICE: [pool dddd] 'user' directive is ignored when FPM is not running as root
81 [%s] NOTICE: [pool eeee] 'user' directive is ignored when FPM is not running as root
/PHP-7.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…
/PHP-7.0/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.0/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.
/PHP-7.0/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.0/ext/pdo_dblib/
H A DREADME4 - 'mssql' when built against the Microsoft DBLIB library
5 - 'sybase' when built against Sybase ct-lib
6 - 'dblib' when built against FreeTDS

Completed in 79 milliseconds

12345678910>>...48