Home
last modified time | relevance | path

Searched refs:prev (Results 1 – 25 of 90) sorted by last modified time

1234

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_wait.c265 if (elm->prev) { in phpdbg_webdata_decompress()
266 elm->prev->next = elm->next; in phpdbg_webdata_decompress()
271 elm->next->prev = elm->prev; in phpdbg_webdata_decompress()
273 zend_extensions.tail = elm->prev; in phpdbg_webdata_decompress()
H A Dphpdbg_opcode.h42 phpdbg_oplog_list *prev; member
H A Dphpdbg.c265 phpdbg_oplog_list *prev = cur->prev; in PHP_RSHUTDOWN_FUNCTION() local
267 cur = prev; in PHP_RSHUTDOWN_FUNCTION()
435 phpdbg_oplog_list *prev; in PHP_FUNCTION() local
441 prev = PHPDBG_G(oplog_list); in PHP_FUNCTION()
443 if (!prev) { in PHP_FUNCTION()
451 PHPDBG_G(oplog_list)->prev = prev; in PHP_FUNCTION()
613 phpdbg_oplog_list *prev; in PHP_FUNCTION() local
630 prev = PHPDBG_G(oplog_list)->prev; in PHP_FUNCTION()
633 PHPDBG_G(oplog_list) = prev; in PHP_FUNCTION()
706 if (!prev) { in PHP_FUNCTION()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_events.c159 elt->prev = NULL; in fpm_event_queue_add()
164 (*queue)->prev = elt; in fpm_event_queue_add()
187 if (q->prev) { in fpm_event_queue_del()
188 q->prev->next = q->next; in fpm_event_queue_del()
191 q->next->prev = q->prev; in fpm_event_queue_del()
196 (*queue)->prev = NULL; in fpm_event_queue_del()
437 if (q->prev) { in fpm_event_loop()
438 q->prev->next = q->next; in fpm_event_loop()
441 q->next->prev = q->prev; in fpm_event_loop()
446 fpm_event_queue_timer->prev = NULL; in fpm_event_loop()
H A Dfpm_events.h27 struct fpm_event_queue_s *prev; member
H A Dfpm_php_trace.c82 long prev; in fpm_php_trace_dump() local
131 execute_data = prev = l; in fpm_php_trace_dump()
133 while (prev) { in fpm_php_trace_dump()
136 if (0 > fpm_trace_get_long(prev + offsetof(zend_execute_data, func), &l)) { in fpm_php_trace_dump()
162 if (0 > fpm_trace_get_long(prev + offsetof(zend_execute_data, opline), &l)) { in fpm_php_trace_dump()
179 if (0 > fpm_trace_get_long(prev + offsetof(zend_execute_data, prev_execute_data), &l)) { in fpm_php_trace_dump()
183 prev = l; in fpm_php_trace_dump()
H A Dfpm_children.c98 child->next->prev = child; in fpm_child_link()
100 child->prev = 0; in fpm_child_link()
110 if (child->prev) { in fpm_child_unlink()
111 child->prev->next = child->next; in fpm_child_unlink()
117 child->next->prev = child->prev; in fpm_child_unlink()
H A Dfpm_children.h23 struct fpm_child_s *prev, *next; member
/PHP-7.0/sapi/cli/tests/
H A Dupload_2G.phpt49 $prev = "----123
53 $total = $length + strlen($prev) + strlen($post);
61 {$prev}
63 ) or die("write prev failed");
/PHP-7.0/sapi/apache2handler/
H A Dphp_functions.c271 while(r->prev) { in PHP_FUNCTION()
272 r = r->prev; in PHP_FUNCTION()
307 while(r->prev) { in PHP_FUNCTION()
308 r = r->prev; in PHP_FUNCTION()
/PHP-7.0/main/streams/
H A Dfilter.c193 bucket->prev = NULL; in php_stream_bucket_prepend()
196 brigade->head->prev = bucket; in php_stream_bucket_prepend()
210 bucket->prev = brigade->tail; in php_stream_bucket_append()
224 if (bucket->prev) { in php_stream_bucket_unlink()
230 bucket->next->prev = bucket->prev; in php_stream_bucket_unlink()
317 filter->prev = NULL; in php_stream_filter_prepend_ex()
320 chain->head->prev = filter; in php_stream_filter_prepend_ex()
339 filter->prev = chain->tail; in php_stream_filter_append_ex()
423 filter->prev->next = NULL; in _php_stream_filter_append()
513 if (filter->prev) { in php_stream_filter_remove()
[all …]
H A Dphp_stream_filter_api.h45 php_stream_bucket *next, *prev; member
112 php_stream_filter *prev; member
/PHP-7.0/
H A Dltmain.sh145 prev=
479 prev=
548 prev=tag
554 prev=tag
1162 prev=
1477 prev=
1900 prev=
1973 prev=
1977 prev=
5843 prev=
[all …]
/PHP-7.0/main/
H A DSAPI.c604 if (current->prev) { in sapi_remove_header()
605 current->prev->next = next; in sapi_remove_header()
610 next->prev = current->prev; in sapi_remove_header()
612 l->tail = current->prev; in sapi_remove_header()
/PHP-7.0/ext/zip/lib/
H A Dzip_extra_field.c45 head = prev = NULL; in _zip_ef_clone()
56 if (prev) in _zip_ef_clone()
58 prev = def; in _zip_ef_clone()
75 prev = NULL; in _zip_ef_delete_by_id()
76 for (; ef; ef=(prev ? prev->next : head)) { in _zip_ef_delete_by_id()
81 if (prev) in _zip_ef_delete_by_id()
82 prev->next = ef->next; in _zip_ef_delete_by_id()
97 prev = ef; in _zip_ef_delete_by_id()
285 prev = NULL; in _zip_ef_remove_internal()
294 if (prev) in _zip_ef_remove_internal()
[all …]
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dqueue.c299 q->head->prev = NULL; in Q_PushHead()
307 n->prev = q->head; in Q_PushHead()
352 q->tail->prev = NULL; in Q_PushTail()
356 q->tail->prev = (datanode *)p; in Q_PushTail()
408 q->head->prev = NULL; in Q_PopHead()
442 p = q->tail->prev; in Q_PopTail()
512 if(q->cursor->prev == NULL) in Q_Previous()
515 q->cursor = (node *)q->cursor->prev; in Q_Previous()
539 p = ((node*)iter)->prev; in Q_Iter_Del()
557 n->prev = p; in Q_Iter_Del()
[all …]
/PHP-7.0/ext/xml/
H A Dcompat.c27 void *prev; member
/PHP-7.0/ext/standard/tests/array/
H A Dprev_basic.phpt2 Test prev() function : basic functionality
5 /* Prototype : mixed prev(array $array_arg)
11 * Test basic functionality of prev()
14 echo "*** Testing prev() : basic functionality ***\n";
19 var_dump(prev($array));
22 var_dump(prev($array));
25 var_dump(prev($array));
32 var_dump(prev($array2));
38 *** Testing prev() : basic functionality ***
H A Dprev_error1.phpt2 Test prev() function : error conditions - Pass incorrect number of arguments
5 /* Prototype : mixed prev(array $array_arg)
11 * Pass incorrect number of arguments to prev() to test behaviour
14 echo "*** Testing prev() : error conditions ***\n";
17 echo "\n-- Testing prev() function with Zero arguments --\n";
18 var_dump( prev() );
20 //Test prev with one more than the expected number of arguments
24 var_dump( prev($array_arg, $extra_arg) );
28 *** Testing prev() : error conditions ***
30 -- Testing prev() function with Zero arguments --
[all …]
H A Dprev_error2.phpt2 prev - ensure warning is received when passing an indirect temporary.
5 /* Prototype : mixed prev(array $array_arg)
11 * Pass temporary variables to prev() to test behaviour
21 var_dump(prev(f()));
H A Dprev_error3.phpt2 prev - ensure we cannot pass a temporary
5 /* Prototype : mixed prev(array $array_arg)
11 * Pass temporary variables to prev() to test behaviour
15 var_dump(prev(array(1, 2)));
H A Dprev_variation1.phpt2 Test prev() function : usage variation - Pass different data types as $array_arg
5 /* Prototype : mixed prev(array $array_arg)
11 * Pass different data types as $array_arg argument to prev() to test behaviour
14 echo "*** Testing prev() : variation ***\n";
85 // loop through each element of $inputs to check the behavior of prev()
89 var_dump( prev($input) );
97 *** Testing prev() : variation ***
121 Warning: prev() expects parameter 1 to be array, float given in %s on line %d
126 Warning: prev() expects parameter 1 to be array, float given in %s on line %d
146 Warning: prev() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dprev_variation2.phpt2 Test prev() function : usage variation - Multi-dimensional arrays
5 /* Prototype : mixed prev(array $array_arg)
11 * Test prev() when passed:
17 echo "*** Testing prev() : usage variations ***\n";
26 var_dump(prev($array_arg));
27 var_dump(prev($array_arg));
30 var_dump(prev($array_arg[0]));
34 *** Testing prev() : usage variations ***
H A Dbug35022.phpt8 for ( $contentDict = end( $state ); $contentDict !== false; $contentDict = prev( $state ) ) {
/PHP-7.0/ext/standard/
H A Dphp_array.h45 PHP_FUNCTION(prev);

Completed in 64 milliseconds

1234