Home
last modified time | relevance | path

Searched refs:it (Results 101 – 125 of 982) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/zlib/tests/
H A Dgzgetc_basic_1.phpt2 Test function gzgetc() by calling it with its expected arguments zlib 1.2.7
37 all I know is that you can realize it
39 as it turns around
40 and I know that it descends down on me
H A Dgzgets_basic.phpt2 Test function gzgets() by calling it with its expected arguments
38 string(38) "all I know is that you can realize it
42 string(19) "as it turns around
44 string(39) "and I know that it descends down on me
H A Dzlib_scheme_file_read_file_basic.phpt19 all I know is that you can realize it
21 as it turns around
22 and I know that it descends down on me
H A Dzlib_scheme_file_get_contents_basic.phpt20 all I know is that you can realize it
22 as it turns around
23 and I know that it descends down on me
H A Dzlib_scheme_fopen_basic.phpt21 all I know is that you can realize it
23 as it turns around
24 and I know that it descends down on me
H A Dzlib_scheme_file_basic.phpt26 string(38) "all I know is that you can realize it
32 string(19) "as it turns around
35 string(39) "and I know that it descends down on me
H A Dzlib_scheme_fopen_variation1.phpt26 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 Dzlib_scheme_copy_variation2.phpt15 all I know is that you can realize it
17 as it turns around
18 and I know that it descends down on me
35 //also need to look for the magic number (x1f x8b) to prove it
/PHP-7.4/ext/spl/tests/
H A Dspl_iterator_to_array_error.phpt12 $it = new MyArrayIterator(array(4, 6, 2));
16 $ar = iterator_to_array($it);
23 $ar = iterator_to_array($it, false);
H A Ddualiterator.inc172 $it = new RecursiveDualIterator($lhs, $rhs,
174 $it = new RecursiveCompareDualIterator($it);
183 $it = new DualIterator($lhs, $rhs, self::CURRENT_0 | self::KEY_0);
188 foreach($it as $n)
190 if (!$it->areIdentical())
198 foreach($it as $n)
200 if (!$it->areEqual())
206 return $identical ? $it->areIdentical() : $it->areEqual();
H A Diterator_001.phpt67 $it = new LimitIterator(new NumericArrayIterator($a), 1, 3);
68 foreach ($it as $v)
70 print $v . ' is ' . ($it->greaterThan(2) ? 'greater than 2' : 'less than or equal 2') . "\n";
75 $it = new LimitIterator(new SeekableNumericArrayIterator($a), 1, 3);
76 foreach($it as $v)
78 print $v . ' is ' . ($it->greaterThan(2) ? 'greater than 2' : 'less than or equal 2') . "\n";
84 $it = new CachingIterator(new LimitIterator(new SeekableNumericArrayIterator($a), 1, 3));
85 foreach($it as $v)
87 print $v . ' is ' . ($it->greaterThan(2) ? 'greater than 2' : 'less than or equal 2') . "\n";
H A Dbug49723.phpt6 $it = new ArrayIterator(array());
8 $lit = new LimitIterator($it, 0, 5);
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 Diterator_034.phpt39 function __construct($it, $max_depth)
42 parent::__construct($it);
98 $it = new RecursiveArrayIteratorIterator(new MyRecursiveArrayIterator(array("a", array("ba", array(…
99 foreach($it as $k=>$v)
112 $it->rewind();
116 var_dump($it->valid());
117 var_dump($it->current() == "a");
H A Dspl_007.phpt13 $it = new ArrayIterator(array(1, 2, 3));
15 iterator_apply($it, array(new Foo, "foobar"));
/PHP-7.4/ext/date/tests/
H A Dbug73858.phpt7 to see if it's the format string which is parsed in correctly or if it's the DateTime
8 object which is breaking stuff. From the testing it appears DateTime is broken somehow.
24 Next we will try mix/match the code to see what happens, surprisingly it seems that the end date ($…
25 is the important one, if it uses the verbose method it returns the correct values.
38 This test just proves that the $e date is important BUT NOT because it's the one we call the diff()…
50 it just means you have to be careful of how we work with DateTimes .
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?
H A DDateTimeZone_clone_basic3.phpt17 echo "\n-- clone it --\n";
24 echo "\n-- clone it --\n";
52 -- clone it --
80 -- clone it --
/PHP-7.4/ext/oci8/tests/
H A Dlob_044.phpt32 var_dump($blob->write("this is a biiiig faaat test string. why are you reading it, I wonder? =)"));
42 // Read it back
44 echo "\nTest 2 - read it back\n";
66 string(72) "this is a biiiig faaat test string. why are you reading it, I wonder? =)"
71 Test 2 - read it back
/PHP-7.4/ext/zip/tests/
H A Dbug51353.phpt6 die('skip the test might get very long, activate it manually');
9 /* This test might get very long depending on the mashine it's running on. Therefore
10 adding an explicit skip, remove it to run this test. */
16 or create it dynamically. */
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_001.phpt11 public iterable $it;
19 $this->it = $array;
39 ["it"]=>
/PHP-7.4/ext/posix/tests/
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_geteuid_basic.phpt2 Test function posix_geteuid() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it

Completed in 88 milliseconds

12345678910>>...40