Home
last modified time | relevance | path

Searched refs:valid (Results 176 – 200 of 1056) sorted by relevance

12345678910>>...43

/PHP-5.5/ext/spl/internal/
H A Dlimititerator.inc67 while($this->pos < $position && $this->it->valid()) {
82 /** @return whether iterator is valid
84 function valid() {
86 && $this->it->valid();
H A Dfilteriterator.inc62 while ($this->it->valid()) {
83 function valid() {
84 return $this->it->valid();
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation13.phpt105 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 Dfile_get_contents_basic.phpt18 echo "-- Testing with simple valid data file --\n";
35 -- Testing with simple valid data file --
H A Dglob_variation.phpt6 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
H A Dchmod_variation3.phpt146 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
150 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
154 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
158 Error: 2 - chmod() expects parameter 1 to be a valid path, array given, %s(%d)
198 Error: 2 - chmod() expects parameter 1 to be a valid path, object given, %s(%d)
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromiterator3.phpt29 function valid() {
30 echo "valid\n";
H A Dcreate_path_error.phpt33 "Font\xE5\x84\xB7\xE9\xBB\x91pro.ttf", //two valid multi-byte characters
34 "\xF0\x9F\x98\x8D.ttf", // valid 4 byte char - smiling face with heart-shaped eyes
39 …C\x81\x81\x81\x81pro.ttf", //RFC 3629 limited char points to 0000-10FFFF aka 5 byte utf-8 not valid
83 Error: Phar::offsetSet() expects parameter 1 to be a valid path, string given===DONE===
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt15 echo "Cannot instantiate a valid Directory directly:\n";
60 Cannot instantiate a valid Directory directly:
/PHP-5.5/Zend/tests/
H A Dbug45186_2.phpt48 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-5.5/tests/classes/
H A Diterators_007.phpt14 …public function valid() { if ($this->x == 4) throw new Exception(__METHOD__); return (key($thi…
42 Caught in Test::valid()
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation1.phpt161 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-5.5/Zend/
H A Dzend_objects_API.c50 if (objects->object_buckets[i].valid) { in zend_objects_store_call_destructors()
79 if (objects->object_buckets[i].valid) { in zend_objects_store_mark_destructed()
90 if (objects->object_buckets[i].valid) { in zend_objects_store_free_object_storage()
95 objects->object_buckets[i].valid = 0; in zend_objects_store_free_object_storage()
124 EG(objects_store).object_buckets[handle].valid = 1; in zend_objects_store_put()
169 EG(objects_store).object_buckets[handle].valid = 0;
202 if (EG(objects_store).object_buckets[handle].valid) { in zend_objects_store_del_ref_by_handle_ex()
/PHP-5.5/ext/standard/tests/url/
H A Dbug55399.phpt2 Bug #55399 (parse_url() incorrectly treats ':' as a valid path)
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_basic.phpt12 // calling the array_fill with all possible valid values for 'val' argument
19 // array of possible valid values for 'val' argument
H A Darray_intersect_uassoc_error.phpt45 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-5.5/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %s
35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d
/PHP-5.5/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt48 CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, no array or strin…
49 CallbackFilterIterator::__construct() expects parameter 2 to be a valid callback, array must have e…
H A Dbug51532.phpt2 SPL: Allow valid extension of SplFileObject::fscanf
/PHP-5.5/ext/openssl/tests/
H A D017.phpt28 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-5.5/ext/spl/
H A Dspl.php566 function valid(); function
837 function valid() {/**/} function in ArrayIterator
1000 function valid() {/**/} function in DirectoryIterator
1109 function valid() {/**/} function in SimpleXMLIterator
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A DunknownClass.txt2 The class name is not a valid PHP class name.
H A DunknownFunction.txt2 The function name is not a valid PHP function name.
H A DunknownMethod.txt2 The method name is not a valid PHP method name.
/PHP-5.5/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt74 Warning: nl_langinfo(): Item '2147483647' is not valid in %s on line %d
78 Warning: nl_langinfo(): Item '-2147483648' is not valid in %s on line %d
82 Warning: nl_langinfo(): Item '-20' is not valid in %s on line %d

Completed in 69 milliseconds

12345678910>>...43