Home
last modified time | relevance | path

Searched refs:in (Results 426 – 450 of 7240) sorted by relevance

1...<<11121314151617181920>>...290

/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation3.phpt58 -- File opened in mode r --
75 -- File opened in mode rb --
92 -- File opened in mode rt --
109 -- File opened in mode r+ --
160 -- File opened in mode a --
177 -- File opened in mode ab --
194 -- File opened in mode at --
211 -- File opened in mode a+ --
264 -- File opened in mode r --
281 -- File opened in mode rb --
[all …]
H A Dfseek_ftell_rewind_variation4-win32.phpt63 -- File opened in mode w --
80 -- File opened in mode wb --
97 -- File opened in mode wt --
114 -- File opened in mode w+ --
165 -- File opened in mode x --
182 -- File opened in mode xb --
199 -- File opened in mode xt --
216 -- File opened in mode x+ --
269 -- File opened in mode w --
286 -- File opened in mode wb --
[all …]
H A Dfseek_ftell_rewind_variation4.phpt63 -- File opened in mode w --
80 -- File opened in mode wb --
97 -- File opened in mode wt --
114 -- File opened in mode w+ --
165 -- File opened in mode x --
182 -- File opened in mode xb --
199 -- File opened in mode xt --
216 -- File opened in mode x+ --
269 -- File opened in mode w --
286 -- File opened in mode wb --
[all …]
H A Dfseek_ftell_rewind_variation5.phpt55 -- File opened in mode r --
72 -- File opened in mode rb --
89 -- File opened in mode rt --
106 -- File opened in mode r+ --
157 -- File opened in mode a --
174 -- File opened in mode ab --
191 -- File opened in mode at --
208 -- File opened in mode a+ --
260 -- File opened in mode r --
277 -- File opened in mode rb --
[all …]
H A Dfseek_ftell_rewind_variation6-win32.phpt63 -- File opened in mode w --
80 -- File opened in mode wb --
97 -- File opened in mode wt --
114 -- File opened in mode w+ --
165 -- File opened in mode x --
182 -- File opened in mode xb --
199 -- File opened in mode xt --
216 -- File opened in mode x+ --
269 -- File opened in mode w --
286 -- File opened in mode wb --
[all …]
H A Dfseek_ftell_rewind_variation6.phpt63 -- File opened in mode w --
80 -- File opened in mode wb --
97 -- File opened in mode wt --
114 -- File opened in mode w+ --
165 -- File opened in mode x --
182 -- File opened in mode xb --
199 -- File opened in mode xt --
216 -- File opened in mode x+ --
269 -- File opened in mode w --
286 -- File opened in mode wb --
[all …]
H A Dfseek_ftell_rewind_variation7.phpt57 -- File opened in mode r --
74 -- File opened in mode rb --
91 -- File opened in mode rt --
108 -- File opened in mode r+ --
159 -- File opened in mode a --
176 -- File opened in mode ab --
193 -- File opened in mode at --
210 -- File opened in mode a+ --
263 -- File opened in mode r --
280 -- File opened in mode rb --
[all …]
H A Dfseek_ftell_rewind_variation8-win32.phpt64 -- File opened in mode w --
81 -- File opened in mode wb --
98 -- File opened in mode wt --
115 -- File opened in mode w+ --
166 -- File opened in mode x --
183 -- File opened in mode xb --
200 -- File opened in mode xt --
217 -- File opened in mode x+ --
270 -- File opened in mode w --
287 -- File opened in mode wb --
[all …]
H A Dfseek_ftell_rewind_variation8.phpt64 -- File opened in mode w --
81 -- File opened in mode wb --
98 -- File opened in mode wt --
115 -- File opened in mode w+ --
166 -- File opened in mode x --
183 -- File opened in mode xb --
200 -- File opened in mode xt --
217 -- File opened in mode x+ --
270 -- File opened in mode w --
287 -- File opened in mode wb --
[all …]
H A Dfilesize_variation4.phpt2 Test filesize() function: usage variations - file mode & holes in file
21 echo "-- opening the file in 'w' mode and get the size --\n";
29 echo "-- opening the file in 'wt' mode and get the size --\n";
37 echo "-- opening the file in 'a' mode, adding data and checking the file --\n";
44 echo "-- opening the file in 'at' mode, adding data and checking the file --\n";
65 echo "-- opening the existing file in write mode --\n";
87 -- opening the file in 'w' mode and get the size --
90 -- opening the file in 'wt' mode and get the size --
93 -- opening the file in 'a' mode, adding data and checking the file --
95 -- opening the file in 'at' mode, adding data and checking the file --
[all …]
/php-src/Zend/tests/prop_const_expr/
H A Dnon_enums_cost.phpt2 Disallow fetching properties in constant expressions on non-enums even if lhs is other const
15 …error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowed in
18 thrown in %s on line %d
/php-src/Zend/tests/
H A DselfParent_001.phpt6 const myConst = "const in A";
15 const myConst = "const in B";
26 string(10) "const in A"
27 string(10) "const in A"
H A DselfParent_002.phpt6 const myConst = "const in A";
15 const myConst = "const in B";
26 string(10) "const in A"
27 string(10) "const in A"
H A Dexception_026.phpt2 Nested exceptions in destructors
17 Fatal error: Uncaught Error: Undefined constant "Y" in %s:8
22 Next Error: Undefined constant "X" in %s:6
26 thrown in %s on line 6
/php-src/Zend/tests/try/
H A Dtry_finally_012.phpt2 Try finally (exception in "return" statement)
17 echo "exception in foo\n";
26 echo "exception in main\n";
31 exception in main
H A Dtry_finally_027.phpt2 Return in try with throw in finally, inside other finally
26 Exception: 1 in %s:%d
31 Next Exception: 2 in %s:%d
/php-src/ext/exif/tests/bug77564/
H A Dbug77564.phpt2 Bug 77564 (Memory leak in exif_process_IFD_TAG)
12 Warning: exif_read_data(bug77564.jpg): Illegal IFD offset in %sbug77564.php on line %d
14 Warning: exif_read_data(bug77564.jpg): File structure corrupted in %sbug77564.php on line %d
16 Warning: exif_read_data(bug77564.jpg): Invalid JPEG file in %sbug77564.php on line %d
/php-src/ext/mbstring/tests/
H A Dbase64_encoding.phpt34 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
36 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
38 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
40 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
42 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
44 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
46 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
48 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
50 …coding(): Handling Base64 via mbstring is deprecated; use base64_encode/base64_decode instead in %s
H A Dbug77381.phpt2 Bug #77381 (heap buffer overflow in multibyte match_at)
17 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
20 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
23 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
26 Warning: mb_ereg(): Pattern is not valid under UTF-8 encoding in %s on line %d
/php-src/ext/xsl/tests/
H A Dbug71540.phpt2 Bug #71540 (NULL pointer dereference in xsl_ext_function_php())
52 Warning: XSLTProcessor::transformToXml(): xmlXPathCompOpEval: function test not found in %sbug71540…
54 Warning: XSLTProcessor::transformToXml(): Unregistered function in %sbug71540.php on line %d
56 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d
58 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d
60 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %sbug71540.php on line %d
62 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
64 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line 13 element value-of in %sbug7…
66 Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in %sbug71540.php on…
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_op_001.phpt74 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
76 Warning: Undefined array key 2 in %s on line %d
78 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
80 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
83 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
85 Warning: Undefined array key 2 in %s on line %d
87 Warning: Undefined array key 3 in %s on line %d
96 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
105 Deprecated: Automatic conversion of false to array is deprecated in %s on line %d
/php-src/tests/output/
H A Dob_start_callbacks.phpt2 Test ob_start() with callbacks in variables
6 // Closure in variable
9 echo 'closure in variable', "\n";
12 // Object (array) in variable
20 echo 'object in variable', "\n";
/php-src/ext/opcache/tests/opt/
H A Dinference_001.phpt31 Warning: Undefined variable $obj in %s on line %d
33 Warning: Attempt to read property "x" on null in %s on line %d
35 Warning: Undefined property: stdClass::$x in %s on line %d
37 Warning: Undefined variable $obj in %s on line %d
39 Warning: Attempt to read property "x" on null in %s on line %d
/php-src/ext/phar/tests/zip/
H A Dbadalias.phpt21 phar error: invalid alias "hi/there" in zip-based phar "%sbadalias1.phar.zip"
22 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias2.phar.zip"
23 phar error: invalid alias "hi\there" in zip-based phar "%sbadalias3.phar.zip"
24 phar error: invalid alias "hi;there" in zip-based phar "%sbadalias4.phar.zip"
25 phar error: invalid alias "hi:there" in zip-based phar "%sbadalias5.phar.zip"
/php-src/ext/date/tests/
H A D005.phpt19 Warning: idate(): Unrecognized date format token in %s on line %d
22 Warning: idate(): idate format is one char in %s on line %d
25 Warning: idate(): Unrecognized date format token in %s on line %d
29 Warning: idate(): Unrecognized date format token in %s on line %d
32 Warning: idate(): Unrecognized date format token in %s on line %d

Completed in 49 milliseconds

1...<<11121314151617181920>>...290