Searched defs:function_ptr (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/ext/xml/
H A Dxml.c504 static zval *xml_call_handler(xml_parser *parser, zval *handler, zend_function *function_ptr, int argc, zval **argv) argument
529 /*fci.function_handler_cache = &function_ptr;*/
/PHP_TRUNK/Zend/
H A Dzend_API.c1218 ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_PARAMETERS)) /* {{{ */ argument
H A Dzend_compile.c2545 zend_function **function_ptr_ptr, *function_ptr; local
2550 function_ptr = *function_ptr_ptr;
2553 if (function_ptr &&
2554 function_ptr->common.function_name &&
2555 function_ptr->common.type == ZEND_USER_FUNCTION &&
2556 !ARG_SHOULD_BE_SENT_BY_REF(function_ptr, (zend_uint) offset)) {
2560 function_ptr->common.function_name);
2567 if (function_ptr) {
2568 if (ARG_MAY_BE_SENT_BY_REF(function_ptr, (zend_uint) offset)) {
2581 send_by_reference = ARG_SHOULD_BE_SENT_BY_REF(function_ptr, (zend_uin
[all...]

Completed in 21 milliseconds