Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 449) sorted by path

12345678910>>...18

/PHP-5.5/
H A DINSTALL699 .#NOTE this next line should happen after all 'ObjectType' and before all 'AddLo
1280 compiled by the PHP Group (see next section for the download).
1949 what needs to be done next. If you get a screen full of HTML
1979 will give you a clue as to what needs to be done next. If you
H A DNEWS2787 . Fixed bug #61527 (ArrayIterator gives misleading notice on next() when
5982 . proper support for "this week", "previous week"/"last week" and "next week"
6732 - Fixed bug #46031 (Segfault in AppendIterator::next). (Arnaud)
7352 - Fixed bug #41685 (array_push() fails to warn when next index is
7398 - Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions).
7884 - Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to
9553 - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
9883 - Fixed bug #31346 (ArrayIterator::next segfaults). (Marcus)
H A DREADME.GIT-RULES68 The next few rules are more of a technical nature::
H A DREADME.MAILINGLIST_RULES54 The next few rules are more some general hints:
H A DREADME.RELEASE_PROCESS83 in the *main* branch (PHP-5.4 for example) to prepare for the **next** version.
113 either the next RC, or the final release".
229 4. Update php-qa/include/release-qa.php and add the next version as an QARELEASE
230 (prepare for next RC)
/PHP-5.5/TSRM/
H A DTSRM.c29 tsrm_tls_entry *next; member
176 next_p = p->next; in tsrm_shutdown()
260 p = p->next; in ts_allocate_id()
358 if (thread_resources->next) { in ts_resource_ex()
389 next = thread_resources->next; in tsrm_free_interpreter_context()
401 thread_resources = next; in tsrm_free_interpreter_context()
466 last->next = thread_resources->next; in ts_free_thread()
474 if (thread_resources->next) { in ts_free_thread()
508 last->next = thread_resources->next; in ts_free_worker_threads()
519 if (thread_resources->next) { in ts_free_worker_threads()
[all …]
H A Dtsrm_virtual_cwd.c600 p = p->next; in realpath_cache_clean()
623 *bucket = (*bucket)->next; in realpath_cache_del()
635 bucket = &(*bucket)->next; in realpath_cache_del()
684 bucket->next = CWDG(realpath_cache)[n]; in realpath_cache_add()
705 *bucket = (*bucket)->next; in realpath_cache_find()
718 bucket = &(*bucket)->next; in realpath_cache_find()
H A Dtsrm_virtual_cwd.h225 struct _realpath_cache_bucket *next; member
/PHP-5.5/Zend/
H A DZEND_CHANGES301 // the next line is impossible
495 then the next try/catch block is searched until no more try/catch
858 function next() {
881 for($it->rewind(); $it->valid(); $it->next()) {
/PHP-5.5/Zend/tests/
H A Dbug32674.phpt25 public function next() {
26 $element = next($this->_elements);
H A Dbug32993.phpt12 public function next() { return next($this->arr); }
H A Dbug37715.phpt16 next($a);
17 next($a['b']);
18 next($a['b']);
19 next($a['b']);
H A Dbug38808.phpt6 $next = "next";
12 $next($a);
H A Dbug47836.phpt12 Warning: Cannot add element to the array as the next element is already occupied in %s on line 4
H A Dbug49269.phpt13 function next() {$this->n++;}
H A Dbug69017.phpt26 Warning: Cannot add element to the array as the next element is already occupied in %sbug69017.php …
/PHP-5.5/Zend/tests/generators/
H A Dbug67497.phpt14 $values->next();
H A Dgenerator_rewind.phpt16 $gen->next();
H A Dgenerator_throwing_during_function_call.phpt21 $gen->next();
H A Dgenerator_throwing_exception.phpt17 $gen->next();
H A Dnested_method_calls.phpt28 $g1->next();
29 $g2->next();
H A Dthrow_already_closed.phpt11 $gen->next();
12 $gen->next();
H A Dyield_closure.phpt11 $gen->next();
H A Dyield_in_finally.phpt22 $gen->next();
/PHP-5.5/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt8 $gen->next();
13 $gen->next();

Completed in 81 milliseconds

12345678910>>...18