Home
last modified time | relevance | path

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

/PHP-8.1/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.frag48 Zend/zend_execute.lo: $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.h
H A Dzend_execute.h45 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value);
H A Dzend_execute_API.c1253 zend_execute(new_op_array, &local_retval); in zend_eval_stringl()
H A Dzend.c1857 zend_execute(op_array, retval); in zend_execute_scripts()
H A Dzend_vm_execute.h60161 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value) function
/PHP-8.1/sapi/fuzzer/
H A Dfuzzer-sapi.c261 zend_execute(op_array, NULL); in fuzzer_do_request_from_buffer()
/PHP-8.1/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.1/ext/spl/
H A Dphp_spl.c275 zend_execute(new_op_array, &result); in spl_autoload()
/PHP-8.1/win32/build/
H A Dconfig.w32238 zend_default_classes.c zend_execute.c zend_strtod.c zend_gc.c zend_closures.c zend_weakrefs.c \
/PHP-8.1/
H A Dconfigure.ac998 Zend/zend_execute.c Zend/zend_exceptions.c \
1658 zend_list.c zend_builtin_functions.c zend_attributes.c zend_execute.c \
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c885 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.1/ext/phar/
H A Dphar_object.c263 zend_execute(new_op_array, &result); in phar_file_action()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c4421 zend_execute(op_array, NULL);

Completed in 383 milliseconds