Searched refs:smart_str_append_long (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_5/ext/intl/ |
| H A D | intl_error.c | 261 smart_str_append_long( &ret, (long ) pe->line ); 271 smart_str_append_long( &ret, (long ) pe->offset );
|
| /PHP_5_5/ext/json/ |
| H A D | json.c | 329 smart_str_append_long(buf, (long) index); 418 smart_str_append_long(buf, p); 620 smart_str_append_long(buf, Z_LVAL_P(val));
|
| /PHP_5_5/ext/soap/ |
| H A D | php_schema.c | 463 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); 559 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); 1904 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types));
|
| H A D | php_encoding.c | 328 smart_str_append_long(&prefix, SOAP_GLOBAL(cur_uniq_ref)); 345 smart_str_append_long(&prefix, SOAP_GLOBAL(cur_uniq_ref)); 2420 smart_str_append_long(&array_size, dims[0]); 2423 smart_str_append_long(&array_size, dims[i]); 2450 smart_str_append_long(&array_size, dims[0]); 2453 smart_str_append_long(&array_size, dims[i]); 2458 smart_str_append_long(&array_size, i); 2471 smart_str_append_long(&array_size, dims[0]); 2474 smart_str_append_long(&array_size, dims[i]); 2500 smart_str_append_long( [all...] |
| H A D | php_http.c | 623 smart_str_append_long(&soap_headers, request_size);
|
| /PHP_5_5/ext/standard/ |
| H A D | php_smart_str.h | 89 #define smart_str_append_long(dest, val) \ macro
|
| H A D | var.c | 354 smart_str_append_long(buf, (long) hash_key->h); 406 smart_str_append_long(buf, (long) hash_key->h); 436 smart_str_append_long(buf, Z_LVAL_PP(struc)); 590 smart_str_append_long(buf, val); 598 smart_str_append_long(buf, len); 611 smart_str_append_long(buf, (int)name_len); 632 smart_str_append_long(buf, count); 724 smart_str_append_long(buf, (long)*var_already); 729 smart_str_append_long(buf, (long)*var_already); 738 smart_str_append_long(bu [all...] |
| /PHP_5_5/ext/session/ |
| H A D | session.c | 1207 smart_str_append_long(&ncookie, PS(cookie_lifetime));
|
| /PHP_5_5/ext/pgsql/ |
| H A D | pgsql.c | 1118 smart_str_append_long(&str, Z_LVAL_PP(args[1]) ^ PGSQL_CONNECT_FORCE_NEW); 6007 smart_str_append_long(&querystr, Z_LVAL_PP(val)); 6116 smart_str_append_long(querystr, Z_LVAL_PP(val));
|
Completed in 30 milliseconds