/PHP-7.3/ext/standard/tests/file/ |
H A D | rename_variation13-win32.phpt | 20 -1, /* -1 is just a valid filename on windows */ 114 Warning: rename() expects parameter 2 to be a valid path, string given in %srename_variation13-win3… 117 Warning: file_exists() expects parameter 1 to be a valid path, string given in %srename_variation13… 119 Warning: rename() expects parameter 1 to be a valid path, string given in %srename_variation13-win3… 123 Warning: rename() expects parameter 2 to be a valid path, array given in %srename_variation13-win32… 126 Warning: file_exists() expects parameter 1 to be a valid path, array given in %srename_variation13-… 128 Warning: rename() expects parameter 1 to be a valid path, array given in %srename_variation13-win32…
|
H A D | rename_variation13.phpt | 105 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d 107 Warning: rename() expects parameter 1 to be a valid path, string given in %s on line %d 111 Warning: rename() expects parameter 2 to be a valid path, array given in %s on line %d 114 Warning: file_exists() expects parameter 1 to be a valid path, array given in %s on line %d 116 Warning: rename() expects parameter 1 to be a valid path, array given in %s on line %d
|
H A D | file_get_contents_basic.phpt | 18 echo "-- Testing with simple valid data file --\n"; 35 -- Testing with simple valid data file --
|
H A D | glob_variation.phpt | 6 die('skip.. Not valid for Windows'); 332 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d 335 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d 338 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d 341 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d 344 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d 347 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d 452 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
|
/PHP-7.3/ext/standard/tests/directory/ |
H A D | DirectoryClass_error_001.phpt | 30 Warning: Directory::read(): supplied argument is not a valid Directory resource in %s on line %d 33 Warning: Directory::rewind(): supplied argument is not a valid Directory resource in %s on line %d 36 Warning: Directory::close(): supplied argument is not a valid Directory resource in %s on line %d
|
H A D | DirectoryClass_basic_001.phpt | 15 echo "Cannot instantiate a valid Directory directly:\n"; 60 Cannot instantiate a valid Directory directly:
|
H A D | DirectoryClass_error_001-mb.phpt | 40 Warning: Directory::read(): supplied argument is not a valid Directory resource in %s on line %d 43 Warning: Directory::rewind(): supplied argument is not a valid Directory resource in %s on line %d 46 Warning: Directory::close(): supplied argument is not a valid Directory resource in %s on line %d
|
/PHP-7.3/ext/spl/internal/ |
H A D | limititerator.inc | 67 while($this->pos < $position && $this->it->valid()) { 82 /** @return whether iterator is valid 84 function valid() { 86 && $this->it->valid();
|
/PHP-7.3/ext/standard/tests/url/ |
H A D | bug55399.phpt | 2 Bug #55399 (parse_url() incorrectly treats ':' as a valid path)
|
/PHP-7.3/ext/phar/tests/ |
H A D | phar_buildfromiterator3.phpt | 29 function valid() { 30 echo "valid\n";
|
H A D | create_path_error.phpt | 32 "Font\xE5\x84\xB7\xE9\xBB\x91pro.ttf", //two valid multi-byte characters 33 "\xF0\x9F\x98\x8D.ttf", // valid 4 byte char - smiling face with heart-shaped eyes 38 …C\x81\x81\x81\x81pro.ttf", //RFC 3629 limited char points to 0000-10FFFF aka 5 byte utf-8 not valid 82 Error: Phar::offsetSet() expects parameter 1 to be a valid path, string given===DONE===
|
/PHP-7.3/ext/spl/tests/ |
H A D | CallbackFilterIteratorTest-002.phpt | 46 CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, no array or strin… 47 CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, array must have e…
|
H A D | bug51532.phpt | 2 SPL: Allow valid extension of SplFileObject::fscanf
|
H A D | bug76367.phpt | 9 while($iter->valid()) {
|
/PHP-7.3/Zend/tests/ |
H A D | bug45186_2.phpt | 48 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'bar' does not have a m… 50 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
|
/PHP-7.3/tests/classes/ |
H A D | iterators_007.phpt | 14 …public function valid() { if ($this->x == 4) throw new Exception(__METHOD__); return (key($thi… 42 Caught in Test::valid()
|
H A D | iterators_006.phpt | 19 function valid() { 53 #$array->valid();
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_fill_basic.phpt | 12 // calling the array_fill with all possible valid values for 'val' argument 19 // array of possible valid values for 'val' argument
|
H A D | array_intersect_uassoc_error.phpt | 45 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 53 …ray_intersect_uassoc() expects parameter 3 to be a valid callback, second array member is not a va…
|
/PHP-7.3/ext/odbc/tests/ |
H A D | bug73448.phpt | 16 "/* valid select with result */ select * from sys.sysobjects", 18 "/* valid select with result */ select * from sys.sysobjects",
|
/PHP-7.3/ext/posix/tests/ |
H A D | posix_ttyname_error_wrongparams.phpt | 33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %d 35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d
|
/PHP-7.3/ext/openssl/tests/ |
H A D | openssl_private_decrypt_basic.phpt | 28 Warning: openssl_private_decrypt(): key parameter is not a valid private key in %s on line %d 36 Warning: openssl_private_decrypt(): key parameter is not a valid private key in %s on line %d
|
/PHP-7.3/ext/zlib/tests/ |
H A D | gzopen_variation1.phpt | 161 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d) 165 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d) 169 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d) 173 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d) 213 Error: 2 - gzopen() expects parameter 1 to be a valid path, object given, %s(%d) 225 Error: 2 - gzopen() expects parameter 1 to be a valid path, resource given, %s(%d)
|
/PHP-7.3/ext/spl/ |
H A D | spl.php | 566 function valid(); function 837 function valid() {/**/} function in ArrayIterator 1000 function valid() {/**/} function in DirectoryIterator 1109 function valid() {/**/} function in SimpleXMLIterator
|
/PHP-7.3/Zend/tests/generators/ |
H A D | basic_yield_from_exception_handling.phpt | 24 for ($gen = gen(); $gen->valid(); $gen->throw(new Exception((string) $i++))) { 29 var_dump($gen->valid());
|