Home
last modified time | relevance | path

Searched refs:on (Results 251 – 275 of 4855) sorted by relevance

1...<<11121314151617181920>>...195

/PHP-8.0/ext/mysqli/tests/
H A Dbug79375.phpt25 echo "Running query on $name\n";
39 echo "Running query on $name\n";
53 echo "Running query on $name\n";
147 Running query on first connection
149 Running query on second connection
152 Running query on first connection
154 Running query on second connection
157 Running query on first connection
159 Running query on second connection
162 Running query on first connection
[all …]
/PHP-8.0/ext/standard/tests/array/
H A D002.phpt133 Warning: Array to string conversion in %s on line %d
135 Warning: Array to string conversion in %s on line %d
137 Warning: Array to string conversion in %s on line %d
139 Warning: Array to string conversion in %s on line %d
141 Warning: Array to string conversion in %s on line %d
143 Warning: Array to string conversion in %s on line %d
243 Warning: Array to string conversion in %s on line %d
245 Warning: Array to string conversion in %s on line %d
247 Warning: Array to string conversion in %s on line %d
249 Warning: Array to string conversion in %s on line %d
[all …]
H A Dusort_variation7.phpt55 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
57 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
59 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
61 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
63 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
65 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
67 Warning: {closure}(): Argument #1 ($value1) must be passed by reference, value given in %s on line …
69 Warning: {closure}(): Argument #2 ($value2) must be passed by reference, value given in %s on line …
/PHP-8.0/ext/spl/tests/
H A Dbug72888.phpt2 Bug #72888 (Segfault on clone on splFileObject)
17 Warning: Undefined variable $y in %s on line %d
H A DarrayObject___construct_basic3.phpt13 echo "\n--> Access prop on instance of ArrayObject with ArrayObject::STD_PROP_LIST:\n";
18 echo "\n--> Access prop on instance of MyArrayObject with ArrayObject::STD_PROP_LIST:\n";
50 --> Access prop on instance of ArrayObject with ArrayObject::STD_PROP_LIST:
64 Warning: Undefined property: ArrayObject::$prop in %s on line %d
66 Warning: Undefined array key "prop" in %s on line %d
78 --> Access prop on instance of MyArrayObject with ArrayObject::STD_PROP_LIST:
92 Warning: Undefined property: MyArrayObject::$prop in %s on line %d
94 Warning: Undefined array key "prop" in %s on line %d
/PHP-8.0/Zend/tests/
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
9 Fatal error: Uncaught Error: __clone method called on non-object in %sbug42817.php:2
12 thrown in %sbug42817.php on line 2
H A Dmethods-on-non-objects.phpt2 Method calls on non-objects raise recoverable errors
11 Fatal error: Uncaught Error: Call to a member function method() on null in %s:%d
14 thrown in %s on line %d
H A Dwarning_during_heredoc_scan_ahead.phpt13 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
15 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
17 Warning: Undefined variable $ in %s on line %d
H A Dbug81631.phpt9 Warning: Undefined variable $b in %s on line 3
11 Fatal error: Uncaught TypeError: Cannot use "::class" on value of type null in %s:3
14 thrown in %s on line 3
/PHP-8.0/tests/security/
H A Dopen_basedir_touch.phpt41 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
44 …restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
47 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
50 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
53 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
56 …sedir restriction in effect. File(../bad/.) is not within the allowed path(s): (.) in %s on line %d
59 …striction in effect. File(../bad/./bad.txt) is not within the allowed path(s): (.) in %s on line %d
62 …basedir restriction in effect. File(./../.) is not within the allowed path(s): (.) in %s on line %d
/PHP-8.0/ext/standard/tests/file/
H A Dmkdir_rmdir_error.phpt6 echo "\n*** Testing rmdir() on non-existent directory ***\n";
12 *** Testing rmdir() on non-existent directory ***
14 Warning: rmdir(temp): No such file or directory in %s on line %d
H A Dfread_variation2.phpt53 /* open the file using $files_modes and perform fread() on it */
107 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
116 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
135 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
145 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
154 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
183 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dlstat_stat_error.phpt21 Warning: lstat(): Lstat failed for %s in %s on line %d
24 Warning: lstat(): Lstat failed for 22 in %s on line %d
29 Warning: stat(): stat failed for %s in %s on line %d
32 Warning: stat(): stat failed for %s in %s on line %d
35 Warning: stat(): stat failed for 22 in %s on line %d
H A Dfilegroup_variation2.phpt42 Warning: filegroup(): stat failed for -2.34555 in %s on line %d
45 Warning: filegroup(): stat failed for in %s on line %d
49 Warning: filegroup(): stat failed for 1 in %s on line %d
54 Warning: filegroup(): stat failed for 1234 in %s on line %d
57 Warning: filegroup(): stat failed for 0 in %s on line %d
H A Dfileinode_variation2.phpt42 Warning: fileinode(): stat failed for -2.34555 in %s on line %d
45 Warning: fileinode(): stat failed for in %s on line %d
49 Warning: fileinode(): stat failed for 1 in %s on line %d
54 Warning: fileinode(): stat failed for 1234 in %s on line %d
57 Warning: fileinode(): stat failed for 0 in %s on line %d
H A Dfileowner_variation2.phpt43 Warning: fileowner(): stat failed for -2.34555 in %s on line %d
46 Warning: fileowner(): stat failed for in %s on line %d
50 Warning: fileowner(): stat failed for 1 in %s on line %d
55 Warning: fileowner(): stat failed for 1234 in %s on line %d
58 Warning: fileowner(): stat failed for 0 in %s on line %d
H A Dfileperms_variation2.phpt42 Warning: fileperms(): stat failed for -2.34555 in %s on line %d
45 Warning: fileperms(): stat failed for in %s on line %d
49 Warning: fileperms(): stat failed for 1 in %s on line %d
54 Warning: fileperms(): stat failed for 1234 in %s on line %d
57 Warning: fileperms(): stat failed for 0 in %s on line %d
H A Dsymlink_link_linkinfo_is_link_basic1.phpt19 and checking linkinfo() and is_link() on the link created */
42 and check linkinfo() and is_link() on the link created */
45 echo "-- Testing on soft links --\n";
56 // testing on hard link
57 echo "-- Testing on hard links --\n";
86 -- Testing on soft links --
90 -- Testing on hard links --
96 -- Testing on soft links --
100 -- Testing on hard links --
H A Dfread_variation4.phpt50 /* open the file using $files_modes and perform fread() on it */
105 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
113 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
122 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
130 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
139 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
147 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
156 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
/PHP-8.0/ext/tidy/tests/
H A D019.phpt31 Warning: tidy_repair_string(): Could not load configuration file "1" in %s on line %d
33 Warning: tidy_repair_string(): Could not set encoding "1" in %s on line %d
35 Warning: tidy_repair_string(): Could not load configuration file "" in %s on line %d
37 Warning: tidy_repair_string(): Could not load configuration file "1" in %s on line %d
39 Warning: tidy_repair_string(): Could not set encoding "1" in %s on line %d
/PHP-8.0/ext/zlib/tests/
H A Dgzfile_variation4.phpt28 Warning: gzfile(10.5): Failed to open stream: No such file or directory in %s on line %d
31 Warning: gzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d
34 Warning: gzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d
37 Warning: gzfile(-123456789000): Failed to open stream: No such file or directory in %s on line %d
40 Warning: gzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation4.phpt28 Warning: readgzfile(10.5): Failed to open stream: No such file or directory in %s on line %d
31 Warning: readgzfile(-10.5): Failed to open stream: No such file or directory in %s on line %d
34 Warning: readgzfile(123456789000): Failed to open stream: No such file or directory in %s on line %d
37 Warning: readgzfile(-123456789000): Failed to open stream: No such file or directory in %s on line …
40 Warning: readgzfile(0.5): Failed to open stream: No such file or directory in %s on line %d
/PHP-8.0/tests/lang/
H A DforeachLoop.003.phpt36 Warning: foreach() argument must be of type array|object, bool given in %s on line 4
38 Warning: foreach() argument must be of type array|object, null given in %s on line 9
40 Warning: foreach() argument must be of type array|object, int given in %s on line 14
42 Warning: foreach() argument must be of type array|object, float given in %s on line 19
44 Warning: foreach() argument must be of type array|object, string given in %s on line 24
/PHP-8.0/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt92 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
100 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
105 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
110 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
115 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
120 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
152 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
157 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
162 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
/PHP-8.0/ext/exif/tests/
H A Dbug79282.phpt10 Warning: exif_read_data(): Missing TIFF alignment marker in %s on line %d
12 Warning: exif_read_data(): File structure corrupted in %s on line %d
14 Warning: exif_read_data(): Invalid JPEG file in %s on line %d

Completed in 35 milliseconds

1...<<11121314151617181920>>...195