Home
last modified time | relevance | path

Searched refs:property_string_default_value (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_exceptions_arginfo.h206 zval property_string_default_value; in register_class_Exception() local
207 ZVAL_EMPTY_STRING(&property_string_default_value); in register_class_Exception()
209 …zend_declare_typed_property(class_entry, property_string_name, &property_string_default_value, ZEN… in register_class_Exception()
276 zval property_string_default_value; in register_class_Error() local
277 ZVAL_EMPTY_STRING(&property_string_default_value); in register_class_Error()
279 …zend_declare_typed_property(class_entry, property_string_name, &property_string_default_value, ZEN… in register_class_Error()

Completed in 9 milliseconds