Home
last modified time | relevance | path

Searched refs:zend_std_get_static_property (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_object_handlers.h154 ZEND_API zval **zend_std_get_static_property(zend_class_entry *ce, const char *property_name, int p…
H A Dzend_object_handlers.c1242 ZEND_API zval **zend_std_get_static_property(zend_class_entry *ce, const char *property_name, int p… in zend_std_get_static_property() function
H A Dzend_vm_execute.h3368 …retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CONST … in zend_fetch_var_address_helper_SPEC_CONST_CONST()
3997 …value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CONST =… in ZEND_ISSET_ISEMPTY_VAR_SPEC_CONST_CONST_HANDLER()
5241 …retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CONST … in zend_fetch_var_address_helper_SPEC_CONST_VAR()
14622 …retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_VAR ==… in zend_fetch_var_address_helper_SPEC_VAR_CONST()
16006 …value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_VAR == … in ZEND_ISSET_ISEMPTY_VAR_SPEC_VAR_CONST_HANDLER()
32156 …retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CV == … in zend_fetch_var_address_helper_SPEC_CV_CONST()
33312 …value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CV == I… in ZEND_ISSET_ISEMPTY_VAR_SPEC_CV_CONST_HANDLER()
36406 …retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CV == … in zend_fetch_var_address_helper_SPEC_CV_VAR()
37619 …value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((IS_CV == I… in ZEND_ISSET_ISEMPTY_VAR_SPEC_CV_VAR_HANDLER()
38262 …retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((IS_CV == … in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
[all …]
H A Dzend_API.c3802 property = zend_std_get_static_property(scope, name, name_length, 0, NULL TSRMLS_CC); in zend_update_static_property()
3936 property = zend_std_get_static_property(scope, name, name_length, silent, NULL TSRMLS_CC); in zend_read_static_property()
H A Dzend_vm_def.h1051 …retval = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 0, ((OP1_TYPE …
4420 …value = zend_std_get_static_property(ce, Z_STRVAL_P(varname), Z_STRLEN_P(varname), 1, ((OP1_TYPE =…
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c3436 prop = zend_std_get_static_property(ce, name, name_len, 1, NULL TSRMLS_CC); in ZEND_METHOD()
3470 variable_ptr = zend_std_get_static_property(ce, name, name_len, 1, NULL TSRMLS_CC); in ZEND_METHOD()

Completed in 188 milliseconds