Searched refs:zend_update_property_string (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/mysqli/ |
H A D | mysqli_exception.c | 47 zend_update_property_string( in php_mysqli_throw_sql_exception() 52 zend_update_property_string( in php_mysqli_throw_sql_exception() 55 zend_update_property_string( in php_mysqli_throw_sql_exception()
|
/php-src/ext/curl/ |
H A D | curl_file.c | 142 …zend_update_property_string(curl_CURLStringFile_class, Z_OBJ_P(object), "mime", sizeof("mime")-1, … in ZEND_METHOD()
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.c | 56 zend_update_property_string( in pdo_throw_exception() 109 …zend_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 D | tidy.c | 610 zend_update_property_string( in tidy_add_node_default_properties()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 725 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 D | zend_API.h | 502 ZEND_API void zend_update_property_string(zend_class_entry *scope, zend_object *object, const char …
|
H A D | zend_API.c | 5065 ZEND_API void zend_update_property_string(zend_class_entry *scope, zend_object *object, const char … in zend_update_property_string() function
|
Completed in 51 milliseconds