/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | callbacks_002.phpt | 12 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'Foo' not found in %s o… 14 …rning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a va… 16 …ning: call_user_func() expects parameter 1 to be a valid callback, second array member is not a va…
|
/PHP-7.3/ext/spl/tests/ |
H A D | bug70561.phpt | 9 while ($di->valid()) { 19 echo "Is valid? " . (int) $di->valid() . PHP_EOL; 23 Is valid? 0
|
H A D | observer_002.phpt | 14 function valid() 17 return parent::valid(); 152 MyObjectStorage::valid(1) 157 MyObjectStorage::valid(1) 162 MyObjectStorage::valid(1) 167 MyObjectStorage::valid(0) 172 MyObjectStorage::valid(1) 177 MyObjectStorage::valid(1) 182 MyObjectStorage::valid(0) 188 MyObjectStorage::valid(0) [all …]
|
H A D | array_020.phpt | 14 function valid() 17 return ArrayIterator::valid(); 51 ArrayIteratorEx::valid 57 ArrayIteratorEx::valid 63 ArrayIteratorEx::valid
|
H A D | bug37457.phpt | 8 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 D | iterator_030.phpt | 8 var_dump($it->valid()); 10 var_dump($it->valid()); 12 var_dump($it->valid()); 32 var_dump($it->valid());
|
H A D | iterator_001.phpt | 23 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 …]
|
/PHP-7.3/ext/imap/tests/ |
H A D | imap_fetchheader_variation3.phpt | 39 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.3/tests/lang/ |
H A D | foreachLoopIteratorAggregate.004.phpt | 18 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.3/tests/classes/ |
H A D | iterators_002.phpt | 18 function valid() { 75 c_iter::valid = true 81 c_iter::valid = true 86 c_iter::valid = true 92 c_iter::valid = true 97 c_iter::valid = true 103 c_iter::valid = true 108 c_iter::valid = false
|
H A D | iterators_008.phpt | 11 public function valid() { 39 D::valid(2) 42 D::valid(1) 45 D::valid(0)
|
/PHP-7.3/ext/phar/tests/ |
H A D | phar_buildfromiterator4.phpt | 29 function valid() { 30 echo "valid\n"; 62 valid 66 valid 70 valid 74 valid 78 valid
|
H A D | phar_oo_004.phpt | 42 function valid() 45 return parent::valid(); 102 MyDirectoryIterator::valid 108 MyDirectoryIterator::valid 114 MyDirectoryIterator::valid 120 MyDirectoryIterator::valid 126 MyDirectoryIterator::valid
|
/PHP-7.3/ext/spl/examples/ |
H A D | dualiterator.inc | 84 /** @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 D | recursivecomparedualiterator.inc | 48 $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.3/Zend/tests/ |
H A D | call_user_func_002.phpt | 19 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 D | foreach_004.phpt | 20 function valid() {$this->trap(__FUNCTION__); return parent::valid();} 25 foreach(['rewind', 'valid', 'key', 'next'] as $trap) { 54 valid 55 valid 56 valid
|
/PHP-7.3/Zend/tests/generators/ |
H A D | yield_from_valid_exception.phpt | 2 Exception from valid() during yield from 11 function valid() { 12 throw new Exception("Exception from valid()"); 30 Exception from valid()
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | fnmatch_variation.phpt | 187 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.3/ext/intl/tests/ |
H A D | timezone_clone_basic.phpt | 25 [valid] => 1 32 [valid] => 1 39 [valid] => 1 46 [valid] => 1
|
H A D | formatter_get_locale_variant4.phpt | 23 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'
|
H A D | formatter_get_locale.phpt | 23 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'
|
/PHP-7.3/Zend/tests/grammar/ |
H A D | regression_004.phpt | 8 function echo(){} // valid 9 function return(){} // valid 12 function echo(){} // not valid
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | convert_uudecode_variation1.phpt | 87 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.3/ext/spl/internal/ |
H A D | multipleiterator.inc | 27 /** 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 …]
|