Home
last modified time | relevance | path

Searched refs:zend_update_property_string (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/mysqli/
H A Dmysqli_exception.c58zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "message", sizeof("message") - … in php_mysqli_throw_sql_exception()
63zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") … in php_mysqli_throw_sql_exception()
66zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") … in php_mysqli_throw_sql_exception()
/PHP-7.4/ext/curl/
H A Dcurl_file.c43 zend_update_property_string(curl_CURLFile_class, cf, "name", sizeof("name")-1, ZSTR_VAL(fname)); in curlfile_ctor()
46 zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, ZSTR_VAL(mime)); in curlfile_ctor()
50zend_update_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, ZSTR_VAL(po… in curlfile_ctor()
91 zend_update_property_string(curl_CURLFile_class, ZEND_THIS, name, name_len, ZSTR_VAL(arg)); in curlfile_set_property()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c55 zend_update_property_string( in pdo_throw_exception()
108 zend_update_property_string(def_ex, &ex, "message", sizeof("message")-1, message); in pdo_raise_impl_error()
109 zend_update_property_string(def_ex, &ex, "code", sizeof("code")-1, *pdo_err); in pdo_raise_impl_error()
184 zend_update_property_string(def_ex, &ex, "code", sizeof("code") - 1, *pdo_err); in pdo_handle_error()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c739zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
/PHP-7.4/Zend/
H A Dzend_API.h344 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, …
H A Dzend_API.c4202 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_string() function
/PHP-7.4/ext/soap/
H A Dsoap.c3253zend_update_property_string(zend_ce_exception, obj, "message", sizeof("message")-1, (fault_string …

Completed in 56 milliseconds