Home
last modified time | relevance | path

Searched refs:it (Results 76 – 100 of 982) sorted by relevance

12345678910>>...40

/PHP-7.4/tests/func/
H A D003.phpt68 echo "(it should break at 5...)\n";
225 (it should break at 5...)
231 (it should break at 5...)
237 (it should break at 5...)
243 (it should break at 5...)
249 (it should break at 5...)
255 (it should break at 5...)
261 (it should break at 5...)
267 (it should break at 5...)
273 (it should break at 5...)
[all …]
/PHP-7.4/ext/spl/tests/
H A Diterator_044.phpt16 function __construct(Iterator $it, $flags = 0)
18 parent::__construct($it, $flags);
33 $it = new MyCachingIterator(new ArrayIterator(array(0, 'foo'=>1, 2, 'bar'=>3, 4)));
37 var_dump($it->offsetExists(0));
46 var_dump($it->offsetGet(0));
53 $it = new MyCachingIterator(new ArrayIterator(array(0, 'foo'=>1, 2, 'bar'=>3, 4)), CachingIterator:…
55 var_dump($it->offsetExists());
56 var_dump($it->offsetGet());
60 $it->test($checks);
64 foreach($it as $v); // read all into cache
[all …]
H A DSplFileInfo_getPerms_basic.phpt4 Cesare D'Amico <cesare.damico@gruppovolta.it>
6 Filippo De Santis <fd@ideato.it>
8 Francesco Trucchia <ft@ideato.it>
9 Jacopo Romei <jacopo@sviluppoagile.it>
H A DDirectoryIterator_getInode_error.phpt4 Cesare D'Amico <cesare.damico@gruppovolta.it>
6 Filippo De Santis <fd@ideato.it>
8 Francesco Trucchia <ft@ideato.it>
9 Jacopo Romei <jacopo@sviluppoagile.it>
H A DSplFileInfo_getInode_basic.phpt4 Cesare D'Amico <cesare.damico@gruppovolta.it>
6 Filippo De Santis <fd@ideato.it>
8 Francesco Trucchia <ft@ideato.it>
9 Jacopo Romei <jacopo@sviluppoagile.it>
H A Diterator_050.phpt19 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::GET_MATCH);
20 $it->show();
22 $it = new MyRegexIterator($ar, '/(\d)/', RegexIterator::GET_MATCH);
23 $it->show();
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt17 $it = new RecursiveIteratorIterator($iterator);
20 $it->rewind(); //see https://bugs.php.net/bug.php?id=62914
21 while($it->valid()) {
22 $list[] = $it->getSubPathname();
23 $it->next();
H A Diterator_052.phpt10 function __construct($it, $re, $mode, $flags = 0)
14 parent::__construct($it, $re, $mode, $flags);
36 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::ALL_MATCHES);
37 $it->show();
39 $it = new MyRegexIterator($ar, '/(\d)/', RegexIterator::ALL_MATCHES);
40 $it->show();
H A Darray_028.phpt9 $it = new ArrayIterator($array);
10 foreach ($it as $v) {
19 $obj = new ArrayObject($it);
H A DDirectoryIterator_getGroup_basic.phpt8 Cesare D'Amico <cesare.damico@gruppovolta.it>
10 Filippo De Santis <fd@ideato.it>
12 Francesco Trucchia <ft@ideato.it>
13 Jacopo Romei <jacopo@sviluppoagile.it>
H A DDirectoryIterator_getOwner_basic.phpt8 Cesare D'Amico <cesare.damico@gruppovolta.it>
10 Filippo De Santis <fd@ideato.it>
12 Francesco Trucchia <ft@ideato.it>
13 Jacopo Romei <jacopo@sviluppoagile.it>
H A Diterator_051.phpt19 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::GET_MATCH, RegexIterator::USE_KEY);
20 $it->show();
22 $it = new MyRegexIterator($ar, '/(\d)/', RegexIterator::GET_MATCH, RegexIterator::USE_KEY);
23 $it->show();
H A Diterator_033.phpt6 $it = new ParentIterator(new RecursiveArrayIterator(array(1,array(21,22, array(231)),3)));
8 foreach(new RecursiveIteratorIterator($it) as $k=>$v)
16 foreach(new RecursiveIteratorIterator($it, 1) as $k=>$v)
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt15 $it = new RecursiveIteratorIterator($iterator);
18 while($it->valid()) {
19 $list[] = $it->getSubPath();
20 $it->next();
H A Diterator_053.phpt10 function __construct($it, $re, $mode, $flags = 0)
14 parent::__construct($it, $re, $mode, $flags);
36 $it = new MyRegexIterator($ar, '/(\d),(\d)/', RegexIterator::ALL_MATCHES, RegexIterator::USE_KEY);
37 $it->show();
39 $it = new MyRegexIterator($ar, '/(\d)/', RegexIterator::ALL_MATCHES, RegexIterator::USE_KEY);
40 $it->show();
H A Diterator_007.phpt64 $it = new NoRewindIteratorEx(new ArrayIteratorEx(range(0,3)));
67 foreach ($it->getInnerIterator() as $v) {
72 foreach ($it as $v) {
78 $it = new NoRewindIteratorEx(new ArrayIteratorEx(range(0,3)));
81 foreach ($it as $v) {
89 foreach ($it as $v) {
94 foreach ($it as $v) {
H A Dbug54281.phpt7 function __construct($it, $max_depth) { }
9 $it = new RecursiveArrayIteratorIterator(new RecursiveArrayIterator(array()), 2);
11 foreach($it as $k=>$v) { }
H A Diterator_036.phpt6 function test($it)
8 foreach($it as $v)
10 var_dump((string)$it);
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_basic.phpt41 all I know is that you can realize it
43 as it turns around
44 and I know that it descends down on me
47 all I know is that you can realize it
49 as it turns around
50 and I know that it descends down on me
H A Dgzpassthru_basic.phpt2 Test function gzpassthru() by calling it with its expected arguments
26 all I know is that you can realize it
28 as it turns around
29 and I know that it descends down on me
H A Dgzread_basic.phpt2 Test function gzread() by calling it with its expected arguments
31 all I know is that you can realize it
33 as it turns "
35 and I know that it descends down on me
H A Dgzgetc_basic.phpt2 Test function gzgetc() by calling it with its expected arguments zlib 1.2.5
36 all I know is that you can realize it
38 as it turns around
39 and I know that it descends down on me
/PHP-7.4/ext/intl/tests/
H A Dbug76556.phpt9 $it = IntlBreakIterator::createCharacterInstance();
10 $it->setText('foo');
11 var_dump($it);
H A Dbreakiter_getPartsIterator_error.phpt12 $it = IntlBreakIterator::createWordInstance(NULL);
13 var_dump($it->getPartsIterator(array()));
14 var_dump($it->getPartsIterator(1, 2));
15 var_dump($it->getPartsIterator(-1));
/PHP-7.4/ext/date/tests/
H A Dbug33415-2.phpt15 print "TZ=Asia/Thimbu - Is it OK for this to be 0:30 AM? yes\n";
41 print "TZ=Asia/Kashgar - Is it OK for this to be 3 AM? yes\n";
202 TZ=Asia/Thimbu - Is it OK for this to be 0:30 AM? yes
219 TZ=Asia/Kashgar - Is it OK for this to be 3 AM? yes
247 TZ=America/Scoresbysund - Is it OK for this to be 2 AM? yes
252 TZ=Asia/Tehran - Is it OK for this to be 0:30 AM? yes
268 TZ=Asia/Katmandu - Is it OK for this to 0:15 AM?. yes
273 TZ=Pacific/Nauru - Is it OK for this to be 0:30? yes
284 TZ=America/Miquelon - Is it OK for this to be 1 AM ? yes
289 TZ=Pacific/Palau - Is it OK for this to be 9 AM? No DST or
[all …]

Completed in 21 milliseconds

12345678910>>...40