Home
last modified time | relevance | path

Searched refs:tmp (Results 51 – 75 of 1134) sorted by last modified time

12345678910>>...46

/php-src/ext/soap/
H A Dphp_sdl.c396 if (tmp) { in load_wsdl_ex()
464 if (!tmp) { in wsdl_soap_binding_header()
479 if (!tmp) { in wsdl_soap_binding_header()
499 if (tmp) { in wsdl_soap_binding_header()
505 if (tmp) { in wsdl_soap_binding_header()
586 if (tmp) { in wsdl_soap_binding_body()
591 if (tmp) { in wsdl_soap_binding_body()
630 if (tmp) { in wsdl_soap_binding_body()
2455 *enc = tmp; in make_persistent_sdl_encoder_ref()
3179 free(tmp); in delete_psdl_int()
[all …]
/php-src/ext/phar/
H A Dphar.c90 char *tmp; in phar_split_cache_list() local
102 tmp = estrdup(PHAR_G(cache_list)); in phar_split_cache_list()
120 for (key = php_strtok_r(tmp, ds, &lasts); in phar_split_cache_list()
138 efree(tmp); in phar_split_cache_list()
164 efree(tmp); in phar_split_cache_list()
372 if (entry->tmp) { in destroy_phar_manifest_entry_int()
373 pefree(entry->tmp, entry->is_persistent); in destroy_phar_manifest_entry_int()
374 entry->tmp = 0; in destroy_phar_manifest_entry_int()
H A Dstream.c638 if (!entry->tmp || !entry->is_mounted) { in phar_wrapper_stat()
641 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key)); in phar_wrapper_stat()
858 entry->link = entry->tmp = NULL; in phar_wrapper_rename()
/php-src/ext/opcache/
H A Dzend_persist_calc.c40 zend_string *tmp = accel_new_interned_string(str); \
41 if (tmp != (str)) { \
42 (str) = tmp; \
310 zval tmp; in zend_persist_op_array_calc_ex() local
311 ZVAL_PTR(&tmp, op_array->dynamic_func_defs[i]); in zend_persist_op_array_calc_ex()
312 zend_persist_op_array_calc(&tmp); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c668 zval tmp; in zend_persist_op_array_ex() local
1149 if (tmp != NULL) { in zend_update_parent_ce()
1155 if (tmp != NULL) { in zend_update_parent_ce()
1161 if (tmp != NULL) { in zend_update_parent_ce()
1162 ce->clone = tmp; in zend_update_parent_ce()
1167 if (tmp != NULL) { in zend_update_parent_ce()
1168 ce->__get = tmp; in zend_update_parent_ce()
1173 if (tmp != NULL) { in zend_update_parent_ce()
1174 ce->__set = tmp; in zend_update_parent_ce()
1179 if (tmp != NULL) { in zend_update_parent_ce()
[all …]
/php-src/ext/standard/
H A Dimage.c417 zval *tmp; in php_read_APP() local
434 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(info), markername, strlen(markername))) == NULL) { in php_read_APP()
1351 char tmp[12]; in php_getimagetype() local
1354 if ( !filetype) filetype = tmp; in php_getimagetype()
H A Darray.c3109 ZVAL_CHAR(&tmp, low);
4029 zval tmp; local
4050 ZVAL_UNDEF(&tmp);
4054 src_zval = &tmp;
4076 zval_ptr_dtor(&tmp);
4547 *tmp; local
4567 Z_LVAL_P(tmp)++;
4575 Z_LVAL_P(tmp)++;
6406 zval tmp; local
6412 zval tmp; local
[all …]
H A Dbrowscap.c271 zval tmp; in browscap_entry_add_kv_to_existing_array() local
272 ZVAL_STR_COPY(&tmp, bdata->kv[i].value); in browscap_entry_add_kv_to_existing_array()
273 zend_hash_add(ht, bdata->kv[i].key, &tmp); in browscap_entry_add_kv_to_existing_array()
278 zval tmp; in browscap_entry_to_array() local
281 ZVAL_STR(&tmp, browscap_convert_pattern(entry->pattern, 0)); in browscap_entry_to_array()
284 zend_hash_add_new(ht, key, &tmp); in browscap_entry_to_array()
287 ZVAL_STR_COPY(&tmp, entry->pattern); in browscap_entry_to_array()
290 zend_hash_add_new(ht, key, &tmp); in browscap_entry_to_array()
294 ZVAL_STR_COPY(&tmp, entry->parent); in browscap_entry_to_array()
297 zend_hash_add_new(ht, key, &tmp); in browscap_entry_to_array()
/php-src/ext/spl/
H A Dspl_observer.c327 zval tmp, storage; in spl_object_storage_debug_info() local
339 array_init(&tmp); in spl_object_storage_debug_info()
342 Z_ARRVAL_P(&tmp)->pDestructor = NULL; in spl_object_storage_debug_info()
345 add_assoc_zval_ex(&tmp, "obj", sizeof("obj") - 1, &obj); in spl_object_storage_debug_info()
347 zend_hash_next_index_insert(Z_ARRVAL(storage), &tmp); in spl_object_storage_debug_info()
980 zval tmp; in PHP_METHOD() local
993 zend_hash_next_index_insert(Z_ARRVAL(tmp), &obj); in PHP_METHOD()
995 zend_hash_next_index_insert(Z_ARRVAL(tmp), &elem->inf); in PHP_METHOD()
997 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &tmp); in PHP_METHOD()
1000 ZVAL_ARR(&tmp, zend_proptable_to_symtable( in PHP_METHOD()
[all …]
/php-src/main/
H A DSAPI.c1024 char *value, *tmp; in sapi_getenv() local
1033 tmp = sapi_module.getenv(name, name_len); in sapi_getenv()
1034 if (!tmp) { in sapi_getenv()
1037 value = estrdup(tmp); in sapi_getenv()
1041 free(tmp); in sapi_getenv()
/php-src/ext/hash/
H A Dhash.c236 zval tmp; in php_hash_serialize_spec() local
250 ZVAL_STRINGL(&tmp, (char *) buf + pos, count); in php_hash_serialize_spec()
251 zend_hash_next_index_insert(Z_ARRVAL_P(zv), &tmp); in php_hash_serialize_spec()
257 ZVAL_LONG(&tmp, (int32_t) val); in php_hash_serialize_spec()
258 zend_hash_next_index_insert(Z_ARRVAL_P(zv), &tmp); in php_hash_serialize_spec()
260 ZVAL_LONG(&tmp, (int32_t) (val >> 32)); in php_hash_serialize_spec()
1453 zval tmp; in PHP_METHOD() local
1468 ZVAL_STRING(&tmp, hash->ops->algo); in PHP_METHOD()
1471 ZVAL_LONG(&tmp, hash->options); in PHP_METHOD()
1479 ZVAL_LONG(&tmp, magic); in PHP_METHOD()
[all …]
/php-src/ext/xml/
H A Dxml.c607 zval tmp; in _xml_startElementHandler() local
612 ZVAL_STR(&tmp, val); in _xml_startElementHandler()
613 zend_symtable_update(Z_ARRVAL(args[2]), att, &tmp); in _xml_startElementHandler()
646 zval tmp; in _xml_startElementHandler() local
651 ZVAL_STR(&tmp, val); in _xml_startElementHandler()
652 zend_symtable_update(Z_ARRVAL(atr), att, &tmp); in _xml_startElementHandler()
/php-src/ext/curl/tests/
H A Dcurl_read_callback.phpt21 $sReadFile = $sFileBase.'_in.tmp';
22 $sWriteFile = $sFileBase.'_out.tmp';
44 $sReadFile = $sFileBase.'_in.tmp';
45 $sWriteFile = $sFileBase.'_out.tmp';
H A Dcurl_read_trampoline.phpt18 $sReadFile = $sFileBase.'_in.tmp';
19 $sWriteFile = $sFileBase.'_out.tmp';
42 $sReadFile = $sFileBase.'_in.tmp';
43 $sWriteFile = $sFileBase.'_out.tmp';
/php-src/ext/filter/
H A Dfilter.c279 zval *tmp; in php_zval_filter() local
281 ZVAL_COPY(value, tmp); in php_zval_filter()
526 zval tmp; in php_filter_call() local
527 ZVAL_COPY_VALUE(&tmp, filtered); in php_filter_call()
529 add_next_index_zval(filtered, &tmp); in php_filter_call()
538 zval *tmp, *arg_elm; in php_filter_array_handler() local
555 if ((tmp = zend_hash_find(Z_ARRVAL_P(input), arg_key)) == NULL) { in php_filter_array_handler()
561 ZVAL_DEREF(tmp); in php_filter_array_handler()
562 ZVAL_DUP(&nval, tmp); in php_filter_array_handler()
579 zval *input = NULL, *tmp; in PHP_FUNCTION() local
[all …]
/php-src/Zend/
H A Dzend_API.c1491 zval tmp; in zend_update_class_constant() local
1857 zval tmp; in add_assoc_long_ex() local
1866 zval tmp; in add_assoc_null_ex() local
1875 zval tmp; in add_assoc_bool_ex() local
1884 zval tmp; in add_assoc_resource_ex() local
1893 zval tmp; in add_assoc_double_ex() local
1902 zval tmp; in add_assoc_str_ex() local
1911 zval tmp; in add_assoc_string_ex() local
1920 zval tmp; in add_assoc_stringl_ex() local
1929 zval tmp; in add_assoc_array_ex() local
[all …]
H A Dzend_alloc.c917 tmp &= tmp + 1;
935 tmp |= tmp - 1;
964 tmp &= tmp + 1;
997 tmp |= tmp - 1;
2298 if (!tmp || ZEND_ATOL(tmp)) {
2875 char *tmp; local
2879 if (tmp && !ZEND_ATOL(tmp)) {
2905 if (tmp && ZEND_ATOL(tmp)) {
3089 return tmp;
3096 void *tmp; local
[all …]
H A Dzend_strtod.c4608 Bigint *tmp; in destroy_freelist() local
4613 while ((tmp = *listp) != NULL) { in destroy_freelist()
4614 *listp = tmp->next; in destroy_freelist()
4615 FREE(tmp); in destroy_freelist()
4624 Bigint **listp, *tmp; in free_p5s() local
4628 while ((tmp = *listp) != NULL) { in free_p5s()
4629 *listp = tmp->next; in free_p5s()
4630 FREE(tmp); in free_p5s()
H A Dzend.c234 if (tmp < 0) { in ZEND_INI_MH()
238 EG(fiber_stack_size) = tmp; in ZEND_INI_MH()
372 zval *tmp; in print_hash() local
382 ZEND_HASH_FOREACH_KEY_VAL_IND(ht, num_key, string_key, tmp) { in print_hash()
423 zval *tmp; in print_flat_hash() local
439 zend_print_flat_zval_r_to_buf(buf, tmp); in print_flat_hash()
950 char *tmp = getenv("USE_ZEND_DTRACE"); in zend_startup() local
952 if (tmp && ZEND_ATOL(tmp)) { in zend_startup()
1882 zval *tmp = zend_stack_top(&EG(user_exception_handlers)); in zend_user_exception_handler() local
1883 if (tmp) { in zend_user_exception_handler()
[all …]
/php-src/ext/openssl/
H A Dopenssl.c652 zval subitem, tmp; in php_openssl_add_assoc_name_entry() local
697 array_init(&tmp); in php_openssl_add_assoc_name_entry()
3572 zval tmp; in php_openssl_pkey_from_zval() local
3574 ZVAL_NULL(&tmp); in php_openssl_pkey_from_zval()
3577 if (Z_TYPE(tmp) == IS_STRING) {\ in php_openssl_pkey_from_zval()
3578 zval_ptr_dtor_str(&tmp); \ in php_openssl_pkey_from_zval()
3596 ZVAL_COPY(&tmp, zphrase); in php_openssl_pkey_from_zval()
3601 passphrase = Z_STRVAL(tmp); in php_openssl_pkey_from_zval()
3628 zval_ptr_dtor_str(&tmp); in php_openssl_pkey_from_zval()
3718 if (Z_TYPE(tmp) == IS_STRING) { in php_openssl_pkey_from_zval()
[all …]
/php-src/ext/mbstring/
H A Dmbstring.c905 zend_string *tmp; in PHP_INI_MH() local
913 if (ZSTR_LEN(tmp) > 0) { in PHP_INI_MH()
915 zend_string_release_ex(tmp, 0); in PHP_INI_MH()
926 zend_string_release_ex(tmp, 0); in PHP_INI_MH()
1185 char tmp[256]; in PHP_MINFO_FUNCTION() local
1186 …snprintf(tmp, sizeof(tmp), "%d.%d.%d", MBFL_VERSION_MAJOR, MBFL_VERSION_MINOR, MBFL_VERSION_TEENY); in PHP_MINFO_FUNCTION()
2877 HashTable *tmp; in PHP_FUNCTION() local
2880 RETVAL_ARR(tmp); in PHP_FUNCTION()
3475 zval tmp; in PHP_FUNCTION() local
3907 *mapelm++ = tmp; in make_conversion_map()
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c262 lxb_dom_node_t *tmp; in lxb_dom_node_destroy_deep() local
271 tmp = node->parent; in lxb_dom_node_destroy_deep()
275 node = tmp; in lxb_dom_node_destroy_deep()
284 tmp = node->next; in lxb_dom_node_destroy_deep()
288 node = tmp; in lxb_dom_node_destroy_deep()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c96 lxb_char_t *tmp = lexbor_mraw_realloc(mraw, str->data, new_size); in lexbor_str_realloc() local
97 if (tmp == NULL) { in lexbor_str_realloc()
101 str->data = tmp; in lexbor_str_realloc()
103 return tmp; in lexbor_str_realloc()
109 lxb_char_t *tmp; in lexbor_str_check_size() local
119 tmp = lexbor_mraw_realloc(mraw, str->data, (str->length + plus_len)); in lexbor_str_check_size()
120 if (tmp == NULL) { in lexbor_str_check_size()
124 str->data = tmp; in lexbor_str_check_size()
126 return tmp; in lexbor_str_check_size()
H A Dstr.h27 void *tmp; \
33 tmp = lexbor_mraw_realloc(mraw, str->data, \
36 if (tmp == NULL) { \
40 str->data = (lxb_char_t *) tmp; \
214 lxb_char_t *tmp; in lexbor_str_length_set() local
216 tmp = lexbor_str_realloc(str, mraw, length + 1); in lexbor_str_length_set()
217 if (tmp == NULL) { in lexbor_str_length_set()
H A Ddiyfp.h223 uint64_t a, b, c, d, ac, bc, ad, bd, tmp; in lexbor_diyfp_mul()
235 tmp = (bd >> 32) + (ad & 0xffffffff) + (bc & 0xffffffff); in lexbor_diyfp_mul()
239 tmp += 1U << 31; in lexbor_diyfp_mul()
241 return lexbor_diyfp(ac + (ad >> 32) + (bc >> 32) + (tmp >> 32), in lexbor_diyfp_mul()

Completed in 185 milliseconds

12345678910>>...46