Home
last modified time | relevance | path

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

12345678910>>...46

/PHP-7.2/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";
218 TZ=Asia/Thimbu - Is it OK for this to be 0:30 AM? yes
235 TZ=Asia/Kashgar - Is it OK for this to be 3 AM? yes
268 TZ=America/Guyana - Is it OK for this to be 0:45 AM? yes
273 TZ=Asia/Tehran - Is it OK for this to be 0:30 AM? yes
289 TZ=Asia/Katmandu - Is it OK for this to 0:15 AM?. yes
294 TZ=Pacific/Nauru - Is it OK for this to be 0:30? yes
299 TZ=Pacific/Niue - Is it OK for this to be 0:30 AM? yes
310 TZ=America/Miquelon - Is it OK for this to be 1 AM ? yes
[all …]
/PHP-7.2/ext/zlib/tests/
H A D004-mb.phpt34 string(38) "all I know is that you can realize it
40 string(19) "as it turns around
43 string(39) "and I know that it descends down on me
54 string(38) "all I know is that you can realize it
60 string(19) "as it turns around
63 string(39) "and I know that it descends down on me
H A D004.phpt34 string(38) "all I know is that you can realize it
40 string(19) "as it turns around
43 string(39) "and I know that it descends down on me
54 string(38) "all I know is that you can realize it
60 string(19) "as it turns around
63 string(39) "and I know that it descends down on me
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 D004.txt.gz
H A D004私はガラスを食べられます.txt.gz
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
/PHP-7.2/ext/spl/tests/
H A DDirectoryIterator_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 Dspl_001.phpt6 $it = new ArrayObject(array("x"=>1, 1=>2, 3=>3, 4, "1"=>5));
8 $ar = iterator_to_array($it);
10 var_dump(iterator_count($it));
H A DDirectoryIterator_getGroup_basic.phpt7 Cesare D'Amico <cesare.damico@gruppovolta.it>
9 Filippo De Santis <fd@ideato.it>
11 Francesco Trucchia <ft@ideato.it>
12 Jacopo Romei <jacopo@sviluppoagile.it>
H A DDirectoryIterator_getOwner_basic.phpt7 Cesare D'Amico <cesare.damico@gruppovolta.it>
9 Filippo De Santis <fd@ideato.it>
11 Francesco Trucchia <ft@ideato.it>
12 Jacopo Romei <jacopo@sviluppoagile.it>
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 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 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 DSplFileInfo_getPerms_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 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 DSplFileInfo_getGroup_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 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 DSplFileInfo_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_getOwner_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 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 Darray_028.phpt9 $it = new ArrayIterator($array);
10 foreach ($it as $v) {
19 $obj = new ArrayObject($it);
/PHP-7.2/ext/intl/tests/
H A Dbug76556.phpt9 $it = IntlBreakIterator::createCharacterInstance();
10 $it->setText('foo');
11 var_dump($it);

Completed in 31 milliseconds

12345678910>>...46