Home
last modified time | relevance | path

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

/PHP-8.0/ext/curl/
H A Dcurl_file.c130 zend_declare_property_string(curl_CURLFile_class, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class()
131 zend_declare_property_string(curl_CURLFile_class, "mime", sizeof("mime")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class()
132zend_declare_property_string(curl_CURLFile_class, "postname", sizeof("postname")-1, "", ZEND_ACC_P… in curlfile_register_class()
/PHP-8.0/ext/standard/
H A Duser_filters.c82zend_declare_property_string(php_user_filter, "filtername", sizeof("filtername")-1, "", ZEND_ACC_P… in PHP_MINIT_FUNCTION()
83 zend_declare_property_string(php_user_filter, "params", sizeof("params")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c6559zend_declare_property_string(reflection_function_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6572zend_declare_property_string(reflection_parameter_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION()
6591 zend_declare_property_string(reflection_method_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
6592zend_declare_property_string(reflection_method_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6605 zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
6620zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION()
6621zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION()
6632zend_declare_property_string(reflection_class_constant_ptr, "name", sizeof("name")-1, "", ZEND_ACC… in PHP_MINIT_FUNCTION()
6633zend_declare_property_string(reflection_class_constant_ptr, "class", sizeof("class")-1, "", ZEND_A… in PHP_MINIT_FUNCTION()
6643zend_declare_property_string(reflection_extension_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION()
[all …]
/PHP-8.0/Zend/
H A Dzend_exceptions.c751 zend_declare_property_string(ce, "message", sizeof("message")-1, "", ZEND_ACC_PROTECTED); in declare_exception_properties()
752 zend_declare_property_string(ce, "string", sizeof("string")-1, "", ZEND_ACC_PRIVATE); in declare_exception_properties()
H A Dzend_API.h372 ZEND_API void zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_leng…
H A Dzend_API.c4018 ZEND_API void zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_leng… in zend_declare_property_string() function
/PHP-8.0/ext/mysqli/
H A Dmysqli.c571zend_declare_property_string(mysqli_exception_class_entry, "sqlstate", sizeof("sqlstate")-1, "0000… in PHP_MINIT_FUNCTION()

Completed in 56 milliseconds