Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/spl/
H A Dspl_functions.c73 void spl_register_property( zend_class_entry * class_entry, char *prop_name, int prop_name_len, int… in spl_register_property()
136 char * spl_gen_private_prop_name(zend_class_entry *ce, char *prop_name, int prop_len, int *name_len… in spl_gen_private_prop_name()
H A Dspl_functions.h46 #define REGISTER_SPL_PROPERTY(class_name, prop_name, prop_flags) \ argument
/PHP-5.5/ext/standard/
H A Dvar.c59 const char *prop_name, *class_name; in php_object_property_dump() local
216 const char *prop_name, *class_name; in zval_object_property_dump() local
/PHP-5.5/Zend/
H A Dzend_object_handlers.c364 const char *class_name, *prop_name; in zend_check_property_access() local
398 const char *class_name = NULL, *prop_name = NULL; in zend_get_property_guard() local
H A Dzend.c156 const char *prop_name, *class_name; in print_hash() local
H A Dzend_compile.c4252 …find_first_definition(zend_class_entry *ce, size_t current_trait, const char* prop_name, int prop_… in find_first_definition()
4274 const char* prop_name; in zend_do_traits_property_binding() local
5236 char *prop_name; in zend_mangle_property_name() local
5258 …(const char *mangled_property, int len, const char **class_name, const char **prop_name, int *prop… in zend_unmangle_property_name_ex()
H A Dzend_vm_def.h4285 const char *class_name, *prop_name; variable
H A Dzend_builtin_functions.c989 const char *prop_name, *class_name; in ZEND_FUNCTION() local
H A Dzend_compile.h678 #define zend_unmangle_property_name(mangled_property, mangled_property_len, class_name, prop_name) \ argument
H A Dzend_vm_execute.h13598 const char *class_name, *prop_name; in ZEND_FE_FETCH_SPEC_VAR_HANDLER() local
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c568 char *prop_name; in _class_string() local
926 static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent T… in _property_string()
1322 const char *class_name, *prop_name; in reflection_property_factory() local
4774 const char *class_name, *prop_name; in ZEND_METHOD() local
4999 const char *class_name, *prop_name; in ZEND_METHOD() local
5074 const char *class_name, *prop_name; in ZEND_METHOD() local
5093 const char *prop_name, *class_name; in ZEND_METHOD() local
/PHP-5.5/ext/wddx/
H A Dwddx.c535 const char *class_name, *prop_name; in php_wddx_serialize_object() local
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2073 const char *prop_name; in to_xml_object() local

Completed in 207 milliseconds