Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c59zend_update_property_string(mysqli_exception_class_entry, sql_ex, "message", sizeof("message") - 1, in php_mysqli_throw_sql_exception()
64zend_update_property_string(mysqli_exception_class_entry, sql_ex, "sqlstate", sizeof("sqlstate") -… in php_mysqli_throw_sql_exception()
67zend_update_property_string(mysqli_exception_class_entry, sql_ex, "sqlstate", sizeof("sqlstate") -… in php_mysqli_throw_sql_exception()
/PHP-5.5/ext/curl/
H A Dcurl_file.c43 zend_update_property_string(curl_CURLFile_class, cf, "name", sizeof("name")-1, fname TSRMLS_CC); in curlfile_ctor()
47 zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, mime TSRMLS_CC); in curlfile_ctor()
51zend_update_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, postname TS… in curlfile_ctor()
93 zend_update_property_string(curl_CURLFile_class, getThis(), name, strlen(name), arg TSRMLS_CC); in curlfile_set_property()
140zend_update_property_string(curl_CURLFile_class, getThis(), "name", sizeof("name")-1, "" TSRMLS_CC… in ZEND_METHOD()
/PHP-5.5/Zend/
H A Dzend_exceptions.c163zend_update_property_string(default_exception_ce, &obj, "file", sizeof("file")-1, zend_get_execute… in zend_default_exception_new_ex()
264zend_update_property_string(default_exception_ce, object, "message", sizeof("message")-1, message … in ZEND_METHOD()
278zend_update_property_string(default_exception_ce, object, "file", sizeof("file")-1, filename TSRML… in ZEND_METHOD()
733zend_update_property_string(default_exception_ce, getThis(), "string", sizeof("string")-1, str TSR… in ZEND_METHOD()
840zend_update_property_string(default_exception_ce, ex, "message", sizeof("message")-1, message TSRM… in zend_throw_exception()
898zend_update_property_string(default_exception_ce, exception, "string", sizeof("string")-1, EG(exce… in zend_exception_error()
H A Dzend_API.h328 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, …
H A Dzend_API.c3772 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, … in zend_update_property_string() function
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c83 zend_update_property_string(def_ex, ex, "message", sizeof("message")-1, message TSRMLS_CC); in pdo_raise_impl_error()
84 zend_update_property_string(def_ex, ex, "code", sizeof("code")-1, *pdo_err TSRMLS_CC); in pdo_raise_impl_error()
161 zend_update_property_string(def_ex, ex, "message", sizeof("message")-1, message TSRMLS_CC); in pdo_handle_error()
162 zend_update_property_string(def_ex, ex, "code", sizeof("code")-1, *pdo_err TSRMLS_CC); in pdo_handle_error()
/PHP-5.5/ext/soap/
H A Dsoap.c3287zend_update_property_string(zend_exception_get_default(TSRMLS_C), obj, "message", sizeof("message"…

Completed in 63 milliseconds