Home
last modified time | relevance | path

Searched refs:it (Results 151 – 175 of 1147) sorted by relevance

12345678910>>...46

/PHP-7.2/ext/posix/tests/
H A Dposix_setuid_basic.phpt2 Test function posix_setuid() by calling it with its expected arguments
5 Francesco Fullone ff@ideato.it
H A Dposix_ctermid_error.phpt2 Test function posix_ctermid() by calling it more than or less than its expected arguments
9 Francesco Fullone ff@ideato.it
/PHP-7.2/ext/spl/tests/
H A DDirectoryIterator_by_reference.phpt8 $it = new DirectoryIterator(__DIR__);
9 foreach( $it as &$file ) {
H A Diterator_003.phpt82 // The goal is to verify we can access the cached string value even if it was
85 $it = $students->getIterator();
86 foreach ($it as $student) {
87 echo $it->__toString(), "\n";
H A Dbug36287.phpt6 $it = new RecursiveIteratorIterator(new RecursiveDirectoryIterator("."), true);
9 foreach($it as $file)
H A Dbug42364.phpt5 $it = new DirectoryIterator(dirname(__FILE__));
9 foreach ($it as $e) {
H A Dspl_iterator_apply_error.phpt14 $it = new MyArrayIterator(array(1, 21, 22));
17 $res = iterator_apply($it, 'test');
H A Diterator_048.phpt19 $it = new MyRecursiveRegexIterator($ar, '/Bar/');
21 $it->show();
/PHP-7.2/Zend/tests/
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
H A Dbug34062.phpt9 // Currently it's the minimum required number of zeros
10 // If you remove one, it won't crash
/PHP-7.2/Zend/tests/generators/
H A Dbug70965.phpt6 function it() {
14 $gen = it();
/PHP-7.2/ext/phar/tests/
H A Dphar_oo_004.phpt15 $it = new DirectoryIterator('phar://'.$fname);
17 foreach($it as $name => $ent)
68 $it = new MyDirectoryIterator('phar://'.$fname);
70 foreach($it as $name => $ent)
/PHP-7.2/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.2/ext/bz2/tests/
H A D005.phpt8 $string = "Life it seems, will fade away
58 string(110) "Life it seems, will fade away
63 string(110) "Life it seems, will fade away
67 string(110) "Life it seems, will fade away
/PHP-7.2/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.2/ext/standard/tests/strings/
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");
H A Dhebrevc_variation2.phpt97 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
126 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
133 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
140 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
194 that it<br />
250 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
291 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
320 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
327 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
334 ) This function is similar to hebrevc() with the difference that it converts newlines<br />
[all …]
/PHP-7.2/ext/intl/tests/
H A Dcpbi_getLastCodePoint_error.phpt11 $it = IntlBreakIterator::createCodePointInstance();
12 var_dump($it->getLastCodePoint(array()));
/PHP-7.2/ext/standard/tests/file/
H A Dfgetcsv_variation17.phpt107 string(2) "it"
123 string(2) "it"
139 string(2) "it"
155 string(2) "it"
171 string(2) "it"
187 string(2) "it"
203 string(2) "it"
219 string(2) "it"
235 string(2) "it"
251 string(2) "it"
[all …]
/PHP-7.2/ext/zlib/tests/
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.2/ext/pcre/tests/
H A Dbug72463.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
H A Dbug72463_2.phpt14 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", "");
15 mail("some.address.it.wont.ever.reach@lookup.and.try.to.find.this.host.name","subject","a", NULL);
/PHP-7.2/ext/standard/tests/math/
H A Dmt_srand_basic.phpt5 // Should return NULL if given anything that it can convert to long
6 // This doesn't actually test what it does with the input :-\

Completed in 28 milliseconds

12345678910>>...46