Home
last modified time | relevance | path

Searched refs:on (Results 201 – 225 of 4727) sorted by relevance

12345678910>>...190

/PHP-8.0/Zend/tests/nullsafe_operator/
H A D015.phpt10 Warning: Undefined property: stdClass::$ in %s on line 3
12 Warning: Attempt to read property "y" on null in %s on line 3
H A D025.phpt11 Warning: Undefined variable $ in %s on line %d
13 Warning: Attempt to read property "c" on null in %s on line %d
/PHP-8.0/ext/standard/tests/math/
H A Doctdec_variation1.phpt95 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…
125 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
130 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…
167 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
[all …]
H A Doctdec_basic.phpt33 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
37 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
40 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
43 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
51 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
55 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
H A Doctdec_basic_64bit.phpt38 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
42 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
45 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
48 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
56 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
60 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
/PHP-8.0/ext/opcache/tests/
H A Dbug78014.phpt2 Bug #78014 (Preloaded classes may depend on non-preloaded classes due to unresolved consts)
11 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
22 Warning: Can't preload unlinked class C: Parent with unresolved initializers B in %s on line %d
24 Warning: Can't preload class B with unresolved initializer for constant X in %s on line %d
29 thrown in %sbug78014.php on line 5
/PHP-8.0/ext/session/tests/
H A Dbug73529.phpt2 Bug #73529 session_decode() silently fails on wrong input
32 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
34 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
36 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
38 Warning: session_destroy(): Trying to destroy uninitialized session in %s on line %d
H A Dsessionhandler_open_001.phpt19 Warning: SessionHandler::open(): Session is not active in %s on line 5
21 Warning: SessionHandler::open(): Session is not active in %s on line 6
23 Warning: SessionHandler::open(): Session is not active in %s on line 7
25 Warning: SessionHandler::open(): Session is not active in %s on line 8
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt20 …dateSource(): Entity: line 1: parser error : Start tag expected, '<' not found in %s.php on line %d
22 Warning: DOMDocument::schemaValidateSource(): string that is not a schema in %s.php on line %d
24 Warning: DOMDocument::schemaValidateSource(): ^ in %s.php on line %d
26 …::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'. in %s.php on line %d
28 Warning: DOMDocument::schemaValidateSource(): Invalid Schema in %s.php on line %d
/PHP-8.0/Zend/tests/varSyntax/
H A Dmethod_call_on_string_literal.phpt2 Method call on string literal
8 Fatal error: Uncaught Error: Call to a member function length() on string in %s:%d
11 thrown in %s on line %d
/PHP-8.0/Zend/tests/
H A Dclone_001.phpt2 Using clone statement on non-object
10 Fatal error: Uncaught Error: __clone method called on non-object in %s:%d
13 thrown in %s on line %d
H A Dexception_014.phpt2 Exceptions on improper access to static class properties
13 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
19 Exception: Cannot access private property C::$p in %sexception_014.php on line %d
24 thrown in %sexception_014.php on line %d
H A Dcontinue_targeting_switch_warning.phpt2 Warning on continue targeting switch
60 Warning: "continue" targeting switch is equivalent to "break" in %s on line 6
62 …inue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in %s on line 14
64 Warning: "continue 2" targeting switch is equivalent to "break 2" in %s on line 25
66 … 2" targeting switch is equivalent to "break 2". Did you mean to use "continue 3"? in %s on line 41
H A Dstr_offset_003.phpt23 Warning: Uninitialized string offset -10 in %s on line %d
27 Warning: Uninitialized string offset -2 in %s on line %d
31 Warning: Uninitialized string offset -10 in %s on line %d
35 Warning: Uninitialized string offset -2 in %s on line %d
H A Dclass_properties_const.phpt16 Warning: Array to string conversion in %s on line %d
19 Warning: Undefined property: A::$Array in %s on line %d
22 Warning: Undefined property: A::$1 in %s on line %d
28 thrown in %s on line %d
/PHP-8.0/ext/standard/tests/file/
H A Dlstat_stat_variation10.phpt9 /* test the effects of is_dir() on stats of a dir */
19 // is_dir() on a directory
20 echo "*** Testing stat() on directory after using is_dir() on it ***\n";
48 *** Testing stat() on directory after using is_dir() on it ***
H A Dlstat_stat_variation12.phpt13 /* test the effects of is_link() on stats of link */
27 // is_link() on a link
28 echo "*** Testing stat() on a link after using is_link() on it ***\n";
53 *** Testing stat() on a link after using is_link() on it ***
H A Drename_variation8-win32.phpt9 echo "\n*** Testing rename() on non-existing file ***\n";
22 echo "\n*** Testing rename() on existing directory ***\n";
32 echo "\n*** Testing rename() on non-existing directory ***\n";
47 *** Testing rename() on non-existing file ***
49 …%s/rename_variation8_new.tmp): The system cannot find the file specified (code: 2) in %s on line %d
54 *** Testing rename() on existing directory ***
59 *** Testing rename() on non-existing directory ***
61 …ent_dir,%s/rename_basic_dir2): The system cannot find the file specified (code: 2) in %s on line %d
H A Dfwrite_variation1-win32-mb.phpt28 /* open the file using $files_modes and perform fwrite() on it */
79 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
95 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
101 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
111 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
117 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
129 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
135 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
145 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfwrite_variation1.phpt21 /* open the file using $files_modes and perform fwrite() on it */
71 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
77 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
87 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
93 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
103 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
109 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
121 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
127 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
137 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
/PHP-8.0/ext/ftp/tests/
H A D005.phpt67 Warning: ftp_cdup(): Command not implemented (1). in %s005.php on line %d
70 Warning: ftp_chdir(): Command not implemented (2). in %s005.php on line %d
73 Warning: ftp_chmod(): Command not implemented (3). in %s005.php on line %d
76 Warning: ftp_delete(): Command not implemented (4). in %s005.php on line %d
79 Warning: ftp_exec(): Command not implemented (5). in %s005.php on line %d
86 Warning: ftp_mkdir(): Command not implemented (7). in %s005.php on line %d
89 Warning: ftp_nb_continue(): No nbronous transfer to continue in %s005.php on line %d
94 Warning: ftp_systype(): Command not implemented (8). in %s005.php on line %d
97 Warning: ftp_pwd(): Command not implemented (9). in %s005.php on line %d
101 Warning: ftp_rmdir(): Command not implemented (11). in %s005.php on line %d
/PHP-8.0/ext/bz2/tests/
H A Dbzerr_functions_on_invalid_stream.phpt2 Calling bzerr* functions on non-bz2 streams
13 Warning: bzerrno(): Stream is not a bz2 stream in %s on line %d
16 Warning: bzerrstr(): Stream is not a bz2 stream in %s on line %d
19 Warning: bzerror(): Stream is not a bz2 stream in %s on line %d
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getMethods_001.phpt32 echo "Reflecting on class $class: \n";
39 Reflecting on class pubf:
56 Reflecting on class subpubf:
73 Reflecting on class protf:
90 Reflecting on class subprotf:
107 Reflecting on class privf:
124 Reflecting on class subprivf:
/PHP-8.0/ext/opcache/tests/jit/
H A Dreg_alloc_004.phpt25 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
27 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
29 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
31 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
40 thrown in %sreg_alloc_004.php on line 7
/PHP-8.0/ext/phar/tests/
H A Dfopen_edgecases.phpt83 Warning: fopen(phar://foo.phar): Failed to open stream: %s in %sfopen_edgecases.php on line %d
89 Warning: stat(): stat failed for phar:// in %sfopen_edgecases.php on line %d
92 Warning: stat(): stat failed for phar://foo.phar in %sfopen_edgecases.php on line %d
97 …"%sfopen_edgecases.2.phar.php" (truncated manifest at stub end) in %sfopen_edgecases.php on line %d
99 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
103 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
105 … phar error: invalid url or non-existent phar "phar://foo.phar" in %sfopen_edgecases.php on line %d
107 Warning: unlink(): phar error: unlink failed in %sfopen_edgecases.php on line %d
109 …://%sfopen_edgecases.phar.php/oops" failed, file does not exist in %sfopen_edgecases.php on line %d
111 …e "phar://" to "phar://": invalid or non-writable url "phar://" in %sfopen_edgecases.php on line %d
[all …]

Completed in 61 milliseconds

12345678910>>...190