php-src/Zend
2020-06-25 23:32:40 +02:00
..
tests Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
bench.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
LICENSE
Makefile.frag Clean up the generation of the parsers 2020-02-01 14:21:53 +01:00
micro_bench.php Apply tidy formatting 2020-02-03 13:41:31 +01:00
README.md
zend_alloc_sizes.h
zend_alloc.c Add crude memory limit to tracked alloc 2020-04-21 10:44:15 +02:00
zend_alloc.h fix cross compilation failure due to size_t typecast in define 2020-01-30 15:51:54 +01:00
zend_API.c Make zend_argument_error_variadic static 2020-06-09 00:42:48 +02:00
zend_API.h Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
zend_arena.h
zend_ast.c Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
zend_ast.h Implement "Constructor Promotion" RFC 2020-06-05 15:15:51 +02:00
zend_attributes.c Fix free of uninitialized memory in attributes 2020-06-07 10:27:15 +02:00
zend_attributes.h Free attribute validators on shutdown 2020-06-05 10:36:35 +02:00
zend_bitset.h
zend_build.h
zend_builtin_functions_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
zend_builtin_functions.c Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
zend_builtin_functions.h
zend_builtin_functions.stub.php Annotate internal functions with the mixed type 2020-05-25 17:30:57 +02:00
zend_closures_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
zend_closures.c Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
zend_closures.h
zend_closures.stub.php Annotate internal functions with the mixed type 2020-05-25 17:30:57 +02:00
zend_compile.c Use ZEND_TOSTRING_FUNC_NAME 2020-06-18 17:06:19 +02:00
zend_compile.h Add flag to forbid dynamic property creation on internal classes 2020-06-24 11:52:36 +02:00
zend_config.w32.h Drop duplicate definitions of zend_isnan and friends 2019-12-08 14:55:26 +01:00
zend_constants.c Don't index NULL pointer when fetching non-existent constant 2020-01-28 11:20:57 +01:00
zend_constants.h Add support for deprecating constants 2020-01-17 10:05:06 +01:00
zend_cpuinfo.c
zend_cpuinfo.h
zend_default_classes.c Add Attributes 2020-06-04 18:19:49 +02:00
zend_dtrace.c
zend_dtrace.d
zend_dtrace.h
zend_errors.h Use clean shutdown on uncaught exception 2019-10-11 12:41:15 +02:00
zend_exceptions_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
zend_exceptions.c Add zend_call_known_function() API family 2020-06-09 16:21:54 +02:00
zend_exceptions.h Pass zend_string message to zend_error_cb 2020-06-05 09:54:02 +02:00
zend_exceptions.stub.php Ensure Exception::getFile/getLine return type is correct 2020-05-28 14:19:47 +02:00
zend_execute_API.c More efficient check for valid class name 2020-06-10 14:50:35 +02:00
zend_execute.c A helper to trace executed source lines 2020-06-10 00:13:39 +03:00
zend_execute.h Cleanup SPL autoload implementation 2020-06-10 09:38:47 +02:00
zend_extensions.c
zend_extensions.h
zend_float.c Revert "Fix #79595: zend_init_fpu() alters FPU precision" 2020-05-22 16:57:14 +02:00
zend_float.h Fix #79595: zend_init_fpu() alters FPU precision 2020-05-26 17:19:54 +02:00
zend_gc.c Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() check 2020-06-15 14:26:22 +03:00
zend_gc.h Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() check 2020-06-15 14:26:22 +03:00
zend_gdb.c
zend_gdb.h
zend_generators_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
zend_generators.c Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
zend_generators.h Add helper APIs for get_gc implementations 2020-04-27 10:48:22 +02:00
zend_generators.stub.php Annotate internal functions with the mixed type 2020-05-25 17:30:57 +02:00
zend_globals_macros.h
zend_globals.h Cleanup SPL autoload implementation 2020-06-10 09:38:47 +02:00
zend_hash.c Make sorting stable 2020-06-25 10:49:34 +02:00
zend_hash.h Don't leak attributes on internal classes 2020-06-05 10:29:49 +02:00
zend_highlight.c
zend_highlight.h
zend_inheritance.c Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
zend_inheritance.h
zend_ini_parser.y Merge branch 'PHP-7.4' 2020-05-14 14:16:22 +02:00
zend_ini_scanner.h
zend_ini_scanner.l Fixed bug #79244 (php crashes during parsing INI file). (Laruence) 2020-02-10 13:01:51 +08:00
zend_ini.c Merge branch 'PHP-7.4' 2020-06-10 11:21:13 +08:00
zend_ini.h Add macro to get ini target address 2020-04-27 10:30:00 +02:00
zend_interfaces_arginfo.h Introduce InternalIterator 2020-06-24 15:31:41 +02:00
zend_interfaces.c Don't use iterator_funcs_ptr if it is null 2020-06-25 10:30:40 +02:00
zend_interfaces.h Introduce InternalIterator 2020-06-24 15:31:41 +02:00
zend_interfaces.stub.php Introduce InternalIterator 2020-06-24 15:31:41 +02:00
zend_istdiostream.h
zend_iterators.c Fix [-Wmissing-field-initializers] compiler warning in zend_iterator 2020-02-10 11:46:19 +01:00
zend_iterators.h
zend_language_parser.y Forbid use of <?= as a semi-reserved identifier 2020-06-19 09:29:58 +02:00
zend_language_scanner.h Forbid use of <?= as a semi-reserved identifier 2020-06-19 09:29:58 +02:00
zend_language_scanner.l Don't include trailing newline in comment token 2020-06-25 11:25:22 +02:00
zend_list.c Make zend_list_free return void 2020-04-15 11:01:12 +02:00
zend_list.h Make zend_list_free return void 2020-04-15 11:01:12 +02:00
zend_llist.c Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
zend_llist.h Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
zend_long.h Use supported printf format on Win64 2020-05-11 10:49:44 +02:00
zend_map_ptr.h Perform map ptr base arithmetic through uintptr_t 2020-01-28 11:24:04 +01:00
zend_modules.h
zend_multibyte.c
zend_multibyte.h
zend_multiply.h
zend_object_handlers.c Add flag to forbid dynamic property creation on internal classes 2020-06-24 11:52:36 +02:00
zend_object_handlers.h Make cast_object handler required 2020-03-31 14:37:49 +02:00
zend_objects_API.c
zend_objects_API.h
zend_objects.c Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() check 2020-06-15 14:26:22 +03:00
zend_objects.h
zend_opcode.c Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
zend_operators.c Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
zend_operators.h Fix [-Wundef] warning in Zend folder 2020-05-12 22:01:51 +02:00
zend_portability.h Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
zend_ptr_stack.c
zend_ptr_stack.h
zend_range_check.h
zend_signal.c Suppress zend signals check in two readline tests 2020-06-17 17:13:01 +02:00
zend_signal.h
zend_smart_str_public.h
zend_smart_str.c
zend_smart_str.h
zend_smart_string_public.h
zend_smart_string.h
zend_sort.c Remove zend_qsort 2020-05-12 16:57:53 +02:00
zend_sort.h Remove zend_qsort 2020-05-12 16:57:53 +02:00
zend_stack.c
zend_stack.h
zend_stream.c Fix #79514: Memory leaks while including unexistent file 2020-04-24 18:14:53 +02:00
zend_stream.h
zend_string.c Add zend_string_concat2 API 2020-04-14 17:18:05 +02:00
zend_string.h Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() check 2020-06-15 14:26:22 +03:00
zend_strtod_int.h Drop unnecessary stdint and inttypes header checks 2020-04-22 20:18:19 +02:00
zend_strtod.c Revert "Revert "Merge branch 'PHP-7.4'"" 2020-05-20 14:11:42 +02:00
zend_strtod.h
zend_ts_hash.c Use separate typedef for bucket comparison function 2020-03-04 12:46:06 +01:00
zend_ts_hash.h Use separate typedef for bucket comparison function 2020-03-04 12:46:06 +01:00
zend_type_info.h MAY_BE_INDIRECT inference 2020-06-18 18:54:32 +03:00
zend_types.h Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
zend_variables.c
zend_variables.h
zend_virtual_cwd.c Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
zend_virtual_cwd.h
zend_vm_def.h Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() check 2020-06-15 14:26:22 +03:00
zend_vm_execute.h Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() check 2020-06-15 14:26:22 +03:00
zend_vm_execute.skl Fix several mostly Windows related phpdbg bugs 2020-05-26 17:45:25 +02:00
zend_vm_gen.php [ci skip] Various typo fixes in stub comments and CHANGES file 2020-06-25 23:32:40 +02:00
zend_vm_handlers.h Revert "Fetch for read in nested property assignments" 2020-03-18 14:54:43 +01:00
zend_vm_opcodes.c Revert "Fetch for read in nested property assignments" 2020-03-18 14:54:43 +01:00
zend_vm_opcodes.h
zend_vm_trace_handlers.h
zend_vm_trace_lines.h A helper to trace executed source lines 2020-06-10 00:13:39 +03:00
zend_vm_trace_map.h Fixed typecast 2020-05-22 12:36:52 +03:00
zend_vm.h
zend_weakrefs_arginfo.h Introduce InternalIterator 2020-06-24 15:31:41 +02:00
zend_weakrefs.c Introduce InternalIterator 2020-06-24 15:31:41 +02:00
zend_weakrefs.h
zend_weakrefs.stub.php Introduce InternalIterator 2020-06-24 15:31:41 +02:00
zend.c Merge branch 'PHP-7.4' 2020-06-18 10:16:47 +02:00
zend.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
Zend.m4 Clean up some unused code (and fix some comments) in build scripts 2020-06-19 22:04:52 +02:00

