Home
last modified time | relevance | path

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

/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c991 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 Dmysqli_api.c664 add_property_string(value, "catalog", "def"); in php_add_field_properties()
/PHP-8.3/sapi/apache2handler/
H A Dphp_functions.c118 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
/PHP-8.3/ext/standard/
H A Duser_filters.c291 add_property_string(&obj, "filtername", (char*)filtername); in user_filter_factory_create()
/PHP-8.3/ext/libxml/
H A Dlibxml.c1119 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 Dzend_API.h659 static zend_always_inline void add_property_string(zval *arg, const char *key, const char *str) { in add_property_string() function

Completed in 36 milliseconds