Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Duser_filters.c363 add_property_stringl(return_value, "data", bucket->buf, bucket->buflen); in PHP_FUNCTION()
462 add_property_stringl(return_value, "data", bucket->buf, bucket->buflen); in PHP_FUNCTION()
/PHP-8.3/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-8.3/ext/libxml/
H A Dlibxml.c1121 add_property_stringl(return_value, "message", "", 0); in PHP_FUNCTION()
1126 add_property_stringl(return_value, "file", "", 0); in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_API.h662 static zend_always_inline void add_property_stringl(zval *arg, const char *key, const char *str, si… in add_property_stringl() function

Completed in 28 milliseconds