Home
last modified time | relevance | path

Searched refs:zend_declare_property_null (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/mysqli/
H A Dmysqli.c632 zend_declare_property_null(ce, "errno", sizeof("errno") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
633 zend_declare_property_null(ce, "error", sizeof("error") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
637 zend_declare_property_null(ce, "info", sizeof("info") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
641 zend_declare_property_null(ce, "stat", sizeof("stat") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
653 zend_declare_property_null(ce, "message", sizeof("message") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
655 zend_declare_property_null(ce, "errno", sizeof("errno") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
664 zend_declare_property_null(ce, "lengths", sizeof("lengths") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
666 zend_declare_property_null(ce, "type", sizeof("type") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
681 zend_declare_property_null(ce, "errno", sizeof("errno") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
682 zend_declare_property_null(ce, "error", sizeof("error") - 1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.2/Zend/
H A Dzend_exceptions.c835 zend_declare_property_null(zend_ce_exception, "file", sizeof("file")-1, ZEND_ACC_PROTECTED); in zend_register_default_exception()
836 zend_declare_property_null(zend_ce_exception, "line", sizeof("line")-1, ZEND_ACC_PROTECTED); in zend_register_default_exception()
837 zend_declare_property_null(zend_ce_exception, "trace", sizeof("trace")-1, ZEND_ACC_PRIVATE); in zend_register_default_exception()
838 zend_declare_property_null(zend_ce_exception, "previous", sizeof("previous")-1, ZEND_ACC_PRIVATE); in zend_register_default_exception()
853 zend_declare_property_null(zend_ce_error, "file", sizeof("file")-1, ZEND_ACC_PROTECTED); in zend_register_default_exception()
854 zend_declare_property_null(zend_ce_error, "line", sizeof("line")-1, ZEND_ACC_PROTECTED); in zend_register_default_exception()
855 zend_declare_property_null(zend_ce_error, "trace", sizeof("trace")-1, ZEND_ACC_PRIVATE); in zend_register_default_exception()
856 zend_declare_property_null(zend_ce_error, "previous", sizeof("previous")-1, ZEND_ACC_PRIVATE); in zend_register_default_exception()
H A Dzend_API.h335 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,…
H A Dzend_API.c3796 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length,… in zend_declare_property_null() function
/PHP-7.2/ext/spl/
H A Dspl_functions.c75 zend_declare_property_null(class_entry, prop_name, prop_name_len, prop_flags); in spl_register_property()
/PHP-7.2/ext/zend_test/
H A Dtest.c216 zend_declare_property_null(zend_test_trait, "testProp", sizeof("testProp")-1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/pdo/
H A Dpdo.c352 zend_declare_property_null(pdo_exception_ce, "errorInfo", sizeof("errorInfo")-1, ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
H A Dpdo_stmt.c2281 zend_declare_property_null(pdo_dbstmt_ce, "queryString", sizeof("queryString")-1, ZEND_ACC_PUBLIC); in pdo_stmt_init()
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_class.c357 zend_declare_property_null( Transliterator_ce_ptr, in transliterator_register_Transliterator_class()
/PHP-7.2/ext/zip/
H A Dphp_zip.c811 zend_declare_property_null(zip_class_entry, name, strlen(name), ZEND_ACC_PUBLIC); in php_zip_register_prop_handler()

Completed in 68 milliseconds