Home
last modified time | relevance | path

Searched refs:add_property_stringl (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/mysqli/
H A Dmysqli_api.c654add_property_stringl(value, "orgname", (field->org_name ? field->org_name : ""), field->org_name_l… in php_add_field_properties()
655 add_property_stringl(value, "table", (field->table ? field->table : ""), field->table_length); in php_add_field_properties()
656add_property_stringl(value, "orgtable", (field->org_table ? field->org_table : ""), field->org_tab… in php_add_field_properties()
657 add_property_stringl(value, "def", (field->def ? field->def : ""), field->def_length); in php_add_field_properties()
658 add_property_stringl(value, "db", (field->db ? field->db : ""), field->db_length); in php_add_field_properties()
/php-src/ext/libxml/
H A Dlibxml.c1109 add_property_stringl(return_value, "message", "", 0); in PHP_FUNCTION()
1114 add_property_stringl(return_value, "file", "", 0); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h667 static zend_always_inline void add_property_stringl(zval *arg, const char *key, const char *str, si… in add_property_stringl() function

Completed in 26 milliseconds