php-src/ext/zend_test
Nikita Popov ac4e0f0852 Make zend_type a 2-field struct
We now store the pointer payload and the type mask separately. This
is in preparation for union types, where we will be using both at
the same time.

To avoid increasing the size of arginfo structures, the
pass_by_reference and is_variadic fields are now stored as part of
the type_mask (8-bit are reserved for custom use).

Different types of pointer payloads are distinguished based on bits
in the type_mask.
2019-11-08 15:15:48 +01:00
..
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_test.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
test.c Make zend_type a 2-field struct 2019-11-08 15:15:48 +01:00