1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove broken zend_get_zendleng() declaration (#19032)

Does not actually exist anywhere
This commit is contained in:
DanielEScherzer
2025-07-04 14:40:54 -07:00
committed by GitHub
parent d43fbc0c0e
commit 3558293ce8

View File

@@ -886,7 +886,6 @@ ZEND_API zend_string *zend_get_compiled_variable_name(const zend_op_array *op_ar
#ifdef ZTS
const char *zend_get_zendtext(void);
int zend_get_zendleng(void);
#endif
typedef zend_result (ZEND_FASTCALL *unary_op_type)(zval *, zval *);