Home
last modified time | relevance | path

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

12345678910>>...46

/PHP-7.2/ext/spl/tests/
H A Dbug49723.phpt6 $it = new ArrayIterator(array());
8 $lit = new LimitIterator($it, 0, 5);
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 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_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)
/PHP-7.2/ext/spl/examples/
H A Dnocvsdir.php48 $it = new RecursiveIteratorIterator(new NoCvsDirectory($argv[1])); variable
50 foreach($it as $pathname => $file)
H A Ddirectoryfilterdots.inc17 * This Iterator takes a pathname from which it creates a RecursiveDirectoryIterator
18 * and makes it recursive. Further more it filters the entries '.' and '..'.
H A Dfindfile.inc30 * part of it is used as separate directory.
40 $it = new AppendIterator();
42 $it->append(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)));
44 parent::__construct($it);
/PHP-7.2/ext/date/tests/
H A DDateTimeZone_clone_basic3.phpt17 echo "\n-- clone it --\n";
24 echo "\n-- clone it --\n";
52 -- clone it --
80 -- clone it --
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 DDateTime_clone_basic3.phpt17 echo "\n-- clone it --\n";
24 echo "\n-- clone it --\n";
56 -- clone it --
88 -- clone it --
/PHP-7.2/ext/pspell/tests/
H A D001.phpt15 $string .= "I will not buy this record, it is scratched. ";
17 $string .= "I will not buy this record, it is scratched. ";
19 $string .= "Ah! I will not buy this tobacconist's, it is scratched. ";
45 it : true
55 it : true
73 it : true
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt60 "To check " in heredoc".I'm sure it'll \work!
143it'll \work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in heredo…
144it'll \work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \work!__with wro"To check " in heredo…
/PHP-7.2/ext/zlib/tests/
H A Dgzeof_basic.phpt2 Test function feof() by calling it with its expected arguments
45 all I know is that you can realize it
47 as it turns around
48 and I know that it descends down on me
/PHP-7.2/sapi/cgi/
H A DCHANGES11 Now it is enabled by default, but can be disabled
19 Now it is enabled by default, but can be disabled
29 Seems it needs only for CGI configuration that
32 Now it is disabled by default, but can be enabled
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt84 printf("Creating an object, serializing it and writing it to DB...\n");
96 …nUsing PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it...\n");
102 printf("\nUsing PDO::FETCH_CLASS to fetch the object from DB and unserialize it...\n");
123 Creating an object, serializing it and writing it to DB...
135 Using PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it...
142 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
/PHP-7.2/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
H A Dposix_seteuid_basic.phpt2 Test function posix_seteuid() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
/PHP-7.2/ext/pdo/tests/
H A Dpdo_014.phpt34 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
38 foreach($it as $data)
43 $it->next(); /* must be allowed */
44 var_dump($it->current()); /* must return NULL */
45 var_dump($it->valid()); /* must return false */
/PHP-7.2/Zend/tests/
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
/PHP-7.2/Zend/
H A DOBJECTS2_HOWTO12 handle for it, set handle and handler table as needed. Note that the
13 handle is the only ID of the object, so it should be enough to
14 identify it.
22 new object and get the handle for it, set handle and handler table as
26 to it from get_constructor handler.
38 delete_obj should destroy an object, all references to it become
63 proxy object and handle it via get and set methods (see below).
83 called via call_method handler, otherwise it would be called with
97 and only if it's really the same object. Note that objects from
106 in case there exists PHP class for it.
[all …]
/PHP-7.2/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,

Completed in 40 milliseconds

12345678910>>...46