Searched refs:zend_declare_property_string (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/curl/ |
H A D | curl_file.c | 173 zend_declare_property_string(curl_CURLFile_class, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class() 174 zend_declare_property_string(curl_CURLFile_class, "mime", sizeof("mime")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class() 175 …zend_declare_property_string(curl_CURLFile_class, "postname", sizeof("postname")-1, "", ZEND_ACC_P… in curlfile_register_class()
|
/PHP-7.0/ext/standard/ |
H A D | user_filters.c | 87 …zend_declare_property_string(php_user_filter, "filtername", sizeof("filtername")-1, "", ZEND_ACC_P… in PHP_MINIT_FUNCTION() 88 zend_declare_property_string(php_user_filter, "params", sizeof("params")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
|
/PHP-7.0/Zend/ |
H A D | zend_exceptions.c | 883 …zend_declare_property_string(zend_ce_exception, "message", sizeof("message")-1, "", ZEND_ACC_PROTE… in zend_register_default_exception() 884 …zend_declare_property_string(zend_ce_exception, "string", sizeof("string")-1, "", ZEND_ACC_PRIVATE… in zend_register_default_exception() 901 …zend_declare_property_string(zend_ce_error, "message", sizeof("message")-1, "", ZEND_ACC_PROTECTED… in zend_register_default_exception() 902 zend_declare_property_string(zend_ce_error, "string", sizeof("string")-1, "", ZEND_ACC_PRIVATE); in zend_register_default_exception()
|
H A D | zend_API.h | 324 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_lengt…
|
H A D | zend_API.c | 3732 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, size_t name_lengt… in zend_declare_property_string() function
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 6572 …zend_declare_property_string(reflection_function_abstract_ptr, "name", sizeof("name")-1, "", ZEND_… in PHP_MINIT_FUNCTION() 6577 …zend_declare_property_string(reflection_function_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6589 …zend_declare_property_string(reflection_parameter_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION() 6598 zend_declare_property_string(reflection_method_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION() 6599 …zend_declare_property_string(reflection_method_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6612 zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION() 6626 …zend_declare_property_string(reflection_property_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLI… in PHP_MINIT_FUNCTION() 6627 …zend_declare_property_string(reflection_property_ptr, "class", sizeof("class")-1, "", ZEND_ACC_PUB… in PHP_MINIT_FUNCTION() 6638 …zend_declare_property_string(reflection_extension_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBL… in PHP_MINIT_FUNCTION() 6644 …zend_declare_property_string(reflection_zend_extension_ptr, "name", sizeof("name")-1, "", ZEND_ACC… in PHP_MINIT_FUNCTION()
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli.c | 613 …zend_declare_property_string(mysqli_exception_class_entry, "sqlstate", sizeof("sqlstate")-1, "0000… in PHP_MINIT_FUNCTION()
|
Completed in 47 milliseconds