Home
last modified time | relevance | path

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

/PHP-7.3/ext/curl/
H A Dcurl_file.c78 res = zend_read_property(curl_CURLFile_class, getThis(), name, name_len, 1, &rv); in curlfile_get_property()
H A Dinterface.c2816 prop = zend_read_property(curl_CURLFile_class, current, "name", sizeof("name")-1, 0, &rv); in _php_curl_setopt()
2826 prop = zend_read_property(curl_CURLFile_class, current, "mime", sizeof("mime")-1, 0, &rv); in _php_curl_setopt()
2830 … prop = zend_read_property(curl_CURLFile_class, current, "postname", sizeof("postname")-1, 0, &rv); in _php_curl_setopt()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c779 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_handle_exception()
780 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_handle_exception()
788 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1… in phpdbg_handle_exception()
1783 …file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1,… in phpdbg_execute_ex()
1784 …line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &… in phpdbg_execute_ex()
1785 …msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), … in phpdbg_execute_ex()
/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c283 …retval = zend_read_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(nam… in disp_invokeex()
/PHP-7.3/ext/soap/
H A Dsoap.c924 …faultcode = zend_read_property(soap_fault_class_entry, this_ptr, "faultcode", sizeof("faultcode"… in PHP_METHOD()
925 …faultstring = zend_read_property(soap_fault_class_entry, this_ptr, "faultstring", sizeof("faultstr… in PHP_METHOD()
926 file = zend_read_property(soap_fault_class_entry, this_ptr, "file", sizeof("file")-1, 1, &rv3); in PHP_METHOD()
927 line = zend_read_property(soap_fault_class_entry, this_ptr, "line", sizeof("line")-1, 1, &rv4); in PHP_METHOD()
1471 …zend_string *msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message",… in _soap_server_exception()
2543 …msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message", sizeof("mess…
/PHP-7.3/sapi/cli/
H A Dphp_cli.c1121 msg = zend_read_property(zend_ce_exception, &tmp, "message", sizeof("message")-1, 0, &rv); in do_cli()
/PHP-7.3/Zend/
H A Dzend_exceptions.c330 …pvalue = zend_read_property(i_get_exception_base(object), object, "previous", sizeof("previous")-1… in ZEND_METHOD()
H A Dzend_object_handlers.c1710 msg = zend_read_property(Z_OBJCE(ex), &ex, "message", sizeof("message") - 1, 1, &rv); in zend_std_cast_object_tostring()
H A Dzend_API.h356 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, size_t n…
H A Dzend_API.c4195 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_read_property() function
/PHP-7.3/ext/dom/
H A Dphp_dom.c1569 …zval *length = zend_read_property(Z_OBJCE_P(object), object, "length", sizeof("length") - 1, 0, &r… in dom_nodelist_has_dimension()
/PHP-7.3/ext/sodium/
H A Dlibsodium.c384 …trace = zend_read_property(zend_get_exception_base(&obj_zv), &obj_zv, "trace", sizeof("trace")-1, … in ZEND_GET_MODULE()
/PHP-7.3/ext/spl/
H A Dspl_iterators.c2082 …replacement = zend_read_property(intern->std.ce, getThis(), "replacement", sizeof("replacement")-1… in SPL_METHOD()

Completed in 175 milliseconds