Home
last modified time | relevance | path

Searched refs:on (Results 101 – 125 of 4727) sorted by relevance

12345678910>>...190

/PHP-8.0/ext/standard/tests/dir/
H A Dopendir_variation6-win32.phpt6 die("skip Valid only on Windows");
48 Warning: opendir(%s/opendir_var*): %s in %s on line %d
50 Warning: opendir(%s/opendir_var*): Failed to open directory: %s in %s on line %d
53 Warning: opendir(%s/*): %s in %s on line %d
55 Warning: opendir(%s/*): Failed to open directory: %s in %s on line %d
60 Warning: opendir(%s/opendir_variation6/sub_dir?): %s in %s on line %d
62 Warning: opendir(%s/opendir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
65 Warning: opendir(%s/opendir_variation6/sub?dir1): %s in %s on line %d
67 Warning: opendir(%s/opendir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
/PHP-8.0/Zend/tests/
H A Dclone_003.phpt2 Using clone statement on undefined variable
10 Warning: Undefined variable $b in %s on line %d
12 Fatal error: Uncaught Error: __clone method called on non-object in %s:%d
15 thrown in %s on line %d
H A Dbug76860.phpt18 Notice: Accessing static property B::$a as non static in %sbug76860.php on line 7
20 Warning: Undefined property: B::$a in %s on line %d
22 Notice: Accessing static property B::$b as non static in %sbug76860.php on line 7
24 Warning: Undefined property: B::$b in %s on line %d
26 Notice: Accessing static property B::$c as non static in %sbug76860.php on line 7
28 Warning: Undefined property: B::$c in %s on line %d
H A Disset_003.phpt32 Warning: Undefined variable $c in %s on line %d
34 Warning: Undefined variable $d in %s on line %d
36 Warning: Trying to access array offset on value of type null in %s on line %d
38 Warning: Attempt to read property "" on string in %s on line %d
H A Ddereference_010.phpt24 Warning: Trying to access array offset on value of type int in %s on line %d
27 Warning: Trying to access array offset on value of type int in %s on line %d
33 thrown in %s on line %d
/PHP-8.0/tests/lang/
H A Dbug43958.phpt12 MyClass::loadCode('file-which-does-not-exist-on-purpose.php');
15 …nclude(file-which-does-not-exist-on-purpose.php): Failed to open stream: No such file or directory…
17 …ailed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (include_path='%s') in %sbu…
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_dim_006.phpt20 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
22 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
24 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
26 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
28 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D018.phpt2 Test nullsafe on undefined variable
12 Warning: Undefined variable $foo in %s.php on line 3
15 Warning: Undefined variable $foo in %s.php on line 4
18 Warning: Undefined variable $foo in %s.php on line 5
/PHP-8.0/ext/standard/tests/file/
H A Dreadlink_variation1.phpt41 Warning: readlink(): %s in %s on line %d
44 Warning: readlink(): %s in %s on line %d
47 Warning: readlink(): %s in %s on line %d
50 Warning: readlink(): %s in %s on line %d
53 Warning: readlink(): %s in %s on line %d
56 Warning: readlink(): %s in %s on line %d
59 Warning: readlink(): %s in %s on line %d
H A Drename_variation13.phpt60 Warning: rename(-1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
65 Warning: rename(1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
69 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
72 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
76 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
79 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
83 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
86 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
91 Warning: rename( ,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
102 Warning: rename(%s/renameVar13/afile.tmp,php/php): %s directory in %s on line %d
[all …]
H A Dsymlink_link_linkinfo_is_link_basic2.phpt17 linkinfo() and is_link() on the link created to $dirname */
22 echo "\n*** Testing symlink(), linkinfo(), link() and is_link() on directory ***\n";
30 // testing on soft link
31 echo "\n-- Testing on soft links --\n";
42 // testing on hard link
43 echo "\n-- Testing on hard links --\n";
68 *** Testing symlink(), linkinfo(), link() and is_link() on directory ***
70 -- Testing on soft links --
75 -- Testing on hard links --
77 Warning: link(): %s in %s on line %d
[all …]
H A Dchmod_variation2-win32-mb.phpt24 echo "chmod() on a path containing .. and .\n";
30 echo "\nchmod() on a path containing .. with invalid directories\n";
36 echo "\nchmod() on a relative path from a different working directory\n";
44 echo "\nchmod() on a directory with a trailing /\n";
56 chmod() on a path containing .. and .
61 chmod() on a path containing .. with invalid directories
66 chmod() on a relative path from a different working directory
71 chmod() on a directory with a trailing /
H A Dchmod_variation2-win32.phpt24 echo "chmod() on a path containing .. and .\n";
30 echo "\nchmod() on a path containing .. with invalid directories\n";
36 echo "\nchmod() on a relative path from a different working directory\n";
44 echo "\nchmod() on a directory with a trailing /\n";
56 chmod() on a path containing .. and .
61 chmod() on a path containing .. with invalid directories
66 chmod() on a relative path from a different working directory
71 chmod() on a directory with a trailing /
H A Dsymlink.phpt52 Warning: readlink(): No such file or directory in %s on line %d
55 Warning: linkinfo(): No such file or directory in %s on line %d
58 Warning: symlink(): File exists in %s on line %d
62 Warning: symlink(): File exists in %s on line %d
66 Warning: link(): No such file or directory in %s on line %d
69 Warning: symlink(): %s in %s on line %d
72 Warning: link(): %s in %s on line %d
75 Warning: readlink(): Invalid argument in %s on line %d
/PHP-8.0/ext/reflection/tests/
H A DReflectionObject_getConstants_basic.phpt20 echo "Reflecting on instance of class $class: \n";
27 Reflecting on instance of class C:
32 Reflecting on instance of class D:
37 Reflecting on instance of class E:
42 Reflecting on instance of class F:
47 Reflecting on instance of class X:
H A DReflectionMethod_basic2.phpt9 echo "Reflecting on method $class::$method()\n\n";
52 Reflecting on method DerivedClass::foo()
62 Reflecting on method TestClass::stat()
72 Reflecting on method TestClass::priv()
82 Reflecting on method TestClass::prot()
92 Reflecting on method DerivedClass::prot()
102 Reflecting on method TestInterface::int()
112 Reflecting on method ReflectionProperty::__construct()
126 Reflecting on method TestClass::__destruct()
H A DReflectionMethod_basic3.phpt9 echo "Reflecting on method $class::$method()\n\n";
57 Reflecting on method DerivedClass::foo()
71 Reflecting on method TestClass::stat()
85 Reflecting on method TestClass::priv()
99 Reflecting on method TestClass::prot()
113 Reflecting on method DerivedClass::prot()
127 Reflecting on method TestInterface::int()
141 Reflecting on method ReflectionProperty::__construct()
155 Reflecting on method TestClass::__destruct()
H A DReflectionMethod_basic4.phpt9 echo "Reflecting on method $class::$method()\n\n";
60 Reflecting on method DerivedClass::foo()
74 Reflecting on method TestClass::stat()
88 Reflecting on method TestClass::priv()
102 Reflecting on method TestClass::prot()
116 Reflecting on method DerivedClass::prot()
130 Reflecting on method TestInterface::int()
144 Reflecting on method ReflectionProperty::__construct()
158 Reflecting on method TestClass::__destruct()
/PHP-8.0/ext/date/tests/
H A Dbug70810.phpt19 Warning: Cannot compare DateInterval objects in %s on line %d
22 Warning: Cannot compare DateInterval objects in %s on line %d
25 Warning: Cannot compare DateInterval objects in %s on line %d
28 Warning: Cannot compare DateInterval objects in %s on line %d
31 Warning: Cannot compare DateInterval objects in %s on line %d
34 Warning: Cannot compare DateInterval objects in %s on line %d
/PHP-8.0/Zend/tests/type_declarations/
H A Dscalar_basic.phpt11 echo "$errnames[$errno]: $errmsg on line $line\n";
77 *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
80 *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
83 *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
89 *** Caught {closure}(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
98 *** Caught {closure}(): Argument #1 ($i) must be of type int, null given, called in %s on line %d
102 *** Caught {closure}(): Argument #1 ($i) must be of type int, array given, called in %s on line %d
106 *** Caught {closure}(): Argument #1 ($i) must be of type int, stdClass given, called in %s on line …
151 *** Caught {closure}(): Argument #1 ($f) must be of type float, null given, called in %s on line %d
155 *** Caught {closure}(): Argument #1 ($f) must be of type float, array given, called in %s on line %d
[all …]
/PHP-8.0/ext/zip/tests/
H A Dzip_entry_open.phpt17 Deprecated: Function zip_open() is deprecated in %s on line %d
19 Deprecated: Function zip_read() is deprecated in %s on line %d
21 Deprecated: Function zip_entry_open() is deprecated in %s on line %d
23 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
25 Deprecated: Function zip_close() is deprecated in %s on line %d
/PHP-8.0/ext/standard/tests/array/
H A Dusort_variation11.phpt46 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
48 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
50 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
52 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
54 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
56 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
58 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
60 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
62 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
64 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
[all …]
/PHP-8.0/tests/output/
H A Dob_start_basic_006.phpt76 Warning: ob_start(): array must have exactly two members in %s on line %d
78 Notice: ob_start(): Failed to create buffer in %s on line %d
84 Warning: ob_start(): class "f" not found in %s on line %d
86 Notice: ob_start(): Failed to create buffer in %s on line %d
92 Warning: ob_start(): array must have exactly two members in %s on line %d
94 Notice: ob_start(): Failed to create buffer in %s on line %d
100 Warning: ob_start(): array must have exactly two members in %s on line %d
102 Notice: ob_start(): Failed to create buffer in %s on line %d
108 Warning: ob_start(): array must have exactly two members in %s on line %d
110 Notice: ob_start(): Failed to create buffer in %s on line %d
[all …]
/PHP-8.0/ext/filter/tests/
H A D057.phpt22 Warning: filter_input_array(): Unknown filter with ID 0 in %s on line %d
25 Warning: filter_var_array(): Unknown filter with ID 0 in %s on line %d
28 Warning: filter_input_array(): Unknown filter with ID 1 in %s on line %d
31 Warning: filter_var_array(): Unknown filter with ID 1 in %s on line %d
34 Warning: filter_input_array(): Unknown filter with ID 0 in %s on line %d
37 Warning: filter_var_array(): Unknown filter with ID 0 in %s on line %d
40 Warning: filter_input_array(): Unknown filter with ID 1 in %s on line %d
43 Warning: filter_var_array(): Unknown filter with ID 1 in %s on line %d
/PHP-8.0/ext/intl/tests/
H A Dbreakiter___construct_error.phpt9 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
47 …ble to create RuleBasedBreakIterator from rules (parse error on line 1, offset 31) in %s on line %d
49 Exception: IntlRuleBasedBreakIterator::__construct() expects at least 1 argument, 0 given in %s on
51 Exception: IntlRuleBasedBreakIterator::__construct() expects at most 2 arguments, 3 given in %s on
53 …Iterator::__construct(): Argument #2 ($compiled) must be of type bool, array given in %s on line %d
55 …leBasedBreakIterator::__construct(): unable to create instance from compiled rules in %s on line %d
57 Exception: IntlRuleBasedBreakIterator object is already constructed in %s on line %d

Completed in 27 milliseconds

12345678910>>...190