Home
last modified time | relevance | path

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

/php-src/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-src/sapi/apache2handler/
H A Dphp_functions.c118 if (rr->name) add_property_string(return_value, #name, (char *) rr->name)
/php-src/ext/standard/
H A Duser_filters.c292 add_property_string(&obj, "filtername", (char*)filtername); in user_filter_factory_create()
/php-src/ext/libxml/
H A Dlibxml.c1107 add_property_string(return_value, "message", error->message); in PHP_FUNCTION()
1112 add_property_string(return_value, "file", error->file); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h664 static zend_always_inline void add_property_string(zval *arg, const char *key, const char *str) { in add_property_string() function

Completed in 34 milliseconds