Searched refs:add_property_long (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/ext/imap/ |
H A D | php_imap.c | 3390 add_property_long(return_value, "ifid", 1); in PHP_FUNCTION() 3393 add_property_long(return_value, "ifid", 0); in PHP_FUNCTION() 4675 add_property_long(arg, "type", body->type); in _php_imap_add_body() 4683 add_property_long(arg, "ifsubtype", 1); in _php_imap_add_body() 4686 add_property_long(arg, "ifsubtype", 0); in _php_imap_add_body() 4690 add_property_long(arg, "ifdescription", 1); in _php_imap_add_body() 4693 add_property_long(arg, "ifdescription", 0); in _php_imap_add_body() 4697 add_property_long(arg, "ifid", 1); in _php_imap_add_body() 4700 add_property_long(arg, "ifid", 0); in _php_imap_add_body() 4736 add_property_long(arg, "ifparameters", 1); in _php_imap_add_body() [all …]
|
/PHP-7.3/sapi/apache2handler/ |
H A D | php_functions.c | 110 add_property_long(return_value, #name, rr->name) 112 add_property_long(return_value, #name, apr_time_sec(rr->name));
|
/PHP-7.3/ext/standard/ |
H A D | user_filters.c | 419 add_property_long(return_value, "datalen", bucket->buflen); in PHP_FUNCTION() 526 add_property_long(return_value, "datalen", bucket->buflen); in PHP_FUNCTION()
|
/PHP-7.3/ext/libxml/ |
H A D | libxml.c | 1026 add_property_long(return_value, "level", error->level); in PHP_FUNCTION() 1027 add_property_long(return_value, "code", error->code); in PHP_FUNCTION() 1028 add_property_long(return_value, "column", error->int2); in PHP_FUNCTION() 1039 add_property_long(return_value, "line", error->line); in PHP_FUNCTION()
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1073 add_property_long(return_value, "min_length", minlength); 1074 add_property_long(return_value, "max_length", maxlength); 1075 add_property_long(return_value, "number", number); 1076 add_property_long(return_value, "state", state);
|
H A D | mysqli_api.c | 1173 add_property_long(value, "max_length", field->max_length); 1174 add_property_long(value, "length", field->length); 1175 add_property_long(value, "charsetnr", field->charsetnr); 1176 add_property_long(value, "flags", field->flags); 1177 add_property_long(value, "type", field->type); 1178 add_property_long(value, "decimals", field->decimals);
|
/PHP-7.3/ext/soap/ |
H A D | soap.c | 848 add_property_long(this_ptr, "actor", Z_LVAL_P(actor)); in PHP_METHOD() 974 add_property_long(this_ptr, "enc_type", UNKNOWN_TYPE); in PHP_METHOD() 977 add_property_long(this_ptr, "enc_type", Z_LVAL_P(type)); in PHP_METHOD() 2302 add_property_long(this_ptr, "style", Z_LVAL_P(tmp)); 2308 add_property_long(this_ptr, "use", Z_LVAL_P(tmp)); 2379 add_property_long(this_ptr, "trace", 1); 2395 add_property_long(this_ptr, "compression", Z_LVAL_P(tmp)); 2422 add_property_long(this_ptr, "_features", Z_LVAL_P(tmp)); 2452 add_property_long(this_ptr, "_keep_alive", 0); 2457 add_property_long(this_ptr, "_ssl_method", Z_LVAL_P(tmp)); [all …]
|
H A D | php_http.c | 524 add_property_long(this_ptr, "_use_proxy", use_proxy); in make_http_soap_request()
|
H A D | php_encoding.c | 2850 add_property_long(&soapvar, "enc_type", enc->details.type); in guess_zval_convert()
|
/PHP-7.3/ext/snmp/ |
H A D | snmp.c | 653 add_property_long(snmpval, "type", vars->type); in php_snmp_getvalue()
|
/PHP-7.3/Zend/ |
H A D | zend_API.h | 458 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) macro
|
Completed in 80 milliseconds