Home
last modified time | relevance | path

Searched refs:next (Results 201 – 225 of 449) sorted by relevance

12345678910>>...18

/PHP-5.5/Zend/tests/
H A Dbug49269.phpt13 function next() {$this->n++;}
/PHP-5.5/ext/spl/tests/
H A Diterator_068.phpt14 function next() {}
H A Dheap_007.phpt20 $h->next();
H A Dpqueue_003.phpt19 $h->next();
H A DDirectoryIterator_getBasename_basic_test.phpt12 $dir->next();
H A DSplFileObject_rewind_variation001.phpt17 $s->next();
H A DarrayObject___construct_error2.phpt8 function next() {}
H A Dregexiterator_setflags_exception.phpt13 function next ( ){}
H A Dregexiterator_setpregflags_exception.phpt13 function next ( ){}
H A Drecursiveiteratoriterator_beginiteration_basic.phpt19 $this->next();
H A Dspl_iterator_getcallchildren.phpt14 $test->next();
H A Dobserver_006.phpt60 $storage->next();
69 $storage->next();
70 $storage->next();
H A DDirectoryIterator_getBasename_pass_array.phpt12 $dir->next();
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt16 $s1 = next($s);
/PHP-5.5/Zend/tests/generators/
H A Dyield_in_finally.phpt22 $gen->next();
H A Dgenerator_throwing_during_function_call.phpt21 $gen->next();
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_next_result.phpt39 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
55 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
84 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
H A Dmysqli_stmt_get_warnings.phpt68 if (!method_exists($warning, 'next'))
69 printf("[012] Object mysqli_warning seems to lack method next()\n");
85 } while ($warning->next());
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc76 /** Forward to next element
78 function next()
80 next($this->storage);
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_current_basic.phpt18 var_dump($bi->next());
/PHP-5.5/ext/dom/
H A Dnamednodemap.c107 while (curnode->next != NULL) { in dom_namednodemap_length_read()
109 curnode = curnode->next; in dom_namednodemap_length_read()
238 curnode = (xmlNodePtr)curnode->next; in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re76 struct placeholder *next;
112 plc->next = NULL;
118 placetail->next = plc;
167 for (plc = placeholders; plc; plc = plc->next) {
189 for (plc = placeholders; plc; plc = plc->next) {
291 plc = plc->next;
318 for (plc = placeholders; plc; plc = plc->next) {
359 for (plc = placeholders; plc; plc = plc->next) {
376 placeholders = plc->next;
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php128 …tion grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0, &$next) {} argument
/PHP-5.5/ext/phar/phar/
H A Dphar.inc50 function next()
/PHP-5.5/tests/lang/
H A DforeachLoopIterator.002.phpt8 public function next() { }

Completed in 28 milliseconds

12345678910>>...18