Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/curl/
H A Dcurl_file.c43 zend_update_property_string(curl_CURLFile_class, cf, "name", sizeof("name")-1, fname); in curlfile_ctor()
47 zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, mime); in curlfile_ctor()
51 zend_update_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, postname); in curlfile_ctor()
93 zend_update_property_string(curl_CURLFile_class, getThis(), name, strlen(name), arg); in curlfile_set_property()
141 zend_update_property_string(curl_CURLFile_class, getThis(), "name", sizeof("name")-1, ""); in ZEND_METHOD()
/PHP-7.0/Zend/
H A Dzend_exceptions.c221zend_update_property_string(base_ce, &obj, "file", sizeof("file")-1, zend_get_executed_filename()); in zend_default_exception_new_ex()
345 zend_update_property_string(zend_ce_exception, object, "message", sizeof("message")-1, message); in ZEND_METHOD()
359 zend_update_property_string(zend_ce_exception, object, "file", sizeof("file")-1, filename); in ZEND_METHOD()
957 zend_update_property_string(exception_ce, &ex, "message", sizeof("message")-1, message); in zend_throw_exception()
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.c3909 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_string() function
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c82 zend_update_property_string(def_ex, &ex, "message", sizeof("message")-1, message); in pdo_raise_impl_error()
83 zend_update_property_string(def_ex, &ex, "code", sizeof("code")-1, *pdo_err); in pdo_raise_impl_error()
158 zend_update_property_string(def_ex, &ex, "code", sizeof("code") - 1, *pdo_err); in pdo_handle_error()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c790zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
/PHP-7.0/ext/soap/
H A Dsoap.c3295zend_update_property_string(zend_ce_exception, obj, "message", sizeof("message")-1, (fault_string …

Completed in 56 milliseconds