Home
last modified time | relevance | path

Searched refs:zend_vm_stack_push_nocheck (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_execute.h226 static zend_always_inline void zend_vm_stack_push_nocheck(void *ptr TSRMLS_DC) in zend_vm_stack_push_nocheck() function
H A Dzend_execute_API.c862 zend_vm_stack_push_nocheck((void *) (zend_uintptr_t)i TSRMLS_CC); in zend_call_function()
899 zend_vm_stack_push_nocheck(param TSRMLS_CC); in zend_call_function()
903 zend_vm_stack_push_nocheck((void*)(zend_uintptr_t)fci->param_count TSRMLS_CC); in zend_call_function()

Completed in 10 milliseconds