Home
last modified time | relevance | path

Searched refs:valid (Results 51 – 75 of 1082) sorted by relevance

12345678910>>...44

/PHP-7.1/ext/spl/tests/
H A Dbug70561.phpt9 while ($di->valid()) {
19 echo "Is valid? " . (int) $di->valid() . PHP_EOL;
23 Is valid? 0
H A Darray_020.phpt14 function valid()
17 return ArrayIterator::valid();
51 ArrayIteratorEx::valid
57 ArrayIteratorEx::valid
63 ArrayIteratorEx::valid
H A Dbug37457.phpt8 protected $array, $valid = false;
31 $this->valid = (false !== next($this->array));
34 public function valid()
37 return $this->valid;
43 $this->valid = (false !== reset($this->array));
75 Collection::valid
H A Diterator_001.phpt23 public function valid()
96 NumericArrayIterator::valid(true)
98 NumericArrayIterator::valid(true)
99 NumericArrayIterator::valid(true)
106 NumericArrayIterator::valid(true)
113 NumericArrayIterator::valid(true)
124 NumericArrayIterator::valid(true)
131 NumericArrayIterator::valid(true)
138 NumericArrayIterator::valid(true)
150 NumericArrayIterator::valid(true)
[all …]
H A Diterator_030.phpt8 var_dump($it->valid());
10 var_dump($it->valid());
12 var_dump($it->valid());
32 var_dump($it->valid());
/PHP-7.1/ext/imap/tests/
H A Dimap_fetchheader_variation3.phpt39 echo "FT_UID valid\n";
41 echo "FT_UID not valid\n";
57 FT_UID valid
60 FT_UID valid
63 FT_UID valid
66 FT_UID valid
71 FT_UID not valid
76 FT_UID not valid
/PHP-7.1/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt18 function valid() {
73 c_iter::valid = true
79 c_iter::valid = true
83 c_iter::valid = true
89 c_iter::valid = true
93 c_iter::valid = true
99 c_iter::valid = true
103 c_iter::valid = false
/PHP-7.1/ext/phar/tests/
H A Dphar_buildfromiterator4.phpt29 function valid() {
30 echo "valid\n";
62 valid
66 valid
70 valid
74 valid
78 valid
H A Dphar_oo_004.phpt44 function valid()
47 return parent::valid();
104 MyDirectoryIterator::valid
110 MyDirectoryIterator::valid
116 MyDirectoryIterator::valid
122 MyDirectoryIterator::valid
128 MyDirectoryIterator::valid
H A Dphar_oo_004U.phpt44 function valid()
47 return parent::valid();
104 MyDirectoryIterator::valid
110 MyDirectoryIterator::valid
116 MyDirectoryIterator::valid
122 MyDirectoryIterator::valid
128 MyDirectoryIterator::valid
/PHP-7.1/ext/spl/examples/
H A Ddualiterator.inc84 /** @return whether both inner iterators are valid
86 function valid()
88 return $this->lhs->valid() && $this->rhs->valid();
133 /** @return whether both inner iterators are valid and have identical
134 * current and key values or both are non valid.
138 return $this->valid()
141 : $this->lhs->valid() == $this->rhs->valid();
144 /** @return whether both inner iterators are valid and have equal current
145 * and key values or both are non valid.
149 return $this->valid()
[all …]
H A Drecursivecomparedualiterator.inc48 $this->equal &= !$this->getInnerIterator()->getLHS()->valid()
49 && !$this->getInnerIterator()->getRHS()->valid();
52 /** @return whether both inner iterators are valid and have identical
53 * current and key values or both are non valid.
60 /** @return whether both inner iterators are valid and have equal current
61 * and key values or both are non valid.
/PHP-7.1/Zend/tests/
H A Dcall_user_func_002.phpt19 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'foo' not found in %s o…
21 Warning: call_user_func() expects parameter 1 to be a valid callback, class '' not found in %s on l…
25 …rning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a va…
29 …rning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a va…
H A Dforeach_004.phpt20 function valid() {$this->trap(__FUNCTION__); return parent::valid();}
25 foreach(['rewind', 'valid', 'key', 'next'] as $trap) {
54 valid
55 valid
56 valid
H A Dbug70898.phpt12 Warning: array_map() expects parameter 1 to be a valid callback, function '000000000000000000000000…
14 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
16 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
18 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
20 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
/PHP-7.1/tests/classes/
H A Diterators_002.phpt20 function valid() {
77 c_iter::valid = true
83 c_iter::valid = true
88 c_iter::valid = true
94 c_iter::valid = true
99 c_iter::valid = true
105 c_iter::valid = true
110 c_iter::valid = false
H A Diterators_008.phpt11 public function valid() {
39 D::valid(2)
42 D::valid(1)
45 D::valid(0)
/PHP-7.1/ext/standard/tests/file/
H A Dfnmatch_variation.phpt187 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
191 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
267 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
271 Warning: fnmatch() expects parameter 2 to be a valid path, string given in %s on line %d
277 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
280 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
283 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
286 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
289 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
292 Warning: fnmatch() expects parameter 1 to be a valid path, string given in %s on line %d
[all …]
/PHP-7.1/ext/intl/tests/
H A Dtimezone_clone_basic.phpt25 [valid] => 1
32 [valid] => 1
39 [valid] => 1
46 [valid] => 1
H A Dformatter_get_locale.phpt23 Locale::VALID_LOCALE => 'valid',
48 en_UK: actual='en' valid='en'
49 en_US@California: actual='en' valid='en'
50 fr_CA: actual='fr_CA' valid='fr_CA'
H A Dformatter_get_locale_variant4.phpt23 Locale::VALID_LOCALE => 'valid',
48 en_UK: actual='en' valid='en'
49 en_US: actual='en_US' valid='en_US'
50 fr_CA: actual='fr_CA' valid='fr_CA'
/PHP-7.1/ext/standard/tests/strings/
H A Dconvert_uudecode_variation1.phpt87 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
91 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
95 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
99 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
103 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
107 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
111 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
115 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
119 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
135 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
[all …]
/PHP-7.1/Zend/tests/grammar/
H A Dregression_004.phpt8 function echo(){} // valid
9 function return(){} // valid
12 function echo(){} // not valid
/PHP-7.1/ext/spl/internal/
H A Dmultipleiterator.inc27 /** do not require all sub iterators to be valid in iteration */
30 /** require all sub iterators to be valid in iteration */
117 * In mode MIT_NEED_ALL we expect all sub iterators to be valid and
119 * return true on the first valid sub iterator found. If no Iterator
122 public function valid()
128 // valid() calls as necessary and that only checks the flags once.
132 if ($expect != $iter->valid())
154 * attached Iterator is not valid().
166 if ($iter->valid())
197 * attached Iterator is not valid().
[all …]
/PHP-7.1/ext/standard/tests/array/
H A Darray_map_variation16.phpt43 Warning: array_map() expects parameter 1 to be a valid callback, function 'echo' not found or inval…
47 Warning: array_map() expects parameter 1 to be a valid callback, function 'array' not found or inva…
51 Warning: array_map() expects parameter 1 to be a valid callback, function 'empty' not found or inva…
55 Warning: array_map() expects parameter 1 to be a valid callback, function 'eval' not found or inval…
59 Warning: array_map() expects parameter 1 to be a valid callback, function 'exit' not found or inval…
63 Warning: array_map() expects parameter 1 to be a valid callback, function 'isset' not found or inva…
67 Warning: array_map() expects parameter 1 to be a valid callback, function 'list' not found or inval…
71 Warning: array_map() expects parameter 1 to be a valid callback, function 'print' not found or inva…

Completed in 35 milliseconds

12345678910>>...44