Home
last modified time | relevance | path

Searched defs:op_array (Results 51 – 65 of 65) sorted by relevance

123

/PHP-8.2/Zend/Optimizer/
H A Dzend_cfg.h103 #define CRT_CONSTANT_EX(op_array, opline, node) \ argument
/PHP-8.2/ext/zend_test/
H A Dobserver.c259 void declared_function_observer(zend_op_array *op_array, zend_string *name) { in declared_function_observer()
H A Dtest.c246 zend_op_array *op_array = NULL; in ZEND_FUNCTION() local
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c601 const zend_op_array *op_array = &ex->func->op_array; in phpdbg_skip_line_helper() local
646 const zend_op_array *op_array = &ex->func->op_array; in phpdbg_seek_to_end() local
H A Dphpdbg_utils.c615 zend_op_array *op_array = &execute_data->func->op_array; in phpdbg_check_caught_ex() local
H A Dphpdbg.c443 static void phpdbg_oplog_fill_executable(zend_op_array *op_array, HashTable *insert_ht, bool by_opc… in phpdbg_oplog_fill_executable()
/PHP-8.2/Zend/
H A Dzend_observer.c305 ZEND_API void ZEND_FASTCALL _zend_observer_function_declared_notify(zend_op_array *op_array, zend_s… in _zend_observer_function_declared_notify()
H A Dzend_generators.c115 zend_op_array *op_array = &execute_data->func->op_array; in zend_generator_cleanup_unfinished_execution() local
H A Dzend.c1870 zend_op_array *op_array = zend_compile_file(file_handle, type); in zend_execute_script() local
H A Dzend_inheritance.c2906 zend_op_array *op_array, *new_op_array; in zend_lazy_class_load() local
H A Dzend_vm_execute.h62725 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value)
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c458 static void zend_file_cache_serialize_op_array(zend_op_array *op_array,
1307 static void zend_file_cache_unserialize_op_array(zend_op_array *op_array,
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c30 … zend_function* ZEND_FASTCALL _zend_jit_init_func_run_time_cache(zend_op_array *op_array) /* {{{ */ in _zend_jit_init_func_run_time_cache()
41 …op_array* ZEND_FASTCALL zend_jit_init_func_run_time_cache_helper(zend_op_array *op_array) /* {{{ */ in zend_jit_init_func_run_time_cache_helper()
1839 static void ZEND_FASTCALL zend_jit_verify_return_slow(zval *arg, const zend_op_array *op_array, zen… in zend_jit_verify_return_slow()
/PHP-8.2/main/
H A Dmain.c2645 zend_op_array *op_array; in php_lint_script() local
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c589 static zend_op *get_recv_op(zend_op_array *op_array, uint32_t offset) in get_recv_op()
607 static zval *get_default_from_recv(zend_op_array *op_array, uint32_t offset) { in get_default_from_recv()

Completed in 275 milliseconds

123