Home
last modified time | relevance | path

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

/PHP-7.4/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.frag37 Zend/zend_execute.lo: $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.h
H A Dzend_execute.h40 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value);
H A DZend.m4202 [If building zend_execute.lo fails, try this switch])],
H A Dzend.c1679 zend_execute(op_array, retval); in zend_execute_scripts()
H A Dzend_execute_API.c1095 zend_execute(new_op_array, &local_retval); in zend_eval_stringl()
H A Dzend_vm_execute.h57591 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value) function
/PHP-7.4/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-7.4/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-7.4/ext/spl/
H A Dphp_spl.c292 zend_execute(new_op_array, &result); in spl_autoload()
/PHP-7.4/
H A Dconfigure.ac985 Zend/zend_execute.c Zend/zend_exceptions.c \
1515 PHP_ADD_SOURCES_X(Zend, zend_execute.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,PHP_GLOBAL_OBJS,,$flag)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c896 zend_execute(PHPDBG_G(ops), &PHPDBG_G(retval)); in PHPDBG_COMMAND()
H A Dphpdbg_bp.c1129 zend_execute(bp->ops, &retval); in phpdbg_find_conditional_breakpoint()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4307 zend_execute(op_array, NULL); in preload_autoload()
4372 zend_execute(op_array, NULL); in accel_preload()
/PHP-7.4/ext/phar/
H A Dphar_object.c263 zend_execute(new_op_array, &result); in phar_file_action()

Completed in 186 milliseconds