Home
last modified time | relevance | path

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

12345678910>>...40

/PHP-7.4/Zend/tests/
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)
H A Dnowdoc_001.phpt15 With another line in it.
24 With another line in it.
H A Dbug67314.phpt14 echo "made it once\n";
19 made it once
/PHP-7.4/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.4/ext/pdo/tests/
H A Dpdo_014.phpt32 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
36 foreach($it as $data)
41 $it->next(); /* must be allowed */
42 var_dump($it->current()); /* must return NULL */
43 var_dump($it->valid()); /* must return false */
/PHP-7.4/ext/posix/tests/
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-7.4/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
H A Dzlib_filter_inflate2.phpt9 fwrite($a, "This is quite the thing ain't it\n");
39 This is quite the thing ain't it
41 This is quite the thing ain't it
/PHP-7.4/ext/spl/tests/
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 Dbug36287.phpt6 $it = new RecursiveIteratorIterator(new RecursiveDirectoryIterator("."), true);
9 foreach($it as $file)
H A Dspl_iterator_apply_error.phpt14 $it = new MyArrayIterator(array(1, 21, 22));
17 $res = iterator_apply($it, 'test');
H A DDirectoryIterator_by_reference.phpt8 $it = new DirectoryIterator(__DIR__);
9 foreach( $it as &$file ) {
H A Diterator_048.phpt19 $it = new MyRecursiveRegexIterator($ar, '/Bar/');
21 $it->show();
/PHP-7.4/ext/date/tests/
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.4/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…
H A Dbug39873.phpt5 if (!setlocale(LC_ALL, "ita","it","Italian","it_IT","it_IT.ISO8859-1","it_IT.ISO_8859-1")) {
11 setlocale(LC_ALL, "ita","it","Italian","it_IT","it_IT.ISO8859-1","it_IT.ISO_8859-1");
/PHP-7.4/Zend/tests/generators/
H A Dbug70965.phpt6 function it() {
14 $gen = it();
/PHP-7.4/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-7.4/Zend/tests/generators/errors/
H A Dnon_ref_generator_iterated_by_ref_error.phpt13 …caught Exception: You can only iterate a generator by-reference if it declared that it yields by-r…
/PHP-7.4/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.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_error.phpt11 $it = IntlBreakIterator::createCodePointInstance();
12 var_dump($it->getLastCodePoint(array()));
/PHP-7.4/ext/imap/tests/
H A Dbug35669.phpt29 $plain["contents.data"] = 'See mom, it will crash';
39 $html["contents.data"] = 'See mom, it will <b>crash</b>';
61 See mom, it will crash
67 See mom, it will <b>crash</b>
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_004.phpt14 $it = new DirectoryIterator('phar://'.$fname);
16 foreach($it as $name => $ent)
67 $it = new MyDirectoryIterator('phar://'.$fname);
69 foreach($it as $name => $ent)

Completed in 97 milliseconds

12345678910>>...40