php-src/Zend
Nikita Popov b429228420 Remove zend_locale_sprintf_double()
This function is unused, and also not particularly useful now that
PHP no longer prints doubles in a locale-sensitive way unless
someone really goes out of their way to force it.
2021-01-14 12:13:34 +01:00
..
tests Merge branch 'PHP-8.0' 2021-01-14 10:04:47 +01: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.c Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
zend.h Next is 8.0.2 2020-12-15 10:30:55 -03:00
Zend.m4 Merge branch 'PHP-8.0' 2020-11-25 11:48:51 +01:00
zend_alloc.c Fix ubsan error on Mac 2020-12-16 21:24:31 -07:00
zend_alloc.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_alloc_sizes.h
zend_API.c Merge branch 'PHP-8.0' 2021-01-12 10:15:13 +01:00
zend_API.h Remove Z_PARAM separate params where they don't make sense 2021-01-14 11:58:08 +01:00
zend_arena.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_ast.c Remove the duplicate line in zend_ast.c 2020-09-11 09:51:44 +02:00
zend_ast.h Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
zend_attributes.c Don't use scope when validating Attribute 2020-12-01 11:49:27 +01:00
zend_attributes.h Honor strict_types=1 for attributes, improve backtraces 2020-09-27 10:42:58 +02:00
zend_attributes.stub.php Implement Attribute Amendments. 2020-06-29 10:45:51 +02:00
zend_attributes_arginfo.h Implement Attribute Amendments. 2020-06-29 10:45:51 +02:00
zend_bitset.h decbin/decoct/dechex optimization. 2020-09-08 10:34:29 +03:00
zend_build.h
zend_builtin_functions.c Remove some INDIRECT handling in VM 2021-01-06 12:46:31 +01:00
zend_builtin_functions.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_builtin_functions.stub.php Remove some incorrect mixed parameter types 2020-11-21 23:17:35 +01:00
zend_builtin_functions_arginfo.h Remove some incorrect mixed parameter types 2020-11-21 23:17:35 +01:00
zend_closures.c Use Z_PARAM_OBJ macros when zval isn't needed 2021-01-02 16:10:14 -05:00
zend_closures.h Cleanup argument handling in ext/reflection 2020-07-24 17:47:42 +02:00
zend_closures.stub.php Zend parameter renames amendment 2020-09-29 11:04:09 +02:00
zend_closures_arginfo.h Zend parameter renames amendment 2020-09-29 11:04:09 +02:00
zend_compile.c Merge branch 'PHP-8.0' 2021-01-14 10:04:47 +01:00
zend_compile.h Make constexpr compilation robust against multiple compilation 2020-09-27 11:24:22 +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 Make constant redeclaration a warning 2020-09-21 17:04:39 +02:00
zend_constants.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_cpuinfo.c Merge branch 'PHP-7.4' into PHP-8.0 2020-11-27 17:04:50 +01:00
zend_cpuinfo.h Don't mark cpu_supports functions as always inline 2020-12-01 10:22:36 +01:00
zend_default_classes.c Add Attributes 2020-06-04 18:19:49 +02:00
zend_dtrace.c Introduce error notification callbacks that are run independant of zend_error_cb 2020-07-17 15:08:11 +02:00
zend_dtrace.d
zend_dtrace.h Introduce error notification callbacks that are run independant of zend_error_cb 2020-07-17 15:08:11 +02:00
zend_errors.h Use clean shutdown on uncaught exception 2019-10-11 12:41:15 +02:00
zend_exceptions.c Make convert_to_*_ex simple aliases of convert_to_* 2021-01-14 12:11:11 +01:00
zend_exceptions.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_exceptions.stub.php Require stubs to declare return types for magic methods when possible 2020-10-23 16:33:16 +02:00
zend_exceptions_arginfo.h Require stubs to declare return types for magic methods when possible 2020-10-23 16:33:16 +02:00
zend_execute.c Merge branch 'PHP-8.0' 2021-01-12 10:15:13 +01:00
zend_execute.h Revert "Change calling convention of zval_update_constant[_ex]() to fastcall." 2020-10-09 15:06:12 +02:00
zend_execute_API.c Merge branch 'PHP-8.0' 2020-12-15 10:15:52 +01:00
zend_extensions.c Check linker compatibility directly from HMODULE 2020-09-21 16:25:31 +02:00
zend_extensions.h Add const modifier for zend_extension members 2020-12-01 10:40:26 +01:00
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 PHP array cannot refer to EG(symbol_table) any more. Replace corresponding checks by ZEND_ASSERT(). 2021-01-11 18:26:01 +03:00
zend_gc.h EXTERN_C wrapping for GC buffer APIs 2020-12-10 17:15:19 +08:00
zend_gdb.c Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_gdb.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_generators.c Remove some INDIRECT handling in VM 2021-01-06 12:46:31 +01:00
zend_generators.h Remove unused single.leaf member 2020-10-22 10:42:26 +02:00
zend_generators.stub.php Annotate internal functions with the mixed type 2020-05-25 17:30:57 +02:00
zend_generators_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
zend_globals.h Remove CG(filenames_table) 2020-09-03 11:33:54 +02:00
zend_globals_macros.h
zend_hash.c Merge branch 'PHP-7.4' into PHP-8.0 2020-10-12 11:25:27 +02:00
zend_hash.h fix zend_hash_get_current_key_type_ex proto 2020-09-10 12:40:47 +02:00
zend_highlight.c
zend_highlight.h Accept zend_string in highlight_string API 2020-10-22 14:35:40 +02:00
zend_inheritance.c Fix infinite recursion in unlinked_instanceof 2021-01-05 13:03:41 +01:00
zend_inheritance.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_ini.c Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_ini.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_ini_parser.y Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_ini_scanner.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_ini_scanner.l Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_interfaces.c Remove unnecessary check 2020-09-21 14:56:14 +02:00
zend_interfaces.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_interfaces.stub.php Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
zend_interfaces_arginfo.h Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
zend_istdiostream.h
zend_iterators.c Add get_gc handle for object iterators 2020-07-01 15:17:22 +02:00
zend_iterators.h Add get_gc handle for object iterators 2020-07-01 15:17:22 +02:00
zend_language_parser.y Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
zend_language_scanner.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_language_scanner.l Fix lexing of zero octal followed by whitespace 2021-01-05 12:25:19 +01:00
zend_list.c Assert on unknown list entry type 2020-09-21 14:58:23 +02:00
zend_list.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +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 Prepare for PHP 8.1 2020-10-09 11:37:27 +02:00
zend_multibyte.c Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_multibyte.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_multiply.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_object_handlers.c Fix leak when setting dynamic property on generator 2020-10-16 16:58:27 +02:00
zend_object_handlers.h Fix #51758: delete an outdated comment from zend_object_handler.h [ci skip] 2021-01-14 09:50:00 +01:00
zend_objects.c Review the usage of apostrophes in error messages 2020-07-10 21:05:28 +02:00
zend_objects.h
zend_objects_API.c
zend_objects_API.h Use ZEND_TYPE_IS_SET() when checking for property types 2019-09-23 16:53:54 +02:00
zend_observer.c Fire open observer end handlers after a zend_bailout 2020-11-16 15:12:57 -08:00
zend_observer.h Fire open observer end handlers after a zend_bailout 2020-11-16 15:12:57 -08:00
zend_opcode.c Don't intern compiled_filename 2020-09-03 12:31:23 +02:00
zend_operators.c Remove zend_locale_sprintf_double() 2021-01-14 12:13:34 +01:00
zend_operators.h Remove zend_locale_sprintf_double() 2021-01-14 12:13:34 +01:00
zend_portability.h X86: Fast CRC32 computation using PCLMULQDQ instruction 2020-09-02 15:10:41 +02:00
zend_ptr_stack.c
zend_ptr_stack.h
zend_range_check.h
zend_signal.c Merge branch 'PHP-7.4' into PHP-8.0 2020-12-15 10:15:47 +01:00
zend_signal.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_smart_str.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
zend_smart_str.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
zend_smart_str_public.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
zend_smart_string.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
zend_smart_string_public.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
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 Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_stack.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_stream.c Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_stream.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_string.c Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_string.h PDO MySQL: Use mysqlnd column names 2020-12-16 15:17:13 +01:00
zend_strtod.c Implement Explicit octal notation for integers RFC 2021-01-04 21:09:23 +01:00
zend_strtod.h
zend_strtod_int.h Drop unnecessary stdint and inttypes header checks 2020-04-22 20:18:19 +02:00
zend_system_id.c Add system ID entropy API 2020-09-18 14:26:44 -07:00
zend_system_id.h Add system ID entropy API 2020-09-18 14:26:44 -07:00
zend_ts_hash.c Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_ts_hash.h Fix incorrect/unused macro 2020-09-06 13:05:02 -04:00
zend_type_info.h Infer information about packed/hash arrays and use it for JIT 2020-08-25 18:28:23 +03:00
zend_types.h Remove SEPARATE_ZVAL_IF_NOT_REF() macro 2021-01-14 11:08:44 +01:00
zend_variables.c
zend_variables.h Drop various unused macros/APIs 2020-08-26 12:59:43 +02:00
zend_virtual_cwd.c Merge branch 'PHP-7.4' into PHP-8.0 2020-10-26 12:41:12 +01:00
zend_virtual_cwd.h Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
zend_vm.h
zend_vm_def.h PHP array cannot refer to EG(symbol_table) any more. Replace corresponding checks by ZEND_ASSERT(). 2021-01-11 18:26:01 +03:00
zend_vm_execute.h PHP array cannot refer to EG(symbol_table) any more. Replace corresponding checks by ZEND_ASSERT(). 2021-01-11 18:26:01 +03:00
zend_vm_execute.skl Cleanup observer API and add JIT support 2020-09-18 12:55:58 +03:00
zend_vm_gen.php Disable stack reuse optimization for x86 PIC code. It may clobber local variable used for Global Offset Table. 2020-12-01 15:20:06 +03:00
zend_vm_handlers.h Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
zend_vm_opcodes.c Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
zend_vm_opcodes.h Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
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_weakrefs.c Use Z_PARAM_OBJ macros when zval isn't needed 2021-01-02 16:10:14 -05:00
zend_weakrefs.h Fix warnings of strict-prototypes 2020-07-23 00:59:00 +08:00
zend_weakrefs.stub.php Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
zend_weakrefs_arginfo.h Add more precise type info for stubs 2020-09-01 16:35:56 +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