Home
last modified time | relevance | path

Searched refs:next (Results 101 – 125 of 523) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/spl/tests/
H A Ddllist_memleak.phpt14 $dll->next();
15 $dll->next();
H A DSplFileObject_next_basic.phpt2 SPL: SplFileObject::next basic
15 $s->next();
H A Diterator_041b.phpt51 function next(): void
54 parent::next();
105 State 6: next()
118 State 6: next()
H A DSplFileObject_next_variation001.phpt2 SPL: SplFileObject::next variation 001
18 $s->next();
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt12 $iterator->next();
14 $iterator->next();
H A Dbug79151.phpt12 var_dump($a->next());
20 var_dump($a->next());
/PHP-8.1/ext/date/tests/
H A Dbug33414-2.phpt9 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
17 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
25 $strtotime_tstamp = strtotime("next Monday", $tStamp);
33 $strtotime_tstamp = strtotime("next Monday", $tStamp);
41 $strtotime_tstamp = strtotime("next Monday", $tStamp);
49 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
57 $strtotime_tstamp = strtotime("next Wednesday", $tStamp);
65 $strtotime_tstamp = strtotime("next Saturday", $tStamp);
73 $strtotime_tstamp = strtotime("next Friday", $tStamp);
/PHP-8.1/Zend/tests/generators/
H A Dthrow_already_closed.phpt11 $gen->next();
12 $gen->next();
H A Dgc_with_root_parent_mismatch.phpt20 $gen1->next();
21 $gen1->next();
/PHP-8.1/ext/zlib/tests/
H A Dgzseek_variation2.phpt13 //read the next 10
19 //read the next 10
25 //read the next 10
H A Dgzseek_basic.phpt13 //read the next 10
19 //read the next 10
25 //read the next 10
H A Dgzseek_variation3.phpt13 //read the next 10
19 //read the next 10
25 //read the next 10
/PHP-8.1/ext/xmlreader/tests/
H A D009.phpt2 XMLReader: libxml2 XML Reader, next
18 $reader->next();
H A D010.phpt2 XMLReader: libxml2 XML Reader, next
17 $reader->next();
/PHP-8.1/ext/mysqli/
H A Dmysqli_warning.c45 w = w->next; in php_clear_warnings()
89 prev->next = w; in php_get_warnings()
161 prev->next = (void *)w; in php_get_warnings()
175 PHP_METHOD(mysqli_warning, next) in PHP_METHOD() argument
187 if (w && w->next) { in PHP_METHOD()
188 w = w->next; in PHP_METHOD()
/PHP-8.1/ext/soap/
H A Dphp_schema.c265 trav = trav->next; in load_schema()
288 trav = trav->next; in load_schema()
373 trav = trav->next; in schema_simpleType()
444 trav = trav->next; in schema_list()
475 trav = trav->next; in schema_list()
508 next = NULL; in schema_union()
511 next = end+1; in schema_union()
536 start = next; in schema_union()
544 trav = trav->next; in schema_union()
575 trav = trav->next; in schema_union()
[all …]
/PHP-8.1/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt27 function next(): void {
81 c_iter::next
91 c_iter::next
101 c_iter::next
/PHP-8.1/Zend/tests/
H A Diap_on_object_deprecated.phpt10 var_dump(next($obj));
25 Deprecated: next(): Calling next() on an object is deprecated in %s on line %d
/PHP-8.1/ext/phar/tests/
H A Dphar_buildfromiterator5.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
H A Dphar_buildfromiterator6.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
/PHP-8.1/ext/phar/tests/tar/
H A Dphar_buildfromiterator5.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
H A Dphar_buildfromiterator6.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
/PHP-8.1/ext/phar/tests/zip/
H A Dphar_buildfromiterator5.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
H A Dphar_buildfromiterator6.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
/PHP-8.1/ext/standard/tests/array/
H A Dcurrent_basic.phpt13 next($array);
17 next($array);

Completed in 48 milliseconds

12345678910>>...21