Zend Engine

Zend memory manager

General

The goal of the new memory manager (available since PHP 5.2) is to reduce memory allocation overhead and speedup memory management.

Debugging

Normal:

sapi/cli/php -r 'leak();'

Zend MM disabled:

USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'

Shared extensions

Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so that valgrind can correctly track the memory leaks in shared extensions. For this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then DL_UNLOAD() is skipped during the shutdown of shared extensions.

ZEND_VM

ZEND_VM architecture allows specializing opcode handlers according to op_type fields and using different execution methods (call threading, switch threading and direct threading). As a result ZE2 got more than 20% speedup on raw PHP code execution (with specialized executor and direct threading execution method). As in most PHP applications raw execution speed isn't the limiting factor but system calls and database calls are, your mileage with this patch will vary.

Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can find opcode handlers and helpers. The typical opcode handler template looks like this:

ZEND_VM_HANDLER(<OPCODE-NUMBER>, <OPCODE>, <OP1_TYPES>, <OP2_TYPES>)
{
    <HANDLER'S CODE>
}

<OPCODE-NUMBER> is a opcode number (0, 1, ...) <OPCODE> is an opcode name (ZEN_NOP, ZEND_ADD, :) <OP1_TYPES> and <OP2_TYPES> are masks for allowed operand op_types. Specializer will generate code only for defined combination of types. You can use any combination of the following op_types UNUSED, CONST, VAR, TMP and CV also you can use ANY mask to disable specialization according operand's op_type. <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the same as in old zend_execute.c, but now it uses macros to access opcode operands and some internal executor data.

