Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...221

/PHP-7.4/ext/spl/tests/
H A Diterator_044.phpt75 …chingIterator::offsetExists() expects exactly 1 parameter, 0 given in %siterator_044.php on line %d
78 Warning: CachingIterator::offsetGet() expects exactly 1 parameter, 0 given in %siterator_044.php on
84 Notice: Undefined index: 0 in %siterator_044.php on line %d
93 …erator::offsetGet() expects parameter 1 to be string, object given in %siterator_044.php on line %d
100 Notice: Undefined index: foo in %siterator_044.php on line %d
106 Notice: Undefined index: in %siterator_044.php on line %d
112 Notice: Undefined index: 2 in %siterator_044.php on line %d
118 Notice: Undefined index: foo in %siterator_044.php on line %d
124 Notice: Undefined index: 3 in %siterator_044.php on line %d
149 Notice: Undefined index: in %siterator_044.php on line %d
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error1.phpt7 Description: Seeks on a file pointer
43 // fseek() on a file handle which is already closed
48 // fseek() on a file handle which is unset
59 Warning: fseek() expects at least 2 parameters, 0 given in %s on line %d
63 Warning: fseek() expects at least 2 parameters, 1 given in %s on line %d
66 Warning: fseek() expects at most 3 parameters, 4 given in %s on line %d
75 Warning: fseek() expects parameter 1 to be resource, int given in %s on line %d
79 Warning: fseek() expects parameter 1 to be resource, float given in %s on line %d
83 Warning: fseek() expects parameter 1 to be resource, bool given in %s on line %d
87 Warning: fseek() expects parameter 1 to be resource, array given in %s on line %d
[all …]
H A Dfseek_ftell_rewind_error2.phpt7 Description: Seeks on a file pointer
42 // ftell on a file handle which is already closed
47 // ftell on a file handle which is unset
58 Warning: ftell() expects exactly 1 parameter, 0 given in %s on line %d
62 Warning: ftell() expects exactly 1 parameter, 2 given in %s on line %d
67 Warning: ftell() expects parameter 1 to be resource, string given in %s on line %d
71 Warning: ftell() expects parameter 1 to be resource, int given in %s on line %d
75 Warning: ftell() expects parameter 1 to be resource, float given in %s on line %d
79 Warning: ftell() expects parameter 1 to be resource, bool given in %s on line %d
83 Warning: ftell() expects parameter 1 to be resource, array given in %s on line %d
[all …]
H A Dfseek_ftell_rewind_error3.phpt7 Description: Seeks on a file pointer
42 // rewind on a file handle which is already closed
47 // rewind on a file handle which is unset
58 Warning: rewind() expects exactly 1 parameter, 0 given in %s on line %d
62 Warning: rewind() expects exactly 1 parameter, 2 given in %s on line %d
67 Warning: rewind() expects parameter 1 to be resource, string given in %s on line %d
71 Warning: rewind() expects parameter 1 to be resource, int given in %s on line %d
75 Warning: rewind() expects parameter 1 to be resource, float given in %s on line %d
79 Warning: rewind() expects parameter 1 to be resource, bool given in %s on line %d
83 Warning: rewind() expects parameter 1 to be resource, array given in %s on line %d
[all …]
H A Dfile_get_contents_variation8-win32.phpt8 die("skip Valid only on Windows");
53 Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
58 Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
63 Warning: file_get_contents(): Filename cannot be empty in %s on line %d
68 …ile_get_contents(): Filename cannot be empty in %sfile_get_contents_variation8-win32.php on line %d
73 Warning: file_get_contents(): Filename cannot be empty in %s on line %d
78 Warning: file_get_contents( ): failed to open stream: Permission denied in %s on line %d
83 Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s on line %d
88 Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %s on line %d
93 …_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in %s on line %d
[all …]
H A Dreadfile_variation10-win32.phpt8 die("skip run only on Windows");
51 Warning: readfile(-1): failed to open stream: No such file or directory in %s on line %d
55 Warning: readfile(1): failed to open stream: No such file or directory in %s on line %d
59 Warning: readfile(): Filename cannot be empty in %s on line %d
63 Warning: readfile(): Filename cannot be empty in %s on line %d
67 Warning: readfile(): Filename cannot be empty in %s on line %d
71 Warning: readfile( ): failed to open stream: Permission denied in %s on line %d
75 Warning: readfile() expects parameter 1 to be a valid path, string given in %s on line %d
79 Warning: readfile() expects parameter 1 to be a valid path, array given in %s on line %d
83 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
[all …]
H A Dreadfile_variation10.phpt51 Warning: readfile(-1): failed to open stream: %s in %s on line %d
54 Warning: readfile(1): failed to open stream: %s in %s on line %d
57 Warning: readfile(): Filename cannot be empty in %s on line %d
60 Warning: readfile(): Filename cannot be empty in %s on line %d
63 Warning: readfile(): Filename cannot be empty in %s on line %d
66 Warning: readfile( ): failed to open stream: %s in %s on line %d
69 Warning: readfile() expects parameter 1 to be a valid path, string given in %s on line %d
74 Warning: readfile() expects parameter 1 to be a valid path, array given in %s on line %d
77 Warning: readfile(%sdir): failed to open stream: %s in %s on line %d
80 Warning: readfile(%sphp): failed to open stream: %s in %s on line %d
H A Dreadfile_variation2.phpt6 die('skip.. only on Linux');
37 /* Checking readfile() operation on soft link */
38 echo "*** Testing readfile() on soft link ***\n";
42 // readfile() on soft link
49 /* Checking readfile() operation on hard link */
50 echo "\n*** Testing readfile() on hard link ***\n";
53 // readfile() on hard link
68 *** Testing readfile() on soft link ***
78 *** Testing readfile() on hard link ***
H A Dfgetcsv_variation26.phpt84 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
91 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
98 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
105 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
112 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
119 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
126 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
133 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
140 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
147 Notice: fgetcsv(): read of 8192 bytes failed with errno=9 Bad file descriptor 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 Dreadlink_variation1.phpt47 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
62 Warning: readlink() expects parameter 1 to be a valid path, resource given in %s on line %d
65 Warning: readlink(): %s in %s on line %d
68 Warning: readlink(): %s in %s on line %d
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-7.4/tests/output/
H A Dob_start_basic_006.phpt77 Warning: ob_start(): array must have exactly two members in %s on line 44
79 Notice: ob_start(): failed to create buffer in %s on line 44
85 Warning: ob_start(): class 'f' not found in %s on line 47
87 Notice: ob_start(): failed to create buffer in %s on line 47
93 Warning: ob_start(): array must have exactly two members in %s on line 50
95 Notice: ob_start(): failed to create buffer in %s on line 50
101 Warning: ob_start(): array must have exactly two members in %s on line 53
103 Notice: ob_start(): failed to create buffer in %s on line 53
109 Warning: ob_start(): array must have exactly two members in %s on line 56
111 Notice: ob_start(): failed to create buffer in %s on line 56
[all …]
/PHP-7.4/ext/sysvshm/tests/
H A D002.phpt39 Warning: shm_attach() expects at least 1 parameter, 0 given in %s on line %d
42 Warning: shm_attach() expects at most 3 parameters, 4 given in %s on line %d
45 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
48 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
51 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
54 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
57 Warning: shm_remove() expects parameter 1 to be resource, bool given in %s on line %d
59 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
62 Warning: shm_remove() expects parameter 1 to be resource, bool given in %s on line %d
65 Warning: shm_remove() expects parameter 1 to be resource, int given in %s on line %d
/PHP-7.4/ext/gmp/tests/
H A Dgmp_pown.phpt52 Warning: gmp_powm(): Modulus may not be zero in %s on line %d
55 Warning: gmp_powm(): Modulus may not be zero in %s on line %d
58 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
61 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
64 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
67 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
70 Warning: gmp_powm() expects exactly 3 parameters, 2 given in %s on line %d
73 Warning: gmp_powm() expects exactly 3 parameters, 1 given in %s on line %d
76 Warning: gmp_powm() expects exactly 3 parameters, 0 given in %s on line %d
79 Warning: gmp_powm(): Second parameter cannot be less than 0 in %s on line %d
H A Dgmp_pow.phpt40 Warning: gmp_pow(): Negative exponent not supported in %s on line %d
46 Warning: gmp_pow(): Negative exponent not supported in %s on line %d
51 Warning: gmp_pow() expects exactly 2 parameters, 3 given in %s on line %d
54 Warning: gmp_pow() expects exactly 2 parameters, 1 given in %s on line %d
57 Warning: gmp_pow() expects exactly 2 parameters, 0 given in %s on line %d
60 Warning: gmp_pow() expects parameter 2 to be int, array given in %s on line %d
63 Warning: gmp_pow() expects parameter 2 to be int, array given in %s on line %d
66 Warning: gmp_pow(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-7.4/ext/standard/tests/assert/
H A Dassert02.phpt36 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
38 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
40 Notice: Undefined variable: a in %sassert02.php(%d) : assert code on line 1
42 Warning: assert(): Assertion "$a" failed in %sassert02.php on line %d
44 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
48 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
50 Warning: assert(): Assertion "0" failed in %sassert02.php on line %d
52 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
64 thrown in %s on line %d
/PHP-7.4/ext/reflection/tests/
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-7.4/ext/standard/tests/array/
H A Darray_key_exists.phpt10 * Also also works on objects.
37 // use different keys on each sub array of $search_arrays
93 echo "\n*** Testing operation on objects ***\n";
109 /* array_key_exists() on an object, it should work on only public member variables */
282 *** Testing operation on objects ***
284 …key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() …
287 …key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() …
290 …key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() …
293 …key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() …
296 …key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() …
[all …]
H A Dextract_error.phpt36 Warning: extract() expects at least 1 parameter, 0 given in %s on line %d
39 Notice: A non well formed numeric value encountered in %s on line %d
41 Warning: extract(): Invalid extract type in %s on line %d
44 Warning: extract(): Invalid extract type in %s on line %d
47 Warning: extract() expects parameter 1 to be array, int given in %s on line %d
50 Warning: extract() expects parameter 1 to be array, string given in %s on line %d
53 Warning: extract() expects at most 3 parameters, 4 given in %s on line %d
56 Warning: extract(): specified extract type requires the prefix parameter in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation15.phpt105 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
127 Warning: strrpos() expects parameter 3 to be int, float given in %s on line %d
139 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
143 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
147 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
151 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
155 Warning: strrpos() expects parameter 1 to be string, array given in %s on line %d
175 Warning: strrpos() expects parameter 3 to be int, object given in %s on line %d
179 Warning: strrpos() expects parameter 3 to be int, string given in %s on line %d
183 Warning: strrpos() expects parameter 3 to be int, string given in %s on line %d
[all …]
/PHP-7.4/Zend/tests/
H A Dcall_user_func_008.phpt28 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
30 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
35 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
37 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
42 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
44 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
49 Warning: Parameter 1 to test() expected to be a reference, value given in %s on line %d
51 Warning: Parameter 2 to test() expected to be a reference, value given in %s on line %d
/PHP-7.4/tests/lang/
H A Dfunc_get_arg_variation.phpt19 Warning: func_get_arg() expects exactly 1 parameter, 0 given in %s on line %d
21 Warning: func_get_arg() expects exactly 1 parameter, 2 given in %s on line %d
23 Warning: func_get_arg() expects parameter 1 to be int, string given in %s on line %d
25 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
27 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d

Completed in 37 milliseconds

1...<<11121314151617181920>>...221