Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.h147 …_get_static_property(zend_class_entry *ce, char *property_name, int property_name_len, zend_bool s…
148 …_unset_static_property(zend_class_entry *ce, char *property_name, int property_name_len TSRMLS_DC);
H A Dzend_object_handlers.c1054 …_get_static_property(zend_class_entry *ce, char *property_name, int property_name_len, zend_bool s… in zend_std_get_static_property() argument
1061 …if (zend_hash_find(&ce->properties_info, property_name, property_name_len+1, (void **) &property_i… in zend_std_get_static_property()
1064 std_property_info.name_length = property_name_len; in zend_std_get_static_property()
1097 …nset_static_property(zend_class_entry *ce, char *property_name, int property_name_len TSRMLS_DC) /… in zend_std_unset_static_property()

Completed in 9 milliseconds