Home
last modified time | relevance | path

Searched refs:in (Results 151 – 175 of 5666) sorted by relevance

12345678910>>...227

/PHP-8.1/tests/lang/
H A DpassByReference_005.phpt173 Warning: Undefined variable $u1 in %s on line %d
175 Warning: Undefined variable $u1 in %s on line %d
179 Warning: Undefined variable $u1 in %s on line %d
181 Warning: Undefined variable $u2 in %s on line %d
183 Warning: Undefined variable $u1 in %s on line %d
185 Warning: Undefined variable $u2 in %s on line %d
189 Warning: Undefined variable $u1 in %s on line %d
191 Warning: Undefined variable $u1 in %s on line %d
195 Warning: Undefined variable $u2 in %s on line %d
197 Warning: Undefined variable $u2 in %s on line %d
[all …]
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt54 // 2 warnings in total
61 // 2 warnings in total
96 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
99 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
102 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
105 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
108 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
111 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
114 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
149 Warning: String offset cast occurred in %s on line %d
[all …]
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug41004.phpt16 public $in;
27 $in=new EchoBean();
28 $in->mandatoryElement="REV";
29 $in->optionalElement=NULL;
30 $echo->in=$in;
36 … xmlns:ns1="urn:Formation"><SOAP-ENV:Body><ns1:echo><in><mandatoryElement>REV</mandatoryElement></
/PHP-8.1/ext/standard/tests/serialize/
H A Dinvalid_signs_in_lengths.phpt21 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
24 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
27 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
30 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
33 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
36 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
39 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
42 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
45 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
48 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
[all …]
H A Dbug25378.phpt20 Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d
23 Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d
26 Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d
29 Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d
32 Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d
35 Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d
38 Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d
47 Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d
50 Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d
53 Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d
[all …]
/PHP-8.1/tests/security/
H A Dopen_basedir_symlink.phpt55 …ymlink(): open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within the allo…
58 … symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the allowe…
61 …ymlink(): open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within the allo…
64 … symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the allowe…
67 … symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
70 …ing: symlink(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
73 … symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
76 … symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
79 …ing: symlink(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
H A Dopen_basedir_rmdir.phpt32 Warning: rmdir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
35 Warning: rmdir(): open_basedir restriction in effect. File(.././bad) is not within the allowed path…
38 …ning: rmdir(): open_basedir restriction in effect. File(../bad/../bad) is not within the allowed p…
41 …arning: rmdir(): open_basedir restriction in effect. File(./.././bad) is not within the allowed pa…
44 …rning: rmdir(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
H A Dopen_basedir_readlink.phpt52 …ng: readlink(): open_basedir restriction in effect. File(symlink.txt) is not within the allowed pa…
55 … readlink(): open_basedir restriction in effect. File(../ok/symlink.txt) is not within the allowed…
58 …readlink(): open_basedir restriction in effect. File(../ok/./symlink.txt) is not within the allowe…
61 …g: readlink(): open_basedir restriction in effect. File(./symlink.txt) is not within the allowed p…
64 …eadlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within the allo…
67 … symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
70 …eadlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within the allo…
/PHP-8.1/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
12 echo "before yield in finally\n";
14 echo "after yield in finally\n";
27 before yield in finally
29 Fatal error: Uncaught Error: Cannot yield from finally in a force-closed generator in %s:%d
33 thrown in %s on line %d
/PHP-8.1/ext/standard/
H A Dbase64.c114 in += 16 * 3; in neon_base64_encode()
129 in += inl - left; in php_base64_encode_impl()
136 *out++ = base64_table[((in[0] & 0x03) << 4) + (in[1] >> 4)]; in php_base64_encode_impl()
137 *out++ = base64_table[((in[1] & 0x0f) << 2) + (in[2] >> 6)]; in php_base64_encode_impl()
140 in += 3; in php_base64_encode_impl()
148 *out++ = base64_table[((in[0] & 0x03) << 4) + (in[1] >> 4)]; in php_base64_encode_impl()
238 in += 16 * 4; in neon_base64_decode()
256 in += i; in php_base64_decode_impl()
263 ch = *in++; in php_base64_decode_impl()
469 in = _mm256_shuffle_epi8(in, _mm256_set_epi8( in php_base64_encode_avx2_reshuffle()
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt10 echo "*** Testing with variation in use_include_path argument ***\n";
17 $data_array = array( 1, " Data1 in an array", 2, " Data2 in an array" );
34 //Deleting the temporary files and directory used in the testcase
41 *** Testing with variation in use_include_path argument ***
42 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
43 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
44 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
45 …22222222222222222222222222222222222222222222222222222222221 Data1 in an array2 Data2 in an array"
H A Dtempnam_variation8-win32.phpt56 echo "File created in => ";
91 File created in => directory specified
96 File created in => directory specified
101 File created in => directory specified
106 File created in => directory specified
111 File created in => directory specified
118 File created in => temp dir
125 File created in => temp dir
130 File created in => directory specified
135 File created in => directory specified
[all …]
H A Dfwrite_variation1-win32-mb.phpt76 -- Opening file in r --
92 -- Opening file in rb --
108 -- Opening file in rt --
126 -- Opening file in r --
142 -- Opening file in rb --
158 -- Opening file in rt --
176 -- Opening file in r --
192 -- Opening file in rb --
208 -- Opening file in rt --
226 -- Opening file in r --
[all …]
H A Dfwrite_variation1.phpt68 -- Opening file in r --
84 -- Opening file in rb --
100 -- Opening file in rt --
118 -- Opening file in r --
134 -- Opening file in rb --
150 -- Opening file in rt --
168 -- Opening file in r --
184 -- Opening file in rb --
200 -- Opening file in rt --
218 -- Opening file in r --
[all …]
H A Dfwrite_variation4-win32.phpt68 -- Opening file in x --
76 -- Opening file in xb --
84 -- Opening file in xt --
92 -- Opening file in x+ --
118 -- Opening file in x --
126 -- Opening file in xb --
134 -- Opening file in xt --
142 -- Opening file in x+ --
168 -- Opening file in x --
176 -- Opening file in xb --
[all …]
H A Dfwrite_variation4.phpt68 -- Opening file in x --
76 -- Opening file in xb --
84 -- Opening file in xt --
92 -- Opening file in x+ --
118 -- Opening file in x --
126 -- Opening file in xb --
134 -- Opening file in xt --
142 -- Opening file in x+ --
168 -- Opening file in x --
176 -- Opening file in xb --
[all …]
/PHP-8.1/Zend/tests/fibers/
H A Dfatal-error-in-fiber.phpt2 Fatal error in new fiber
7 trigger_error("Fatal error in fiber", E_USER_ERROR);
14 Fatal error: Fatal error in fiber in %sfatal-error-in-fiber.php on line %d
H A Dget-return-in-unfinished-fiber.phpt2 Fiber::getReturn() in unfinished fiber
16 …erError: Cannot get fiber return value: The fiber has not returned in %sget-return-in-unfinished-f…
18 #0 %sget-return-in-unfinished-fiber.php(%d): Fiber->getReturn()
20 thrown in %sget-return-in-unfinished-fiber.php on line %d
/PHP-8.1/ext/iconv/tests/
H A Dbug60494.phpt12 Notice: iconv_mime_decode(): Detected an illegal character in input string in %s on line %d
15 Notice: iconv_mime_decode(): Detected an illegal character in input string in %s on line %d
18 Notice: iconv_mime_decode(): Detected an illegal character in input string in %s on line %d
/PHP-8.1/Zend/tests/numeric_strings/
H A Dinvalid_numeric_strings_must_generate_warning.phpt91 var_dump("in" ^ 137);
101 var_dump(+"149 in");
116 Warning: A non-numeric value encountered in %s on line %d
118 Warning: A non-numeric value encountered in %s on line %d
123 Warning: A non-numeric value encountered in %s on line %d
125 Warning: A non-numeric value encountered in %s on line %d
130 Warning: A non-numeric value encountered in %s on line %d
132 Warning: A non-numeric value encountered in %s on line %d
137 Warning: A non-numeric value encountered in %s on line %d
139 Warning: A non-numeric value encountered in %s on line %d
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Darray_flip_variation4.phpt9 echo "*** Testing array_flip() : different invalid values in 'input' array argument ***\n";
58 *** Testing array_flip() : different invalid values in 'input' array argument ***
60 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
62 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
64 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
66 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
68 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
70 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
72 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
74 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
[all …]
H A Darray_walk_recursive_variation8.phpt2 Test array_walk_recursive() function : usage variations - buit-in function as callback
6 * Passing different buit-in functionns as callback function
12 echo "*** Testing array_walk_recursive() : built-in function as callback ***\n";
16 echo "-- With 'pow' built-in function --\n";
19 echo "-- With 'min' built-in function --\n";
32 *** Testing array_walk_recursive() : built-in function as callback ***
33 -- With 'pow' built-in function --
35 -- With 'min' built-in function --
/PHP-8.1/ext/hash/tests/
H A Dmhash_001.phpt38 Deprecated: Function mhash() is deprecated in %s on line %d
43 Deprecated: Function mhash() is deprecated in %s on line %d
48 Deprecated: Function mhash() is deprecated in %s on line %d
53 Deprecated: Function mhash() is deprecated in %s on line %d
58 Deprecated: Function mhash() is deprecated in %s on line %d
63 Deprecated: Function mhash() is deprecated in %s on line %d
68 Deprecated: Function mhash() is deprecated in %s on line %d
73 Deprecated: Function mhash() is deprecated in %s on line %d
78 Deprecated: Function mhash() is deprecated in %s on line %d
83 Deprecated: Function mhash() is deprecated in %s on line %d
[all …]
H A Dmhash_003.phpt38 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
43 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
48 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
53 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
58 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
63 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
68 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
73 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
78 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
83 Deprecated: Function mhash_keygen_s2k() is deprecated in %s on line %d
[all …]
/PHP-8.1/tests/classes/
H A Darray_access_013.phpt22 echo "Caught in " . $e->getMessage() . "()\n";
31 echo "Caught in " . $e->getMessage() . "()\n";
40 echo "Caught in " . $e->getMessage() . "()\n";
49 echo "Caught in " . $e->getMessage() . "()\n";
53 Caught in Test::offsetExists()
54 Caught in Test::offsetGet()
55 Caught in Test::offsetSet()
56 Caught in Test::offsetUnset()

Completed in 45 milliseconds

12345678910>>...227