Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/ldap/tests/
H A Dldap_modify_basic.phpt18 "top",
55 string(3) "top"
H A Dldap_add_error.phpt39 "top",
52 0 => "top",
69 "top",
H A Dldap_errno_basic.phpt16 "top",
H A Dldap_error_basic.phpt16 "top",
H A Dldap_delete_basic.phpt16 "top",
H A Dldap_get_attributes_basic.phpt36 string(3) "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.5/ext/wddx/
H A Dwddx.c96 int top, max; member
177 stack->top = 0; in wddx_stack_init()
197 return stack->top++; in wddx_stack_push()
205 if (stack->top > 0) { in wddx_stack_top()
219 if (stack->top == 0) { in wddx_stack_is_empty()
928 if (stack->top == 0) { in php_wddx_pop_element()
941 stack->top--; in php_wddx_pop_element()
975 if (stack->top > 1) { in php_wddx_pop_element()
976 stack->top--; in php_wddx_pop_element()
1050 stack->top--; in php_wddx_pop_element()
[all …]
/PHP-5.5/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
H A Dzend_objects_API.h53 zend_uint top; member
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_bottom_pass_float.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_integer.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_array.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_null.phpt9 $list->push("top");
H A Ddllist_004.phpt26 echo $stack->top()."\n";
H A Ddllist_005.phpt26 echo $queue->top()."\n";
H A Ddllist_001.phpt30 echo $dll->top()."\n";
/PHP-5.5/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-5.5/ext/json/
H A DJSON_parser.h15 int top; member
/PHP-5.5/ext/oci8/tests/
H A Ddefine6.phpt74 echo "Test 4 - define before top level execute\n";
131 Test 4 - define before top level execute
/PHP-5.5/tests/output/
H A Dob_implicit_flush_basic_002.phpt20 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
/PHP-5.5/ext/spl/
H A Dspl_heap.c279 spl_ptr_heap_element top; in spl_ptr_heap_delete_top() local
286 top = heap->elements[0]; in spl_ptr_heap_delete_top()
311 heap->dtor(top TSRMLS_CC); in spl_ptr_heap_delete_top()
312 return top; in spl_ptr_heap_delete_top()
747 SPL_METHOD(SplPriorityQueue, top) in SPL_METHOD() argument
834 SPL_METHOD(SplHeap, top) in SPL_METHOD() argument
1184 SPL_ME(SplPriorityQueue, top, arginfo_splheap_void, ZEND_ACC_PUBLIC)
1200 SPL_ME(SplHeap, top, arginfo_splheap_void, ZEND_ACC_PUBLIC)

Completed in 36 milliseconds

12345