Home
last modified time | relevance | path

Searched refs:it (Results 151 – 175 of 982) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/spl/tests/
H A Diterator_003.phpt82 // The goal is to verify we can access the cached string value even if it was
85 $it = $students->getIterator();
86 foreach ($it as $student) {
87 echo $it->__toString(), "\n";
H A Dbug42364.phpt10 $it = new DirectoryIterator($dir);
11 foreach ($it as $e) {
H A Diterator_055.phpt19 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::SPLIT, RegexIterator::USE_KEY);
21 $it->show();
H A Dbug42703.phpt23 $it = new BlaIterator();
24 $itit = new IteratorIterator($it);
H A Diterator_047.phpt58 $it = new MyRecursiveArrayIterator(array(0, array(10), 2, array(30), 4));
59 $it = new MyRecursiveCachingIterator($it);
61 $it->show();
H A Diterator_054.phpt19 $it = new MyRegexIterator($ar, '/,/', RegexIterator::SPLIT);
21 $it->show();
/PHP-7.4/ext/bz2/tests/
H A D005.phpt8 $string = "Life it seems, will fade away
58 string(110) "Life it seems, will fade away
63 string(110) "Life it seems, will fade away
67 string(110) "Life it seems, will fade away
/PHP-7.4/ext/standard/tests/math/
H A Dmt_srand_basic.phpt5 // Should return NULL if given anything that it can convert to long
6 // This doesn't actually test what it does with the input :-\
/PHP-7.4/ext/pcre/tests/
H A Dbug72463.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
H A Dbug72463_2.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
/PHP-7.4/ext/standard/tests/mail/
H A Dbug69115.phpt4 <?php if (substr(PHP_OS, 0, 3) !== 'WIN') die('skip Windows only test, as in Unix builds it sends a…
10 /* Just ensure it doesn't crash when trimming headers */
/PHP-7.4/Zend/tests/
H A Dbug34062.phpt9 // Currently it's the minimum required number of zeros
10 // If you remove one, it won't crash
H A Dbug62991.phpt21 return $closure; // if you return the $closure and call it outside this function it works.
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_004.phpt5 new class("PHP 7 is better than you, and it knows it ...") {
H A Dtyped_properties_078.phpt7 public ?iterable $it = [];
12 $ref = &$a->it;
22 $a->it = [1]; // type is still assignable
/PHP-7.4/ext/posix/tests/
H A Dposix_errno_basic.phpt2 Test function posix_errno() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
H A Dposix_errno_variation1.phpt2 Test function posix_errno() by calling it with with permission error
5 Francesco Fullone ff@ideato.it
H A Dposix_setgid_basic.phpt2 Test function posix_setgid() by calling it with its expected arguments
9 Francesco Fullone ff@ideato.it
H A Dposix_errno_variation2.phpt2 Test function posix_errno() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
H A Dposix_errno_error.phpt2 Test function posix_errno() by calling it with its expected arguments
9 Francesco Fullone ff@ideato.it
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation17.phpt107 string(2) "it"
123 string(2) "it"
139 string(2) "it"
155 string(2) "it"
171 string(2) "it"
187 string(2) "it"
203 string(2) "it"
219 string(2) "it"
235 string(2) "it"
251 string(2) "it"
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_cfg_var_basic.phpt2 Test function get_cfg_var() by calling it with its expected arguments
4 Francesco Fullone ff@ideato.it
/PHP-7.4/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt6 /* Theoretically this should be valid because it weakens the constraint, but
7 * PHP does not allow this (for non-variadics), so I'm not allowing it here, too,
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_set_strength.phpt13 * Set given collation strength, then get it back
14 * and check if it's the same.
/PHP-7.4/ext/spl/
H A Dspl_observer.c1110 zval *it; in SPL_METHOD() local
1120 it = &element->obj; in SPL_METHOD()
1121 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_rewind, "… in SPL_METHOD()
1143 it = &element->obj; in SPL_METHOD()
1144 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_next, "ne… in SPL_METHOD()
1173 it = &element->obj; in SPL_METHOD()
1174 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_valid, "v… in SPL_METHOD()
1209 it = &element->obj; in spl_multiple_iterator_get_all()
1210 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_valid, "v… in spl_multiple_iterator_get_all()
1221 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs_ptr->zf_current, … in spl_multiple_iterator_get_all()
[all …]

Completed in 44 milliseconds

12345678910>>...40