Searched refs:zend_update_property_string (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_exception.c | 58 …zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "message", sizeof("message") - … in php_mysqli_throw_sql_exception() 63 …zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") … in php_mysqli_throw_sql_exception() 66 …zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") … in php_mysqli_throw_sql_exception()
|
/PHP-7.3/ext/curl/ |
H A D | curl_file.c | 42 zend_update_property_string(curl_CURLFile_class, cf, "name", sizeof("name")-1, ZSTR_VAL(fname)); in curlfile_ctor() 45 zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, ZSTR_VAL(mime)); in curlfile_ctor() 49 …zend_update_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, ZSTR_VAL(po… in curlfile_ctor() 90 zend_update_property_string(curl_CURLFile_class, getThis(), name, name_len, ZSTR_VAL(arg)); in curlfile_set_property() 138 zend_update_property_string(curl_CURLFile_class, getThis(), "name", sizeof("name")-1, ""); in ZEND_METHOD()
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_dbh.c | 54 zend_update_property_string( in pdo_throw_exception() 107 zend_update_property_string(def_ex, &ex, "message", sizeof("message")-1, message); in pdo_raise_impl_error() 108 zend_update_property_string(def_ex, &ex, "code", sizeof("code")-1, *pdo_err); in pdo_raise_impl_error() 183 zend_update_property_string(def_ex, &ex, "code", sizeof("code") - 1, *pdo_err); in pdo_handle_error()
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 786 …zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
|
/PHP-7.3/Zend/ |
H A D | zend_API.h | 342 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, …
|
H A D | zend_API.c | 4060 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_string() function
|
/PHP-7.3/ext/soap/ |
H A D | soap.c | 3236 …zend_update_property_string(zend_ce_exception, obj, "message", sizeof("message")-1, (fault_string …
|
Completed in 44 milliseconds