You can see the conformity of new macros to old code in the following list:

EXECUTE_DATA
    execute_data
ZEND_VM_DISPATCH_TO_HANDLER(<OP>)
    return <OP>_helper(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)
ZEND_VM_DISPATCH_TO_HELPER(<NAME>)
    return <NAME>(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)
ZEND_VM_DISPATCH_TO_HELPER_EX(<NAME>,<PARAM>,<VAL>)
    return <NAME>(<VAL>, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)
ZEND_VM_CONTINUE()
    return 0
ZEND_VM_NEXT_OPCODE()
    NEXT_OPCODE()
ZEND_VM_SET_OPCODE(<TARGET>
    SET_OPCODE(<TARGET>
ZEND_VM_INC_OPCODE()
    INC_OPCOD()
ZEND_VM_RETURN_FROM_EXECUTE_LOOP()
    RETURN_FROM_EXECUTE_LOOP()
ZEND_VM_C_LABEL(<LABEL>):
    <LABEL>:
ZEND_VM_C_GOTO(<LABEL>)
    goto <LABEL>
OP<X>_TYPE
    opline->op<X>.op_type
GET_OP<X>_ZVAL_PTR(<TYPE>)
    get_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
GET_OP<X>_ZVAL_PTR_PTR(<TYPE>)
    get_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
GET_OP<X>_OBJ_ZVAL_PTR(<TYPE>)
    get_obj_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
GET_OP<X>_OBJ_ZVAL_PTR_PTR(<TYPE>)
    get_obj_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
IS_OP<X>_TMP_FREE()
    IS_TMP_FREE(free_op<X>)
FREE_OP<X>()
    FREE_OP(free_op<X>)
FREE_OP<X>_IF_VAR()
    FREE_VAR(free_op<X>)
FREE_OP<X>_VAR_PTR()
    FREE_VAR_PTR(free_op<X>)

Executor's helpers can be defined without parameters or with one parameter. This is done with the following constructs:

ZEND_VM_HELPER(<HELPER-NAME>, <OP1_TYPES>, <OP2_TYPES>)
{
    <HELPER'S CODE>
}

ZEND_VM_HELPER_EX(<HELPER-NAME>, <OP1_TYPES>, <OP2_TYPES>, <PARAM_SPEC>)
{
    <HELPER'S CODE>
}

Executor's code is generated by PHP script zend_vm_gen.php it uses zend_vm_def.h and zend_vm_execute.skl as input and produces zend_vm_opcodes.h and zend_vm_execute.h. The first file is a list of opcode definitions. It is included from zend_compile.h. The second one is an executor code itself. It is included from zend_execute.c.

zend_vm_gen.php can produce different kind of executors. You can select different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can disable opcode specialization using --without-specializer. You can include or exclude old executor together with specialized one using --without-old-executor. At last you can debug executor using original zend_vm_def.h or generated file zend_vm_execute.h. Debugging with original file requires --with-lines option. By default ZE2 uses the following command to generate executor:

php zend_vm_gen.php --with-vm-kind=CALL