Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom_arginfo.h1887 …operty_entities_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_en… in register_class_DOMDocumentType()
1894 …perty_notations_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_no… in register_class_DOMDocumentType()
2023 …erty_parentNode_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_pa… in register_class_DOMNode()
2037 …erty_childNodes_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_ch… in register_class_DOMNode()
2051 …perty_lastChild_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_la… in register_class_DOMNode()
2411 …roperty_doctype_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_do… in register_class_DOMDocument()
2711 …operty_document_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_do… in register_class_DOMXPath()
2848 …erty_childNodes_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_ch… in register_class_DOM_Node()
2862 …perty_lastChild_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_la… in register_class_DOM_Node()
3210 …operty_entities_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_en… in register_class_DOM_DocumentType()
[all …]
/php-src/ext/zend_test/
H A Dtest_arginfo.h621 …perty_classProp_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_cl… in register_class__ZendTestClass()
631 …property_classUnionProp_type_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestClass()
632 …property_classUnionProp_type_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestClass()
644 …property_classIntersectionProp_type_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(property_cla… in register_class__ZendTestClass()
645 …property_classIntersectionProp_type_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(property_cla… in register_class__ZendTestClass()
753 …property_classUnionProp_type_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestTrait()
754 …property_classUnionProp_type_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(property_classUnion… in register_class__ZendTestTrait()
1032 …, &property_foo_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_fo… in register_class_ZendTestNS2_Foo()
H A Dtest.c1048 intersection_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Traversable, 0, 0); in create_test_dnf_type()
1049 intersection_list->types[1] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Countable, 0, 0); in create_test_dnf_type()
1052 union_list->types[0] = (zend_type) ZEND_TYPE_INIT_CLASS(class_Iterator, 0, 0); in create_test_dnf_type()
/php-src/Zend/
H A Dzend_exceptions_arginfo.h240 …perty_previous_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_pr… in register_class_Exception()
310 …perty_previous_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_pr… in register_class_Error()
H A Dzend_types.h303 #define ZEND_TYPE_INIT_CLASS(class_name, allow_null, extra_flags) \ macro
H A Dzend_API.c3087 list->types[j] = (zend_type) ZEND_TYPE_INIT_CLASS(str, 0, 0); in zend_register_functions()
H A Dzend_compile.c6677 return (zend_type) ZEND_TYPE_INIT_CLASS(class_name, 0, 0); in zend_compile_single_typename()
/php-src/ext/date/
H A Dphp_date_arginfo.h1110 …&property_start_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_st… in register_class_DatePeriod()
1117 …roperty_current_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_cu… in register_class_DatePeriod()
1124 …, &property_end_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_en… in register_class_DatePeriod()
1131 …operty_interval_default_value, ZEND_ACC_PUBLIC, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_in… in register_class_DatePeriod()
/php-src/ext/random/
H A Drandom_arginfo.h333 …fault_value, ZEND_ACC_PUBLIC|ZEND_ACC_READONLY, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property_en… in register_class_Random_Randomizer()
/php-src/ext/soap/
H A Dsoap_arginfo.h484 …y___soap_fault_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property___… in register_class_SoapServer()
687 …y___soap_fault_default_value, ZEND_ACC_PRIVATE, NULL, (zend_type) ZEND_TYPE_INIT_CLASS(property___… in register_class_SoapClient()
/php-src/ext/reflection/
H A Dphp_reflection.c3173 append_type(return_value, (zend_type) ZEND_TYPE_INIT_CLASS(name, 0, 0)); in ZEND_METHOD()

Completed in 103 milliseconds