Searched refs:zend_declare_property_string (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | user_filters.c | 96 …zend_declare_property_string(php_user_filter, "filtername", sizeof("filtername")-1, "", ZEND_ACC_P… in PHP_MINIT_FUNCTION() 97 …zend_declare_property_string(php_user_filter, "params", sizeof("params")-1, "", ZEND_ACC_PUBLIC TS… in PHP_MINIT_FUNCTION()
|
/PHP-5.4/Zend/ |
H A D | zend_exceptions.c | 796 …zend_declare_property_string(default_exception_ce, "message", sizeof("message")-1, "", ZEND_ACC_PR… in zend_register_default_exception() 797 …zend_declare_property_string(default_exception_ce, "string", sizeof("string")-1, "", ZEND_ACC_PRIV… in zend_register_default_exception()
|
H A D | zend_API.h | 309 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, …
|
H A D | zend_API.c | 3516 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, … in zend_declare_property_string() function
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 6083 …zend_declare_property_string(reflection_function_abstract_ptr, "name", sizeof("name")-1, "", ZEND_… in PHP_MINIT_FUNCTION() 6088 …zend_declare_property_string(reflection_function_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6096 …zend_declare_property_string(reflection_parameter_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION() 6101 …zend_declare_property_string(reflection_method_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC … in PHP_MINIT_FUNCTION() 6102 …zend_declare_property_string(reflection_method_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6115 …zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC T… in PHP_MINIT_FUNCTION() 6129 …zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6130 …zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION() 6141 …zend_declare_property_string(reflection_extension_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION() 6147 …zend_declare_property_string(reflection_zend_extension_ptr, "name", sizeof("name")-1, "", ZEND_ACC… in PHP_MINIT_FUNCTION()
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 646 …zend_declare_property_string(mysqli_exception_class_entry, "sqlstate", sizeof("sqlstate")-1, "0000… in PHP_MINIT_FUNCTION()
|
Completed in 60 milliseconds