Searched refs:it (Results 126 – 150 of 982) sorted by relevance
12345678910>>...40
/PHP-7.4/Zend/tests/ |
H A D | nowdoc_012.phpt | 14 Now let's finish it 25 Now let's finish it
|
H A D | bug30725.phpt | 16 $it = new Test; 17 foreach($it as $v)
|
H A D | nowdoc_001.phpt | 15 With another line in it. 24 With another line in it.
|
H A D | bug67314.phpt | 14 echo "made it once\n"; 19 made it once
|
/PHP-7.4/ext/pspell/tests/ |
H A D | 001.phpt | 15 $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 D | pdo_014.phpt | 32 $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 D | posix_seteuid_basic.phpt | 2 Test function posix_seteuid() by calling it with its expected arguments 5 Francesco Fullone ff@ideato.it
|
H A D | posix_setuid_basic.phpt | 2 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 D | gzeof_basic.phpt | 2 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 D | zlib_filter_inflate2.phpt | 9 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 D | iterator_039.phpt | 48 $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 D | bug36287.phpt | 6 $it = new RecursiveIteratorIterator(new RecursiveDirectoryIterator("."), true); 9 foreach($it as $file)
|
H A D | spl_iterator_apply_error.phpt | 14 $it = new MyArrayIterator(array(1, 21, 22)); 17 $res = iterator_apply($it, 'test');
|
H A D | DirectoryIterator_by_reference.phpt | 8 $it = new DirectoryIterator(__DIR__); 9 foreach( $it as &$file ) {
|
H A D | iterator_048.phpt | 19 $it = new MyRecursiveRegexIterator($ar, '/Bar/'); 21 $it->show();
|
/PHP-7.4/ext/date/tests/ |
H A D | DateTime_clone_basic3.phpt | 17 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 D | chunk_split_variation12.phpt | 60 "To check " in heredoc".I'm sure it'll \work! 143 …it'll \work!r to check"To check " in heredoc".I'm sure it'll \work! with here"To check " in heredo… 144 …it'll \work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \work!__with wro"To check " in heredo…
|
H A D | bug39873.phpt | 5 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 D | bug70965.phpt | 6 function it() { 14 $gen = it();
|
/PHP-7.4/sapi/cli/tests/ |
H A D | 019.phpt | 25 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 D | non_ref_generator_iterated_by_ref_error.phpt | 13 …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 D | pdo_mysql_stmt_fetch_serialize.phpt | 84 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 D | cpbi_getLastCodePoint_error.phpt | 11 $it = IntlBreakIterator::createCodePointInstance(); 12 var_dump($it->getLastCodePoint(array()));
|
/PHP-7.4/ext/imap/tests/ |
H A D | bug35669.phpt | 29 $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 D | phar_oo_004.phpt | 14 $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 33 milliseconds
12345678910>>...40