Home
last modified time | relevance | path

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

12345678910>>...43

/PHP-5.5/ext/spl/tests/
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());
H A Ddit_006.phpt9 while ($di->valid()) {
18 while ($di->valid()) {
26 while ($di->valid()) {
35 while ($di->valid()) {
/PHP-5.5/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-5.5/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-5.5/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…
/PHP-5.5/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-5.5/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-5.5/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 …]
H A Dstrip_tags_variation4.phpt2 Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags'
13 …* testing functionality of strip_tags() by giving invalid values for $str and valid values for $al…
28 "<nnn>I am not a valid html text</nnn>",
29 '<nnn>I am not a valid html text</nnn>',
34 //valid html and php tags
67 string(26) "I am not a valid html text"
69 string(26) "I am not a valid html text"
/PHP-5.5/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_variant2.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' valid='fr_CA'
H A Dcalendar_createInstance_variation1.phpt46 [valid] => 1
54 [valid] => 1
62 [valid] => 1
70 [valid] => 1
78 [valid] => 1
/PHP-5.5/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-5.5/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…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt11 // different valid float values
37 float values, expected output:float value for valid floating point number */
38 echo "*** Testing floatval() with valid float values ***\n";
45 float values, expected output:float value for valid floating point number */
46 echo "\n*** Testing doubleval() with valid float values ***\n";
55 *** Testing floatval() with valid float values ***
114 *** Testing doubleval() with valid float values ***
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation1.phpt6 die('skip.. Not valid for Windows');
95 Warning: dir() expects parameter 1 to be a valid path, array given in %s on line %d
100 Warning: dir() expects parameter 1 to be a valid path, array given in %s on line %d
105 Warning: dir() expects parameter 1 to be a valid path, array given in %s on line %d
110 Warning: dir() expects parameter 1 to be a valid path, array given in %s on line %d
115 Warning: dir() expects parameter 1 to be a valid path, array given in %s on line %d
154 Warning: dir() expects parameter 1 to be a valid path, resource given in %s on line %d
159 Warning: dir() expects parameter 1 to be a valid path, resource given in %s on line %d
164 Warning: dir() expects parameter 1 to be a valid path, object given in %s on line %d
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_error4.phpt33 Warning: session_set_save_handler(): Argument 2 is not a valid callback in %s on line %d
35 Warning: session_set_save_handler(): Argument 3 is not a valid callback in %s on line %d
37 Warning: session_set_save_handler(): Argument 4 is not a valid callback in %s on line %d
39 Warning: session_set_save_handler(): Argument 5 is not a valid callback in %s on line %d
41 Warning: session_set_save_handler(): Argument 6 is not a valid callback in %s on line %d

Completed in 150 milliseconds

12345678910>>...43