Home
last modified time | relevance | path

Searched refs:do_bind_function (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_compile.h740 ZEND_API int do_bind_function(const zend_op_array *op_array, const zend_op *opline, HashTable *func…
H A Dzend_compile.c1058 ZEND_API int do_bind_function(const zend_op_array *op_array, const zend_op *opline, HashTable *func… in do_bind_function() function
1188 if (do_bind_function(CG(active_op_array), opline, CG(function_table), 1) == FAILURE) { in zend_do_early_binding()
H A Dzend_vm_def.h7048 do_bind_function(&EX(func)->op_array, opline, EG(function_table), 0);
H A Dzend_vm_execute.h1623 do_bind_function(&EX(func)->op_array, opline, EG(function_table), 0);

Completed in 200 milliseconds