Home
last modified time | relevance | path

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

12345678910>>...47

/PHP-5.6/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-5.6/ext/standard/tests/file/
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 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 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 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 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 ***
H A Dfgetss_variation4.phpt56 echo "-- Reading when file pointer points to EOF --\n";
84 -- Reading when file pointer points to EOF --
99 -- Reading when file pointer points to EOF --
114 -- Reading when file pointer points to EOF --
129 -- Reading when file pointer points to EOF --
144 -- Reading when file pointer points to EOF --
159 -- Reading when file pointer points to EOF --
/PHP-5.6/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 Dobjects_026.phpt2 Using $this when out of context
13 Fatal error: Using $this when not in object context in %s on line %d
H A Dbug63219.phpt2 Bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion)
/PHP-5.6/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-5.6/sapi/fpm/tests/
H A D016.phpt63 [%s] NOTICE: [pool aaaa] 'user' directive is ignored when FPM is not running as root
64 [%s] NOTICE: [pool bbbb] 'user' directive is ignored when FPM is not running as root
65 [%s] NOTICE: [pool cccc] 'user' directive is ignored when FPM is not running as root
66 [%s] NOTICE: [pool dddd] 'user' directive is ignored when FPM is not running as root
67 [%s] NOTICE: [pool eeee] 'user' directive is ignored when FPM is not running as root
/PHP-5.6/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…
H A Dbug65646_open_basedir_new.phpt21 Warning: curl_setopt(): CURLPROTO_FILE cannot be activated when an open_basedir is set in %s on lin…
24 Warning: curl_setopt(): CURLPROTO_FILE cannot be activated when an open_basedir is set in %s on lin…
/PHP-5.6/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-5.6/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-5.6/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-5.6/tests/lang/
H A DforeachLoop.010.phpt2 This test illustrates the impact of invoking destructors when refcount is decremented to 0 on forea…
20 // However, P8 does not invoke 'destructors' when refcount is decremented to 0.
22 // This provokes a difference in behaviour when changing the number of elements in the array while
/PHP-5.6/ext/mysqli/tests/
H A Dbug33491.phpt2 Bug #33491 (extended mysqli class crashes when result is not object)
23 // Segfault when using the DB class which extends mysqli
/PHP-5.6/
H A DNEWS1726 when setting SIG_DFL). (Julien)
1804 when not in transaction) (Matteo)
4081 when system SQLite used. (Remi)
4168 . Fixed bug #63219 (Segfault when aliasing trait method when autoloader
6318 when flags are used). (Ilia)
6925 when there is no error). (Jani)
7079 - Fixed bug #49732 (crashes when using fileinfo when timestamp conversion
7639 output <br> when false and <br /> when true (FR #34381). (Kalle)
9003 when CGI is selected. (Jani)
10300 - Fixed bug #36859 (DOMElement crashes when calling __construct when
[all …]
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug34657.phpt2 Bug #34657 (If you get a communication problem when loading the WSDL, it fatal's)
8 when openssl loaded, tcp stream is less verbose, so some error messages are missing

Completed in 65 milliseconds

12345678910>>...47