Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_exceptions.c49 …previous = zend_read_property(default_exception_ce, exception, "previous", sizeof("previous")-1, 1… in zend_exception_set_previous()
224 value = zend_read_property(default_exception_ce, object, name, sizeof(name)-1, 0 TSRMLS_CC); \
296 value = zend_read_property(default_exception_ce, object, name, name_len, 0 TSRMLS_CC); in _default_exception_get_entry()
617 …trace = zend_read_property(default_exception_ce, getThis(), "trace", sizeof("trace")-1, 1 TSRMLS_C… in ZEND_METHOD()
645 …previous = zend_read_property(default_exception_ce, getThis(), "previous", sizeof("previous")-1, 1… in ZEND_METHOD()
722 …exception = zend_read_property(default_exception_ce, exception, "previous", sizeof("previous")-1, … in ZEND_METHOD()
906 …file = zend_read_property(default_exception_ce, EG(exception), "file", sizeof("file")-1, 1 TSRMLS_… in zend_exception_error()
907 …line = zend_read_property(default_exception_ce, EG(exception), "line", sizeof("line")-1, 1 TSRMLS_… in zend_exception_error()
919 …str = zend_read_property(default_exception_ce, exception, "string", sizeof("string")-1, 1 TSRMLS_C… in zend_exception_error()
920 file = zend_read_property(default_exception_ce, exception, "file", sizeof("file")-1, 1 TSRMLS_CC); in zend_exception_error()
[all …]
H A Dzend_API.h337 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name…
H A Dzend_API.c3842 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name… in zend_read_property() function
/PHP-5.4/ext/com_dotnet/
H A Dcom_wrapper.c290 …retval = zend_read_property(Z_OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(… in disp_invokeex()
/PHP-5.4/sapi/cli/
H A Dphp_cli.c1127 …zval *msg = zend_read_property(zend_exception_get_default(TSRMLS_C), EG(exception), "message", siz… in do_cli()
/PHP-5.4/ext/soap/
H A Dsoap.c908 …faultcode = zend_read_property(soap_fault_class_entry, this_ptr, "faultcode", sizeof("faultcode"… in PHP_METHOD()
909 …faultstring = zend_read_property(soap_fault_class_entry, this_ptr, "faultstring", sizeof("faultstr… in PHP_METHOD()
910 file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1 TSRMLS_CC); in PHP_METHOD()
911 line = zend_read_property(soap_fault_class_entry, this_ptr, "line", sizeof("line")-1, 1 TSRMLS_CC); in PHP_METHOD()
/PHP-5.4/ext/spl/
H A Dspl_iterators.c2053 …replacement = zend_read_property(intern->std.ce, getThis(), "replacement", sizeof("replacement")-1… in SPL_METHOD()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c4980 member_p = zend_read_property(ref->ce, object, prop_name, strlen(prop_name), 1 TSRMLS_CC); in ZEND_METHOD()

Completed in 161 milliseconds