Home
last modified time | relevance | path

Searched refs:next (Results 226 – 250 of 449) sorted by relevance

12345678910>>...18

/PHP-5.5/ext/pcntl/
H A Dpcntl.c521 PCNTL_G(head) = sig->next; in PHP_RSHUTDOWN_FUNCTION()
526 PCNTL_G(spares) = sig->next; in PHP_RSHUTDOWN_FUNCTION()
865 psig->next = PCNTL_G(spares); in PHP_FUNCTION()
1215 PCNTL_G(spares) = psig->next; in pcntl_signal_handler()
1218 psig->next = NULL; in pcntl_signal_handler()
1223 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1234 struct php_pcntl_pending_signal *queue, *next; in pcntl_signal_dispatch() local
1275 next = queue->next; in pcntl_signal_dispatch()
1276 queue->next = PCNTL_G(spares); in pcntl_signal_dispatch()
1278 queue = next; in pcntl_signal_dispatch()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c169 node = node->next; in sxe_get_element_by_offset()
190 node = node->next; in sxe_find_element_by_name()
232 node = node->next; in sxe_get_element_by_name()
576 attr = attr->next; in sxe_prop_dim_write()
585 attr = attr->next; in sxe_prop_dim_write()
1116 attr = attr->next; in sxe_get_prop_hash()
1182 node = node->next; in sxe_get_prop_hash()
1464 attr = attr->next; in sxe_add_namespaces()
1473 node = node->next; in sxe_add_namespaces()
1514 ns = ns->next; in sxe_add_registered_namespaces()
[all …]
/PHP-5.5/ext/spl/tests/
H A Diterator_030.phpt11 $it->next();
H A Dbug42703.phpt9 public function next() { }
H A Diterator_032.phpt35 $it->next();
H A Drecursiveiteratoriterator_nextelement_basic.phpt2 SPL: RecursiveIteratorIterator::nextElement() is called when the next element is ready
/PHP-5.5/ext/intl/tests/
H A Drbbiter_getRuleStatusVec_basic.phpt32 } while ($rbbi->next() != IntlBreakIterator::DONE);
H A Drbbiter_getRuleStatus_basic.phpt31 } while ($rbbi->next() != IntlBreakIterator::DONE);
H A Dgrapheme.phpt595 $next = -1;
619 $res_str .= " \$next=$next == $test[3] ";
620 if ( $next != $test[3] ) {
1090 … "3" graphemes - grapheme_extract starting at byte position 0 with $next = abc == abc $next=3 == 3
1091 …c" "2" graphemes - grapheme_extract starting at byte position 0 with $next = ab == ab $next=2 == 2
1092 …abc" "1" graphemes - grapheme_extract starting at byte position 0 with $next = a == a $next=1 == 1
1093 … "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $next=0 == 0
1094 …abc" "1" graphemes - grapheme_extract starting at byte position 0 with $next = a == a $next=1 == 1
1095 …abc" "1" graphemes - grapheme_extract starting at byte position 1 with $next = b == b $next=2 == 2
1096 …abc" "1" graphemes - grapheme_extract starting at byte position 2 with $next = c == c $next=3 == 3
[all …]
H A Dbreakiter_setText_basic.phpt24 var_dump($bi->next());
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_search.phpt29 $r = mb_ereg_search_regs();//get next result
/PHP-5.5/ext/date/tests/
H A Dbug52668.phpt8 $interval = DateInterval::createFromDateString('next day');
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_hash.h51 zend_accel_hash_entry *next; member
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_worker_pool.c41 wp_next = wp->next; in fpm_worker_pool_cleanup()
H A Dfpm_events.h28 struct fpm_event_queue_s *next; member
H A Dfpm_conf.h18 struct key_value_s *next; member
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h67 zend_code_block *next; member
83 zend_block_source *next; member
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc61 * @return next line from stream
152 * @return next char from file
180 /** Scan the next line
308 function next()
314 * @return next line read from file and increase the line counter
/PHP-5.5/ext/spl/examples/
H A Ddualiterator.inc127 function next()
129 $this->lhs->next();
130 $this->rhs->next();
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1002 next = chunk->next; in php_cli_server_buffer_dtor()
1017 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_append()
1021 buffer->last->next = chunk; in php_cli_server_buffer_append()
1029 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_prepend()
1030 last->next = buffer->first; in php_cli_server_buffer_prepend()
1055 chunk->next = NULL; in php_cli_server_chunk_immortal_new()
1069 chunk->next = NULL; in php_cli_server_chunk_heap_new()
1084 chunk->next = NULL; in php_cli_server_chunk_heap_new_self_contained()
1108 next = chunk->next; in php_cli_server_content_sender_send()
1120 if (!next) { in php_cli_server_content_sender_send()
[all …]
/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h45 php_stream_bucket *next, *prev; member
111 php_stream_filter *next; member
/PHP-5.5/tests/output/
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt12 function next() {}
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.h45 line_type next; member
/PHP-5.5/ext/standard/
H A Drand.c189 BG(next) = state; in php_mt_reload()
220 s1 = *BG(next)++; in php_mt_rand()

Completed in 77 milliseconds

12345678910>>...18