Home
last modified time | relevance | path

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

/php-src/sapi/apache2handler/
H A Dphp_functions.c114 add_property_long(return_value, #name, rr->name)
116 add_property_long(return_value, #name, apr_time_sec(rr->name));
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c994 add_property_long(return_value, "min_length", minlength);
995 add_property_long(return_value, "max_length", maxlength);
996 add_property_long(return_value, "number", number);
997 add_property_long(return_value, "state", state);
H A Dmysqli_api.c666 add_property_long(value, "max_length", 0); in php_add_field_properties()
667 add_property_long(value, "length", field->length); in php_add_field_properties()
668 add_property_long(value, "charsetnr", field->charsetnr); in php_add_field_properties()
669 add_property_long(value, "flags", field->flags); in php_add_field_properties()
670 add_property_long(value, "type", field->type); in php_add_field_properties()
671 add_property_long(value, "decimals", field->decimals); in php_add_field_properties()
/php-src/ext/libxml/
H A Dlibxml.c1103 add_property_long(return_value, "level", error->level); in PHP_FUNCTION()
1104 add_property_long(return_value, "code", error->code); in PHP_FUNCTION()
1105 add_property_long(return_value, "column", error->int2); in PHP_FUNCTION()
1116 add_property_long(return_value, "line", error->line); in PHP_FUNCTION()
/php-src/ext/snmp/
H A Dsnmp.c358 add_property_long(snmpval, "type", vars->type); in php_snmp_getvalue()
/php-src/Zend/
H A Dzend_API.h646 static zend_always_inline void add_property_long(zval *arg, const char *key, zend_long n) { in add_property_long() function

Completed in 44 milliseconds