Home
last modified time | relevance | path

Searched refs:it (Results 126 – 150 of 1011) sorted by relevance

12345678910>>...41

/php-src/ext/spl/tests/
H A Dbug31926.phpt8 $it = new RecursiveIteratorIterator(new RecursiveArrayIterator($array));
9 foreach($it as $key => $val) {
H A Dspl_iterator_apply_error_001.phpt10 $it = new RecursiveArrayIterator(array(1, 21, 22));
13 iterator_apply($it, 'test');
H A DSplFixedArray_setSize_filled_to_smaller.phpt2 Create array, fills it with and resizes it to lower value.
H A Dspl_007.phpt13 $it = new ArrayIterator(array(1, 2, 3));
15 iterator_apply($it, array(new Foo, "foobar"));
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 Diterator_039.phpt48 $it = new LimitIterator(new NumericArrayIterator(array(12, 25, 42, 56)));
50 foreach($it as $k => $v)
58 $it->seek(2);
62 foreach(new NoRewindIterator($it) as $k => $v)
H A Dfilesystemiterator_no_skip_dots.phpt10 $it = new FileSystemIterator($dir, 0);
12 foreach ($it as $f) {
/php-src/Zend/tests/
H A Dinterface_extends_static.phpt2 Interface cannot extend static, as it is reserved
10 Fatal error: Cannot use 'static' as interface name, as it is reserved in %s on line %d
H A Dclass_uses_static.phpt2 Class cannot use static as a trait, as it is reserved
12 Fatal error: Cannot use 'static' as trait name, as it is reserved in %s on line %d
H A Dgh9916-007.phpt5 $it = new class implements Iterator
38 $gen = (function() use ($it) {
40 yield from $it;
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
H A Dbug30725.phpt16 $it = new Test;
17 foreach($it as $v)
/php-src/ext/posix/tests/
H A Dposix_geteuid_basic.phpt2 Test function posix_geteuid() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
H A Dposix_ctermid_basic.phpt2 Test function posix_ctermid() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
H A Dposix_seteuid_basic.phpt2 Test function posix_seteuid() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
H A Dposix_setuid_basic.phpt2 Test function posix_setuid() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
/php-src/ext/zlib/tests/
H A Dgzeof_basic.phpt2 Test function feof() by calling it with its expected arguments
40 all I know is that you can realize it
42 as it turns around
43 and I know that it descends down on me
/php-src/ext/date/tests/
H A Dbug33415-1.phpt6 print "TZ=America/Jujuy - Is it OK for this to be 2 AM, rather than 1
15 print "TZ=Asia/Tbilisi - Is it OK for this to be 2 AM?\n";
24 TZ=America/Jujuy - Is it OK for this to be 2 AM, rather than 1
30 TZ=Asia/Tbilisi - Is it OK for this to be 2 AM?
/php-src/sapi/fuzzer/
H A Dgenerate_parser_corpus.php4 $it = new RecursiveIteratorIterator( variable
13 foreach ($it as $file) {
H A Dgenerate_corpus_util.php6 $it = new RecursiveIteratorIterator(
11 foreach ($it as $file) {
/php-src/ext/intl/tests/
H A Dbreakiter_getPartsIterator_error.phpt9 $it = IntlBreakIterator::createWordInstance(NULL);
12 var_dump($it->getPartsIterator(-1));
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_043.phpt44 Deprecated: Accessing static trait property Test::$selfProp is deprecated, it should only be access…
47 Deprecated: Accessing static trait property Test::$selfNullProp is deprecated, it should only be ac…
50 Deprecated: Accessing static trait property Test::$parentProp is deprecated, it should only be acce…
53 Deprecated: Accessing static trait property Test::$selfNullProp is deprecated, it should only be ac…
55 Deprecated: Accessing static trait property Test::$selfNullProp is deprecated, it should only be ac…
/php-src/ext/pdo/tests/
H A Dpdo_014.phpt36 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
40 foreach($it as $data)
45 $it->next(); /* must be allowed */
46 var_dump($it->current()); /* must return NULL */
47 var_dump($it->valid()); /* must return false */
/php-src/sapi/cli/tests/
H A D019.phpt25 This program is free software; you can redistribute it and/or modify
26 it under the terms of the PHP License as published by the PHP Group
29 This program is distributed in the hope that it will be useful,
/php-src/ext/pdo_firebird/tests/
H A Dpersistent_connect.phpt14 * Omit the case where the connection is broken when it checks liveness and
15 * it has to reconnect, as it is very difficult to reproduce the situation.

Completed in 85 milliseconds

12345678910>>...41