Home
last modified time | relevance | path

Searched refs:in (Results 101 – 125 of 6355) sorted by relevance

12345678910>>...255

/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt89 Deprecated: pg_execute(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
93 Deprecated: pg_lo_open(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
97 Deprecated: pg_dbname(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
101 Deprecated: pg_options(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
103 Deprecated: pg_port(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
105 Deprecated: pg_tty(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
107 Deprecated: pg_host(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
113 Deprecated: pg_ping(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
115 Deprecated: pg_query(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
117 Deprecated: pg_exec(): Automatic fetching of PostgreSQL connection is deprecated in %s on line %d
[all …]
/php-src/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt8 function filter($in, $out, &$consumed, $closing): int {
13 function filter($in, $out, &$consumed, $closing): int {
14 $bucket = stream_bucket_make_writeable($in);
19 function filter($in, $out, &$consumed, $closing): int {
20 while ($bucket = stream_bucket_make_writeable($in)) {
28 function filter($in, $out, &$consumed, $closing): int {
37 function filter($in, $out, &$consumed, $closing): int {
137 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
140 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
143 Warning: stream_filter_remove(): Unable to flush filter, not removing in %s
[all …]
/php-src/Zend/tests/offsets/
H A Dfalse_container_offset_behaviour.phpt11 Warning: Trying to access array offset on false in %s on line %d
33 Warning: Undefined array key %s in %s on line %d
35 Warning: Trying to access array offset on null in %s on line %d
54 Warning: Trying to access array offset on false in %s on line %d
96 Warning: Undefined array key 0 in %s on line %d
98 Warning: Trying to access array offset on null in %s on line %d
141 Warning: Trying to access array offset on false in %s on line 8
152 Cannot access offset of type %s in isset or empty
154 Cannot access offset of type %s in isset or empty
183 Warning: Trying to access array offset on false in %s on line 8
[all …]
H A Darray_container_offset_behaviour.phpt11 Warning: Undefined array key %s in %s on line %d
31 Warning: Undefined array key %s in %s on line %d
33 Warning: Trying to access array offset on null in %s on line %d
53 Warning: Undefined array key %s in %s on line %d
93 Warning: Undefined array key 0 in %s on line %d
95 Warning: Trying to access array offset on null in %s on line %d
145 Cannot access offset of type %s in isset or empty
147 Cannot access offset of type %s in isset or empty
178 Warning: Undefined array key 3 in %s on line 8
218 Warning: Undefined array key 3 in %s on line 74
[all …]
H A Dstring_container_offset_behaviour.phpt11 Warning: Uninitialized string offset %d in %s on line %d
30 Warning: Uninitialized string offset %d in %s on line %d
56 Warning: Illegal string offset %i in %s on line %d
99 Warning: String offset cast occurred in %s on line %d
105 Warning: String offset cast occurred in %s on line %d
108 Warning: String offset cast occurred in %s on line %d
112 Warning: String offset cast occurred in %s on line %d
122 Warning: String offset cast occurred in %s on line %d
128 Warning: String offset cast occurred in %s on line %d
227 Warning: Illegal string offset %i in %s on line %d
[all …]
H A Dnull_container_offset_behaviour.phpt11 Warning: Trying to access array offset on null in %s on line %d
31 Warning: Undefined array key %s in %s on line %d
33 Warning: Trying to access array offset on null in %s on line %d
52 Warning: Trying to access array offset on null in %s on line %d
92 Warning: Undefined array key 0 in %s on line %d
94 Warning: Trying to access array offset on null in %s on line %d
137 Warning: Trying to access array offset on null in %s on line %d
146 Cannot access offset of type %s in isset or empty
148 Cannot access offset of type %s in isset or empty
177 Warning: Trying to access array offset on null in %s on line 8
[all …]
/php-src/ext/standard/tests/file/
H A Dfscanf_variation51.phpt2 Test fscanf() function: usage variations - file opened in write only mode
10 echo "*** Test fscanf(): to read from a file opened in write only mode ***\n";
64 *** Test fscanf(): to read from a file opened in write only mode ***
68 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
71 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
74 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
77 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
80 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
83 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
86 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfflush_variation2.phpt68 -- link opened in w mode --
73 -- link opened in wb mode --
78 -- link opened in wt mode --
83 -- link opened in w+ mode --
98 -- link opened in a mode --
103 -- link opened in ab mode --
108 -- link opened in at mode --
113 -- link opened in a+ mode --
129 -- link opened in w mode --
159 -- link opened in a mode --
[all …]
/php-src/ext/exif/tests/
H A Dbug72094.phpt2 Bug #72094: Out of bounds heap read access in exif header processing
26 Warning: exif_read_data(bug72094_1.jpg): Illegal IFD offset in %sbug72094.php on line %d
28 Warning: exif_read_data(bug72094_1.jpg): File structure corrupted in %s%ebug72094.php on line %d
30 Warning: exif_read_data(bug72094_1.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
32 Warning: exif_read_data(bug72094_2.jpg): Illegal IFD size in %s%ebug72094.php on line %d
34 Warning: exif_read_data(bug72094_2.jpg): File structure corrupted in %s%ebug72094.php on line %d
36 Warning: exif_read_data(bug72094_2.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
50 Warning: exif_read_data(bug72094_3.jpg): Illegal IFD size in %s%ebug72094.php on line %d
54 Warning: exif_read_data(bug72094_3.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
56 Warning: exif_read_data(bug72094_4.jpg): Invalid TIFF start (1) in %s%ebug72094.php on line %d
[all …]
/php-src/ext/standard/tests/array/
H A Darray_search_variation4.phpt13 //store resources in array for comparison.
16 // search for resource type in the resource array
23 //matching "Good" in array(0,"hello"), result:true in loose type check
25 //false in strict mode
28 //matching integer 0 in array("this"), result:true in loose type check
30 // false in strict mode
33 //matching string "this" in array(0), result:true in loose type check
35 // false in stric mode
38 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
46 //matching string having integer in beginning, result:true in loose type check
[all …]
H A Din_array_variation4.phpt15 //store resources in array for comparison.
18 // search for resource type in the resource array
25 //matching "Good" in array(0,"hello"), result:true in loose type check
27 //false in strict mode
30 //matching integer 0 in array("this"), result:true in loose type check
32 // false in strict mode
35 //matching string "this" in array(0), result:true in loose type check
37 // false in stric mode
40 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
48 //matching string having integer in beginning, result:true in loose type check
[all …]
/php-src/tests/security/
H A Dopen_basedir_is_executable.phpt32 …: is_executable(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
35 …_executable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
38 …ng: is_executable(): open_basedir restriction in effect. File(..) is not within the allowed path(s…
41 …g: is_executable(): open_basedir restriction in effect. File(../) is not within the allowed path(s…
44 …ng: is_executable(): open_basedir restriction in effect. File(/) is not within the allowed path(s)…
47 … is_executable(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pat…
50 …ecutable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
53 …table(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the al…
H A Dopen_basedir_chdir.phpt32 Warning: chdir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
35 Warning: chdir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
38 Warning: chdir(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
41 Warning: chdir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
44 Warning: chdir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path…
47 Warning: chdir(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
H A Dopen_basedir_touch.phpt41 Warning: touch(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
44 …ning: touch(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
47 Warning: touch(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
50 Warning: touch(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
53 Warning: touch(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
56 Warning: touch(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path…
59 …ing: touch(): open_basedir restriction in effect. File(../bad/./bad.txt) is not within the allowed…
62 Warning: touch(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
H A Dopen_basedir_chmod.phpt43 Warning: chmod(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
46 …ning: chmod(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
49 Warning: chmod(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
52 Warning: chmod(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
55 Warning: chmod(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
58 Warning: chmod(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path…
61 …ing: chmod(): open_basedir restriction in effect. File(../bad/./bad.txt) is not within the allowed…
64 Warning: chmod(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
/php-src/ext/bz2/tests/
H A D002.phpt2 bzopen() using fd opened in wrong mode
88 Warning: bzopen(): Cannot read from a stream opened in write only mode in %s on line %d
99 Warning: bzopen(): cannot write to a stream opened in read only mode in %s on line %d
105 Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
108 Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
111 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
114 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
117 Warning: bzopen(): Cannot use stream opened in mode 'r+' in %s on line %d
120 Warning: bzopen(): Cannot use stream opened in mode 'r+' in %s on line %d
123 Warning: bzopen(): Cannot use stream opened in mode 'w+' in %s on line %d
[all …]
/php-src/ext/opcache/tests/jit/
H A Dassign_048.phpt23 Warning: Undefined variable $a in %sassign_048.php on line 7
25 Warning: Undefined variable $a in %sassign_048.php on line 7
27 Warning: Undefined variable $a in %sassign_048.php on line 7
29 Warning: Undefined variable $a in %sassign_048.php on line 7
31 Warning: Undefined variable $a in %sassign_048.php on line 7
33 Warning: Undefined variable $a in %sassign_048.php on line 7
35 Warning: Undefined variable $a in %sassign_048.php on line 7
37 Warning: Undefined variable $a in %sassign_048.php on line 7
39 Warning: Undefined variable $a in %sassign_048.php on line 7
41 Warning: Undefined variable $a in %sassign_048.php on line 7
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_unicode_error.phpt2 Dom\HTMLDocument loading with unicode codepoints resulting in an error
15 Warning: Dom\HTMLDocument::createFromFile(): tokenizer error missing-end-tag-name in %s on line %d
17 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token in %s on line %d
19 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token in %s on line %d
22 …t::createFromString(): tokenizer error missing-end-tag-name in Entity, line: 7, column: 29 in %s o…
24 …Document::createFromString(): tree error unexpected-token in Entity, line: 7, column: 14-17 in %s …
26 …LDocument::createFromString(): tree error unexpected-token in Entity, line: 8, column: 7-10 in %s …
/php-src/ext/standard/tests/math/
H A Dpow_divisionbyzero.phpt40 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
43 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
46 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
49 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
52 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
55 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
62 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
65 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
68 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
71 Deprecated: Power of base 0 and negative exponent is deprecated in %s on line %d
[all …]
/php-src/ext/ffi/tests/
H A D021.phpt57 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
59 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
61 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
63 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
65 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
67 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
69 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
71 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
73 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
75 Deprecated: Calling FFI::new() statically is deprecated in %s on line %d
[all …]
/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_literals.phpt7 // 8 Warnings generated in total
26 // 2 warnings in total
34 // 2 warnings in total
41 // 2 warnings in total
74 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
77 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
80 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
83 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
86 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
121 Warning: String offset cast occurred in %s on line %d
[all …]
/php-src/ext/session/tests/
H A Dsession_decode_error2.phpt39 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
46 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
53 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
60 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
67 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
74 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
81 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
88 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
95 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
102 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
[all …]
/php-src/ext/standard/tests/assert/
H A Dassert04.phpt15 /* Wrong parameter count in assert */
30 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
32 Deprecated: Constant ASSERT_ACTIVE is deprecated in %s on line %d
34 Deprecated: Function assert_options() is deprecated since 8.3 in %s on line %d
36 Deprecated: Constant ASSERT_ACTIVE is deprecated in %s on line %d
38 Deprecated: Function assert_options() is deprecated since 8.3 in %s on line %d
40 Warning: assert(): assert(0) failed in %s on line %d
42 Deprecated: Constant ASSERT_BAIL is deprecated in %s on line %d
44 Deprecated: Function assert_options() is deprecated since 8.3 in %s on line %d
46 Warning: assert(): assert(0) failed in %s on line %d
/php-src/Zend/tests/fibers/
H A Dsuspend-in-force-close-fiber.phpt2 Suspend in force-closed fiber
20 Fatal error: Uncaught FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-clos…
22 #0 %ssuspend-in-force-close-fiber.php(%d): Fiber::suspend()
25 thrown in %ssuspend-in-force-close-fiber.php on line %d
/php-src/Zend/tests/
H A Dfalsetoarray.phpt122 Deprecated: Automatic conversion of false to array is deprecated in %s
125 Deprecated: Automatic conversion of false to array is deprecated in %s
130 Deprecated: Automatic conversion of false to array is deprecated in %s
133 Deprecated: Automatic conversion of false to array is deprecated in %s
136 Deprecated: Automatic conversion of false to array is deprecated in %s
139 Deprecated: Automatic conversion of false to array is deprecated in %s
144 Deprecated: Automatic conversion of false to array is deprecated in %s
147 Deprecated: Automatic conversion of false to array is deprecated in %s
150 Deprecated: Automatic conversion of false to array is deprecated in %s
153 Deprecated: Automatic conversion of false to array is deprecated in %s
[all …]

Completed in 48 milliseconds

12345678910>>...255