Home
last modified time | relevance | path

Searched refs:top (Results 26 – 50 of 116) sorted by relevance

12345

/PHP-5.6/ext/ldap/tests/
H A Dldap_modify_basic.phpt18 "top",
53 string(3) "top"
H A Dldap_add_basic.phpt18 "top",
51 string(3) "top"
H A Dldap_add_error.phpt39 "top",
52 0 => "top",
69 "top",
H A Dldap_errno_basic.phpt16 "top",
H A Dconnect.inc31 "top",
41 "top",
H A Dldap_error_basic.phpt16 "top",
H A Dldap_get_attributes_basic.phpt36 string(3) "top"
H A Dldap_delete_basic.phpt16 "top",
H A Dldap_get_entries_basic.phpt42 string(3) "top"
H A Dldap_read_basic.phpt43 string(3) "top"
H A Dldap_mod_add_basic.phpt49 string(3) "top"
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c58 int top, max, persistent; member
117 stack->top = 0; in sapi_stack_init_ex()
137 return stack->top++; in sapi_stack_push()
140 if(stack->top == 0) { in sapi_stack_pop()
144 return stack->elements[--stack->top]; in sapi_stack_pop()
159 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_all()
164 for (i=0; i<stack->top; i++) { in sapi_stack_apply_with_argument_all()
179 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_stop_if_equals()
186 for (i=0; i<stack->top; i++) { in sapi_stack_apply_with_argument_stop_if_equals()
202 for (i=stack->top-1; i>=0; i--) { in sapi_stack_apply_with_argument_stop_if_http_error()
[all …]
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_cmd.h68 phpdbg_param_t *top; member
82 (v)->top = NULL; \
136 …onst phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdbg_param_t **top, char **why);
/PHP-5.6/Zend/
H A Dzend_objects_API.c33 objects->top = 1; /* Skip 0 so that handles are true */ in zend_objects_store_init()
49 for (i = 1; i < objects->top ; i++) { in zend_objects_store_call_destructors()
78 for (i = 1; i < objects->top ; i++) { in zend_objects_store_mark_destructed()
89 for (i = 1; i < objects->top ; i++) { in zend_objects_store_free_object_storage()
116 if (EG(objects_store).top == EG(objects_store).size) { in zend_objects_store_put()
120 handle = EG(objects_store).top++; in zend_objects_store_put()
H A Dzend_stack.h26 int top, max; member
/PHP-5.6/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_pass_integer.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_float.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_null.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_array.phpt9 $list->push("top");
H A Ddllist_004.phpt26 echo $stack->top()."\n";
H A Ddllist_005.phpt26 echo $queue->top()."\n";
/PHP-5.6/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-5.6/ext/wddx/
H A Dwddx.c96 int top, max; member
175 stack->top = 0; in wddx_stack_init()
195 return stack->top++; in wddx_stack_push()
203 if (stack->top > 0) { in wddx_stack_top()
217 if (stack->top == 0) { in wddx_stack_is_empty()
943 if (stack->top == 0) { in php_wddx_pop_element()
956 stack->top--; in php_wddx_pop_element()
994 if (stack->top > 1) { in php_wddx_pop_element()
995 stack->top--; in php_wddx_pop_element()
1076 stack->top--; in php_wddx_pop_element()
[all …]
/PHP-5.6/ext/json/
H A DJSON_parser.h15 int top; member
/PHP-5.6/ext/oci8/tests/
H A Ddefine6.phpt74 echo "Test 4 - define before top level execute\n";
131 Test 4 - define before top level execute

Completed in 45 milliseconds

12345