Searched refs:add_property_long (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | user_filters.c | 364 add_property_long(return_value, "datalen", bucket->buflen); in PHP_FUNCTION() 463 add_property_long(return_value, "datalen", bucket->buflen); in PHP_FUNCTION()
|
/PHP-8.3/sapi/apache2handler/ |
H A D | php_functions.c | 114 add_property_long(return_value, #name, rr->name) 116 add_property_long(return_value, #name, apr_time_sec(rr->name));
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 994 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 D | mysqli_api.c | 666 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-8.3/ext/libxml/ |
H A D | libxml.c | 1115 add_property_long(return_value, "level", error->level); in PHP_FUNCTION() 1116 add_property_long(return_value, "code", error->code); in PHP_FUNCTION() 1117 add_property_long(return_value, "column", error->int2); in PHP_FUNCTION() 1128 add_property_long(return_value, "line", error->line); in PHP_FUNCTION()
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 358 add_property_long(snmpval, "type", vars->type); in php_snmp_getvalue()
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 641 static zend_always_inline void add_property_long(zval *arg, const char *key, zend_long n) { in add_property_long() function
|
Completed in 41 milliseconds