Home
last modified time | relevance | path

Searched refs:zend_declare_property_string (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/curl/
H A Dcurl_file.c172zend_declare_property_string(curl_CURLFile_class, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC TS… in curlfile_register_class()
173zend_declare_property_string(curl_CURLFile_class, "mime", sizeof("mime")-1, "", ZEND_ACC_PUBLIC TS… in curlfile_register_class()
174zend_declare_property_string(curl_CURLFile_class, "postname", sizeof("postname")-1, "", ZEND_ACC_P… in curlfile_register_class()
/PHP-5.5/ext/standard/
H A Duser_filters.c96zend_declare_property_string(php_user_filter, "filtername", sizeof("filtername")-1, "", ZEND_ACC_P… in PHP_MINIT_FUNCTION()
97zend_declare_property_string(php_user_filter, "params", sizeof("params")-1, "", ZEND_ACC_PUBLIC TS… in PHP_MINIT_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_exceptions.c796zend_declare_property_string(default_exception_ce, "message", sizeof("message")-1, "", ZEND_ACC_PR… in zend_register_default_exception()
797zend_declare_property_string(default_exception_ce, "string", sizeof("string")-1, "", ZEND_ACC_PRIV… in zend_register_default_exception()
H A Dzend_API.h311 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, …
H A Dzend_API.c3579 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.5/ext/reflection/
H A Dphp_reflection.c6121zend_declare_property_string(reflection_function_abstract_ptr, "name", sizeof("name")-1, "", ZEND_… in PHP_MINIT_FUNCTION()
6126zend_declare_property_string(reflection_function_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6134zend_declare_property_string(reflection_parameter_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION()
6139zend_declare_property_string(reflection_method_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC … in PHP_MINIT_FUNCTION()
6140zend_declare_property_string(reflection_method_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6153zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC T… in PHP_MINIT_FUNCTION()
6167zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6168zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION()
6179zend_declare_property_string(reflection_extension_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION()
6185zend_declare_property_string(reflection_zend_extension_ptr, "name", sizeof("name")-1, "", ZEND_ACC… in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c646zend_declare_property_string(mysqli_exception_class_entry, "sqlstate", sizeof("sqlstate")-1, "0000… in PHP_MINIT_FUNCTION()

Completed in 47 milliseconds