History log of /PHP-8.2/ext/zend_test/tests/zend_ini_str_validator_basic.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 3e362f51 13-Aug-2022 George Peter Banyard

Add zend_string INI validators

Currently we only have validators for char* which is rather annoying as INI settings are saved as zend_string* in the first place

Closes GH-9328