Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.2/ext/date/tests/
H A Dbug33414-1.phpt11 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
19 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
27 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
35 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
44 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
60 $strtotime_tstamp = strtotime("next Friday", $tStamp);
68 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
92 $strtotime_tstamp = strtotime("next Friday", $tStamp);
116 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
148 $strtotime_tstamp = strtotime("next Monday", $tStamp);
[all …]
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.2/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c228 struct free_block *next; member
249 free_block->next = free_blocks; in sljit_insert_free_block()
258 if (free_block->next) in sljit_remove_free_block()
259 free_block->next->prev = free_block->prev; in sljit_remove_free_block()
262 free_block->prev->next = free_block->next; in sljit_remove_free_block()
265 free_blocks = free_block->next; in sljit_remove_free_block()
304 free_block = free_block->next; in sljit_malloc_exec()
398 next_free_block = free_block->next; in sljit_free_unused_memory_exec()
/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_next_basic.phpt2 SPL: SplFileObject::next basic
15 $s->next();
H A DSplFileObject_next_variation001.phpt2 SPL: SplFileObject::next variation 001
18 $s->next();
/PHP-8.2/ext/spl/tests/
H A Ddllist_memleak.phpt14 $dll->next();
15 $dll->next();
H A Diterator_041b.phpt51 function next(): void
54 parent::next();
105 State 6: next()
118 State 6: next()
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt12 $iterator->next();
14 $iterator->next();
/PHP-8.2/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.2/ext/zlib/tests/
H A Dgzseek_basic.phpt13 //read the next 10
19 //read the next 10
25 //read the next 10
H A Dgzseek_variation2.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.2/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);
H A Dphar_buildfromiterator7.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
/PHP-8.2/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);
H A Dphar_buildfromiterator7.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
/PHP-8.2/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.2/ext/xmlreader/tests/
H A D009.phpt2 XMLReader: libxml2 XML Reader, next
18 $reader->next();
/PHP-8.2/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt27 function next(): void {
81 c_iter::next
91 c_iter::next
101 c_iter::next
/PHP-8.2/ext/soap/
H A Dphp_schema.c286 trav = trav->next; in load_schema()
309 trav = trav->next; in load_schema()
394 trav = trav->next; in schema_simpleType()
465 trav = trav->next; in schema_list()
496 trav = trav->next; in schema_list()
529 next = NULL; in schema_union()
532 next = end+1; in schema_union()
557 start = next; in schema_union()
565 trav = trav->next; in schema_union()
596 trav = trav->next; in schema_union()
[all …]
/PHP-8.2/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

Completed in 88 milliseconds

12345678910>>...22