Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 1133) sorted by last modified time

12345678910>>...46

/php-src/ext/bcmath/
H A Dbcmath.c66 zend_long tmp; in ZEND_GET_MODULE() local
68 tmp = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_GET_MODULE()
69 if (tmp < 0 || tmp > INT_MAX) { in ZEND_GET_MODULE()
74 *p = (int) tmp; in ZEND_GET_MODULE()
/php-src/ext/bcmath/libbcmath/src/
H A Dfloor_or_ceil.c50 bc_num tmp = _bc_do_add(result, BCG(_one_), 0); in bc_floor_or_ceil() local
51 tmp->n_sign = result->n_sign; in bc_floor_or_ceil()
53 return tmp; in bc_floor_or_ceil()
H A Dround.c161 bc_num tmp; in bc_round() local
164 tmp = bc_new_num(num->n_len + 1, 0); in bc_round()
165 tmp->n_value[0] = 1; in bc_round()
166 tmp->n_sign = num->n_sign; in bc_round()
171 tmp = _bc_do_add(*result, scaled_one, (*result)->n_scale); in bc_round()
172 tmp->n_sign = (*result)->n_sign; in bc_round()
177 *result = tmp; in bc_round()
/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/curl/
H A Dinterface.c1075 char *tmp; in create_certinfo() local
1078 tmp = memchr(s, ':', sizeof(s)); in create_certinfo()
1079 if(tmp) { in create_certinfo()
1080 *tmp = '\0'; in create_certinfo()
/php-src/sapi/cgi/
H A Dcgi_main.c215 char *tmp = path; \
216 while (*tmp) { \
217 if (*tmp == '\\') *tmp = '/'; \
218 tmp++; \
/php-src/main/
H A Dfastcgi.c917 size_t tmp; in safe_write() local
921 tmp = count - n; in safe_write()
924 unsigned int out_len = tmp > UINT_MAX ? UINT_MAX : (unsigned int)tmp; in safe_write()
928 int out_len = tmp > INT_MAX ? INT_MAX : (int)tmp; in safe_write()
954 size_t tmp; in safe_read() local
958 tmp = count - n; in safe_read()
961 unsigned int in_len = tmp > INT_MAX ? INT_MAX : (unsigned int)tmp; in safe_read()
965 int in_len = tmp > INT_MAX ? INT_MAX : (int)tmp; in safe_read()
/php-src/ext/odbc/
H A Dphp_odbc.c1031 zval *pv_res, *tmp; in PHP_FUNCTION() local
1392 zval *pv_res, tmp; in php_odbc_fetch_hash() local
1481 ZVAL_FALSE(&tmp); in php_odbc_fetch_hash()
1483 ZVAL_NULL(&tmp); in php_odbc_fetch_hash()
1487 ZVAL_FALSE(&tmp); in php_odbc_fetch_hash()
1495 ZVAL_NULL(&tmp); in php_odbc_fetch_hash()
1510 zend_hash_update(Z_ARRVAL_P(return_value), Z_STR(tmp), &tmp); in php_odbc_fetch_hash()
1644 ZVAL_NULL(&tmp); in PHP_FUNCTION()
1656 ZVAL_NULL(&tmp); in PHP_FUNCTION()
2569 char tmp[32];
[all …]
/php-src/ext/dom/
H A Dphp_dom.c393 zval tmp; in dom_write_property() local
394 ZVAL_COPY(&tmp, value); in dom_write_property()
396 zval_ptr_dtor(&tmp); in dom_write_property()
399 hnd->write_func(obj, &tmp); in dom_write_property()
400 zval_ptr_dtor(&tmp); in dom_write_property()
419 zval tmp; in dom_property_exists() local
429 zval_ptr_dtor(&tmp); in dom_property_exists()
1362 const xmlChar* tmp; in dom_namednode_iter() local
1383 mapptr->ns = BAD_CAST tmp; in dom_namednode_iter()
1431 zval tmp; in dom_object_namespace_node_free_storage() local
[all …]
H A Dnode.c2130 zval *tmp; in dom_canonicalization() local
2134 tmp = zend_hash_find_deref(ht, ZSTR_KNOWN(ZEND_STR_QUERY)); in dom_canonicalization()
2135 if (!tmp) { in dom_canonicalization()
2140 if (Z_TYPE_P(tmp) != IS_STRING) { in dom_canonicalization()
2142 …ent_type_error(3 + mode, "\"query\" option must be a string, %s given", zend_zval_value_name(tmp)); in dom_canonicalization()
2145 xquery = Z_STRVAL_P(tmp); in dom_canonicalization()
2150 tmp = zend_hash_str_find_deref(ht, "namespaces", sizeof("namespaces")-1); in dom_canonicalization()
2151 if (tmp && Z_TYPE_P(tmp) == IS_ARRAY && !HT_IS_PACKED(Z_ARRVAL_P(tmp))) { in dom_canonicalization()
2155 ZEND_HASH_MAP_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(tmp), prefix, tmpns) { in dom_canonicalization()
/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/ext/libxml/
H A Dlibxml.c413 xmlChar *tmp = xmlStrdup(resolved_path + pre_len); in php_libxml_streams_IO_open_wrapper() local
415 resolved_path = tmp; in php_libxml_streams_IO_open_wrapper()
/php-src/ext/reflection/
H A Dphp_reflection.c1173 zval tmp; in read_attributes() local
1214 add_next_index_zval(ret, &tmp); in read_attributes()
3287 char *tmp; in instantiate_reflection_method() local
3295 tmp_len = tmp - name; in instantiate_reflection_method()
3298 method_name = tmp + 2; in instantiate_reflection_method()
4656 char *tmp, *str_name; in ZEND_METHOD() local
4683 str_name = tmp + 2; in ZEND_METHOD()
5784 zval *tmp; in ZEND_METHOD() local
5794 if (Z_TYPE_P(tmp) != IS_NULL && Z_TYPE_P(tmp) != IS_OBJECT) { in ZEND_METHOD()
6705 zval tmp; in ZEND_METHOD() local
[all …]
/php-src/Zend/
H A Dzend_compile.c421 zval tmp; in zend_register_seen_symbol() local
422 ZVAL_LONG(&tmp, kind); in zend_register_seen_symbol()
423 zend_hash_add_new(&FC(seen_symbols), name, &tmp); in zend_register_seen_symbol()
4372 zval *val, tmp; in zend_compile_func_in_array() local
4376 ZVAL_TRUE(&tmp); in zend_compile_func_in_array()
4381 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
4383 zend_hash_index_add(dst, Z_LVAL_P(val), &tmp); in zend_compile_func_in_array()
4398 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
10362 zend_string *tmp = zend_resolve_class_name_ast(class_ast); in zend_compile_const_expr_class_const() local
10365 if (tmp != class_name) { in zend_compile_const_expr_class_const()
[all …]
H A Dzend_builtin_functions.c1256 zval *tmp; in ZEND_FUNCTION() local
1786 zval tmp; in zend_fetch_debug_backtrace() local
1808 ZVAL_STR_COPY(&tmp, filename); in zend_fetch_debug_backtrace()
1810 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
1814 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
1880 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
1906 ZVAL_ARR(&tmp, args); in zend_fetch_debug_backtrace()
1909 ZVAL_ARR(&tmp, stack_frame); in zend_fetch_debug_backtrace()
1929 ZVAL_STR_COPY(&tmp, filename); in zend_fetch_debug_backtrace()
1931 ZVAL_LONG(&tmp, lineno); in zend_fetch_debug_backtrace()
[all …]
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 …]
/php-src/ext/pcntl/
H A Dpcntl.c804 zend_long tmp = zval_try_get_long(user_signal_no, &failed); in php_pcntl_set_user_signal_infos() local
811 if (tmp < 1 || tmp >= PCNTL_G(num_signals)) { in php_pcntl_set_user_signal_infos()
817 int signal_no = (int) tmp; in php_pcntl_set_user_signal_infos()
1624 zend_ulong tmp; in PHP_FUNCTION() local
1625 if (!ZEND_HANDLE_NUMERIC(Z_STR_P(ncpu), tmp)) { in PHP_FUNCTION()
1631 cpu = (zend_long)tmp; in PHP_FUNCTION()
/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/pgsql/
H A Dpgsql.c329 zval tmp; in _php_pgsql_notice_handler() local
833 char *tmp; in php_pgsql_get_link_info() local
839 if(tmp) add_assoc_string(return_value, _x, tmp); \ in php_pgsql_get_link_info()
3198 strlcpy(query, ZSTR_VAL(tmp), ZSTR_LEN(tmp) + 2); in PHP_FUNCTION()
3328 if (!tmp) { in PHP_FUNCTION()
3334 PQfreemem(tmp); in PHP_FUNCTION()
3342 char *tmp; in php_pgsql_escape_internal() local
3370 if (!tmp) { in php_pgsql_escape_internal()
3376 PQfreemem(tmp); in php_pgsql_escape_internal()
5286 char *tmp; in php_pgsql_insert() local
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc9889 /* vregs + tmp + fixed + SRATCH + ALL */
H A Dir_aarch64.dasc5541 /* vregs + tmp + fixed + SRATCH + ALL */
H A Dir_ra.c1725 ir_ref tmp; in ir_swap_operands() local
1727 tmp = insn->op1; in ir_swap_operands()
1729 insn->op2 = tmp; in ir_swap_operands()
1778 uint8_t tmp = p1->flags; in ir_swap_operands() local
1780 p2->flags = tmp; in ir_swap_operands()
/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 …]

Completed in 429 milliseconds

12345678910>>...46