Home
last modified time | relevance | path

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

/PHP-5.3/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.3/Zend/
H A Dzend_exceptions.c150zend_update_property_string(default_exception_ce, &obj, "file", sizeof("file")-1, zend_get_execute… in zend_default_exception_new_ex()
224zend_update_property_string(default_exception_ce, object, "message", sizeof("message")-1, message … in ZEND_METHOD()
238zend_update_property_string(default_exception_ce, object, "file", sizeof("file")-1, filename TSRML… in ZEND_METHOD()
632zend_update_property_string(default_exception_ce, getThis(), "string", sizeof("string")-1, str TSR… in ZEND_METHOD()
738zend_update_property_string(default_exception_ce, ex, "message", sizeof("message")-1, message TSRM… in zend_throw_exception()
796zend_update_property_string(default_exception_ce, exception, "string", sizeof("string")-1, EG(exce… in zend_exception_error()
H A Dzend_API.h315 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, char *name, int na…
H A Dzend_API.c3433 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, char *name, int na… in zend_update_property_string() function
/PHP-5.3/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.3/ext/soap/
H A Dsoap.c3460zend_update_property_string(zend_exception_get_default(TSRMLS_C), obj, "message", sizeof("message"…

Completed in 57 milliseconds