Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_object_handlers.h154 …tatic_property(zend_class_entry *ce, const char *property_name, int property_name_len, zend_bool s…
155 …tatic_property(zend_class_entry *ce, const char *property_name, int property_name_len, const struc…
H A Dzend_object_handlers.c1242 …tatic_property(zend_class_entry *ce, const char *property_name, int property_name_len, zend_bool s… in zend_std_get_static_property() argument
1252 hash_value = zend_hash_func(property_name, property_name_len+1); in zend_std_get_static_property()
1255 …if (UNEXPECTED(zend_hash_quick_find(&ce->properties_info, property_name, property_name_len+1, hash… in zend_std_get_static_property()
1299 …tatic_property(zend_class_entry *ce, const char *property_name, int property_name_len, const zend_… in zend_std_unset_static_property() argument

Completed in 11 milliseconds