php-src/ext/tokenizer
twosee 83a77015ad Add helper APIs for maybe-interned string creation
Add ZVAL_CHAR/RETVAL_CHAR/RETURN_CHAR as a shortcut for using
ZVAL_INTERNED_STRING and ZSTR_CHAR.

Add zend_string_init_fast() as a helper for the empty string /
one char interned string / zend_string_init() pattern.

Also add corresponding ZVAL_STRINGL_FAST etc macros.

Closes GH-5684.
2020-06-08 15:31:52 +02:00
..
tests Fix bug #77966: Cannot alias a method named "namespace" 2020-06-08 12:55:14 +02:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
Makefile.frag Fix #70831: Compile fails on system with 160 CPUs 2015-12-06 12:37:08 +01:00
php_tokenizer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
tokenizer.c Add helper APIs for maybe-interned string creation 2020-06-08 15:31:52 +02:00
tokenizer.stub.php Generate function entries from stubs for a couple of extensions 2020-04-14 11:49:02 +02:00
tokenizer_arginfo.h Generate function entries from stubs for a couple of extensions 2020-04-14 11:49:02 +02:00
tokenizer_data.c Make throw statement an expression 2020-04-23 12:51:23 +02:00
tokenizer_data_gen.sh Add PhpToken class 2020-03-26 11:09:18 +01:00