Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli_exception.c49 zend_update_property_string( in php_mysqli_throw_sql_exception()
54 zend_update_property_string( in php_mysqli_throw_sql_exception()
57 zend_update_property_string( in php_mysqli_throw_sql_exception()
/php-src/ext/curl/
H A Dcurl_file.c142zend_update_property_string(curl_CURLStringFile_class, Z_OBJ_P(object), "mime", sizeof("mime")-1, … in ZEND_METHOD()
/php-src/ext/pdo/
H A Dpdo_dbh.c56 zend_update_property_string( in pdo_throw_exception()
109zend_update_property_string(zend_ce_exception, Z_OBJ(ex), "message", sizeof("message")-1, message); in pdo_raise_impl_error()
110 zend_update_property_string(zend_ce_exception, Z_OBJ(ex), "code", sizeof("code")-1, *pdo_err); in pdo_raise_impl_error()
187 zend_update_property_string(zend_ce_exception, Z_OBJ(ex), "code", sizeof("code") - 1, *pdo_err); in pdo_handle_error()
/php-src/ext/tidy/
H A Dtidy.c593 zend_update_property_string( in tidy_add_node_default_properties()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c727 zend_update_property_string(zend_get_exception_base(ex), ex, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
/php-src/Zend/
H A Dzend_API.h501 ZEND_API void zend_update_property_string(zend_class_entry *scope, zend_object *object, const char …
H A Dzend_API.c4932 ZEND_API void zend_update_property_string(zend_class_entry *scope, zend_object *object, const char … in zend_update_property_string() function

Completed in 60 milliseconds