Home
last modified time | relevance | path

Searched refs:zend_execute (Results 1 – 18 of 18) sorted by relevance

/PHP-8.2/Zend/
H A DREADME.md41 Most parts of the old zend_execute.c go into `zend_vm_def.h`. Here you can find
59 same as in old `zend_execute.c`, but now it uses macros to access opcode
126 code itself. It is included from `zend_execute.c`.
H A DMakefile.frag44 Zend/zend_execute.lo: $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.h
H A Dzend_execute.h47 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value);
H A Dzend.c1877 zend_execute(op_array, retval); in zend_execute_script()
H A Dzend_execute_API.c1320 zend_execute(new_op_array, &local_retval); in zend_eval_stringl()
H A Dzend_vm_execute.h62725 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value) function
/PHP-8.2/Zend/tests/type_declarations/iterable/
H A Dor_null.phpt6 // This should test every branch in zend_execute.c's `zend_verify_arg_type`, `zend_verify_return_ty…
/PHP-8.2/
H A DCODEOWNERS43 /Zend/zend_execute.* @dstogov
H A Dconfigure.ac1053 Zend/zend_execute.c Zend/zend_exceptions.c \
1733 zend_list.c zend_builtin_functions.c zend_attributes.c zend_execute.c \
/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-sapi.c274 zend_execute(op_array, NULL); in fuzzer_do_request_from_buffer()
/PHP-8.2/Zend/tests/typehints/
H A Dor_null.phpt6 // This should test every branch in zend_execute.c's `zend_verify_arg_type`, `zend_verify_return_ty…
/PHP-8.2/ext/spl/
H A Dphp_spl.c277 zend_execute(new_op_array, &result); in spl_autoload()
/PHP-8.2/win32/build/
H A Dconfig.w32240 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c zend_weakrefs.c \
/PHP-8.2/ext/zend_test/
H A Dtest.c255 zend_execute(op_array, &retval); in ZEND_FUNCTION()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_prompt.c884 zend_execute(PHPDBG_G(ops), &PHPDBG_G(retval)); in PHPDBG_COMMAND()
H A Dphpdbg_bp.c1122 zend_execute(bp->ops, &retval); in phpdbg_find_conditional_breakpoint()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4363 zend_execute(op_array, NULL);
/PHP-8.2/ext/phar/
H A Dphar_object.c263 zend_execute(new_op_array, &result); in phar_file_action()

Completed in 240 milliseconds