Home
last modified time | relevance | path

Searched refs:it (Results 176 – 200 of 1147) sorted by relevance

12345678910>>...46

/PHP-7.2/ext/spl/tests/
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_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_054.phpt19 $it = new MyRegexIterator($ar, '/,/', RegexIterator::SPLIT);
21 $it->show();
/PHP-7.2/ext/spl/
H A Dspl_observer.c1030 zval *it; in SPL_METHOD() local
1040 it = &element->obj; in SPL_METHOD()
1041 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewin… in SPL_METHOD()
1063 it = &element->obj; in SPL_METHOD()
1064 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next", … in SPL_METHOD()
1093 it = &element->obj; in SPL_METHOD()
1094 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid"… in SPL_METHOD()
1129 it = &element->obj; in spl_multiple_iterator_get_all()
1130 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_valid, "valid"… in spl_multiple_iterator_get_all()
1141 …zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_current, "curr… in spl_multiple_iterator_get_all()
[all …]
/PHP-7.2/ext/posix/tests/
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_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_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.2/ext/spl/internal/
H A Drecursiveregexiterator.inc26 * @param it inner iterator
34 function __construct(RecursiveIterator $it, $regex, $mode = 0, $flags = 0, $preg_flags = 0) {
35 parent::__construct($it, $regex, $mode, $flags, $preg_flags);
/PHP-7.2/ext/spl/examples/
H A Dkeyfilter.inc32 * @param it Object that implements at least spl_forward
35 function __construct(Iterator $it, $regex)
37 parent::__construct($it);
H A Drecursivecomparedualiterator.inc26 * @param $it RecursiveDualIterator
30 function __construct(RecursiveDualIterator $it, $mode = self::LEAVES_ONLY, $flags = 0)
32 parent::__construct($it);
/PHP-7.2/Zend/tests/
H A Dbug62991.phpt21 return $closure; // if you return the $closure and call it outside this function it works.
/PHP-7.2/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
H A Dgetservbyname_error.phpt2 Test function getservbyname() by calling it more than or less than its expected arguments
6 Michele Orselli (mo@ideato.it)
H A Dgetservbyport_error.phpt2 Test function getservbyport() by calling it more than or less than its expected arguments
6 Michele Orselli (mo@ideato.it)
/PHP-7.2/tests/classes/
H A Dproperty_recreate_private.phpt27 echo "\nUnset superclass's private property, and recreate it as public in subclass:\n";
33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
60 Unset superclass's private property, and recreate it as public in subclass:
66 Unset superclass's private property, and recreate it as public at global scope:
/PHP-7.2/
H A DREADME.STREAMS84 Generate a temporary file name and open it.
126 As with copy_to_stream, this function will try use mmap where it can.
128 If you have an existing stream and need to be able to seek() it, you
215 /* it can be a socket */
241 associates it with a php_stream using php_stream_alloc.
278 it lasts across requests, or non-persistently so that it is freed at the end
279 of a request (it uses pemalloc),
310 hold it, allocate it (use pemalloc with the persistent flag set
311 appropriately), and use the abstract pointer to refer to it.
351 /* pull out some data from the stream and put it in buf */
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog354 followed it.
1925 was because it thought it was \N{name}, which is not supported).
2457 but it seems right to fix it, and I didn't think it was worth preserving
3538 it specially.
4105 have it.
4785 if it's wrong...
5020 assertions. Perl allows it, but it doesn't (in general) work because it can't
5508 caused it to match further down the string than it should.
5624 mention it, and the Makefile doesn't support it.
5751 it any more.
[all …]
/PHP-7.2/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt15 // (it will show up the first time, or if you wait a while before running it again.)
17 // you can confirm it crashed by checking the exit code OR
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.2/ext/standard/tests/strings/
H A Dhebrevc_basic.phpt13 …isual text.\nThis function is similar to hebrev() with the difference that it converts newlines (\…
23 ) This function is similar to hebrev() with the difference that it converts newlines<br />
35 it converts<br />
/PHP-7.2/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.2/ext/standard/tests/array/
H A Dkey_exists_error.phpt2 Test function key_exists() by calling it more than or less than its expected arguments
4 Francesco Fullone ff@ideato.it

Completed in 71 milliseconds

12345678910>>...46