Searched refs:add_property_string (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 991 add_property_string(return_value, "charset", (name) ? (char *)name : ""); 992 add_property_string(return_value, "collation",(collation) ? (char *)collation : ""); 993 add_property_string(return_value, "dir", (dir) ? (char *)dir : ""); 998 add_property_string(return_value, "comment", (comment) ? (char *)comment : "");
|
H A D | mysqli_api.c | 664 add_property_string(value, "catalog", "def"); in php_add_field_properties()
|
/PHP-8.3/ext/standard/ |
H A D | user_filters.c | 291 add_property_string(&obj, "filtername", (char*)filtername); in user_filter_factory_create()
|
/PHP-8.3/sapi/apache2handler/ |
H A D | php_functions.c | 118 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
|
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 1119 add_property_string(return_value, "message", error->message); in PHP_FUNCTION() 1124 add_property_string(return_value, "file", error->file); in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 659 static zend_always_inline void add_property_string(zval *arg, const char *key, const char *str) { in add_property_string() function
|
Completed in 31 milliseconds