Home
last modified time | relevance | path

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

/php-src/ext/intl/dateformat/
H A Ddateformat_arginfo.h174 zval const_NONE_value; in register_class_IntlDateFormatter() local
175 ZVAL_LONG(&const_NONE_value, UDAT_NONE); in register_class_IntlDateFormatter()
177 …zend_declare_typed_class_constant(class_entry, const_NONE_name, &const_NONE_value, ZEND_ACC_PUBLIC… in register_class_IntlDateFormatter()
/php-src/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h181 zval const_NONE_value; in register_class_XMLReader() local
182 ZVAL_LONG(&const_NONE_value, XML_READER_TYPE_NONE); in register_class_XMLReader()
184 …zend_declare_typed_class_constant(class_entry, const_NONE_name, &const_NONE_value, ZEND_ACC_PUBLIC… in register_class_XMLReader()
/php-src/ext/phar/
H A Dphar_object_arginfo.h637 zval const_NONE_value; in register_class_Phar() local
638 ZVAL_LONG(&const_NONE_value, PHAR_ENT_COMPRESSED_NONE); in register_class_Phar()
640 …zend_declare_typed_class_constant(class_entry, const_NONE_name, &const_NONE_value, ZEND_ACC_PUBLIC… in register_class_Phar()

Completed in 14 milliseconds