Home
last modified time | relevance | path

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

/PHP-5.5/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.h339 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name…
H A Dzend_API.c3905 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name… in zend_read_property() function
/PHP-5.5/ext/curl/
H A Dcurl_file.c79 res = zend_read_property(curl_CURLFile_class, getThis(), name, strlen(name), 1 TSRMLS_CC); in curlfile_get_property()
H A Dinterface.c2623 … prop = zend_read_property(curl_CURLFile_class, *current, "name", sizeof("name")-1, 0 TSRMLS_CC); in _php_curl_setopt()
2633 … prop = zend_read_property(curl_CURLFile_class, *current, "mime", sizeof("mime")-1, 0 TSRMLS_CC); in _php_curl_setopt()
2637 …prop = zend_read_property(curl_CURLFile_class, *current, "postname", sizeof("postname")-1, 0 TSRML… in _php_curl_setopt()
/PHP-5.5/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.5/sapi/cli/
H A Dphp_cli.c1132 …zval *msg = zend_read_property(zend_exception_get_default(TSRMLS_C), EG(exception), "message", siz… in do_cli()
/PHP-5.5/ext/soap/
H A Dsoap.c914 …faultcode = zend_read_property(soap_fault_class_entry, this_ptr, "faultcode", sizeof("faultcode"… in PHP_METHOD()
915 …faultstring = zend_read_property(soap_fault_class_entry, this_ptr, "faultstring", sizeof("faultstr… in PHP_METHOD()
916 file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1 TSRMLS_CC); in PHP_METHOD()
917 line = zend_read_property(soap_fault_class_entry, this_ptr, "line", sizeof("line")-1, 1 TSRMLS_CC); in PHP_METHOD()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c2035 …replacement = zend_read_property(intern->std.ce, getThis(), "replacement", sizeof("replacement")-1… in SPL_METHOD()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c5005 member_p = zend_read_property(ref->ce, object, prop_name, strlen(prop_name), 1 TSRMLS_CC); in ZEND_METHOD()

Completed in 85 milliseconds