Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_functions.c75 zend_declare_property_null(class_entry, prop_name, prop_name_len, prop_flags TSRMLS_CC); in spl_register_property()
/PHP-5.5/Zend/
H A Dzend_exceptions.c799zend_declare_property_null(default_exception_ce, "file", sizeof("file")-1, ZEND_ACC_PROTECTED TSRM… in zend_register_default_exception()
800zend_declare_property_null(default_exception_ce, "line", sizeof("line")-1, ZEND_ACC_PROTECTED TSRM… in zend_register_default_exception()
801zend_declare_property_null(default_exception_ce, "trace", sizeof("trace")-1, ZEND_ACC_PRIVATE TSRM… in zend_register_default_exception()
802zend_declare_property_null(default_exception_ce, "previous", sizeof("previous")-1, ZEND_ACC_PRIVAT… in zend_register_default_exception()
H A Dzend_API.h307 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in…
H A Dzend_API.c3520 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in… in zend_declare_property_null() function
/PHP-5.5/ext/pdo/
H A Dpdo.c377zend_declare_property_null(pdo_exception_ce, "errorInfo", sizeof("errorInfo")-1, ZEND_ACC_PUBLIC T… in PHP_MINIT_FUNCTION()
H A Dpdo_stmt.c2344zend_declare_property_null(pdo_dbstmt_ce, "queryString", sizeof("queryString")-1, ZEND_ACC_PUBLIC … in pdo_stmt_init()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c419 zend_declare_property_null( Transliterator_ce_ptr, in transliterator_register_Transliterator_class()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c56 zend_declare_property_null((a), (b)[i].name, (b)[i].name_length, ZEND_ACC_PUBLIC TSRMLS_CC); \

Completed in 35 milliseconds