/php-src/ext/standard/ |
H A D | crypt_blowfish.c | 454 tmp2 = L >> 8; \ 455 tmp2 &= 0xFF; \ 460 tmp2 = data.ctx.S[2][tmp2]; \ 463 tmp3 ^= tmp2; \ 474 tmp2 = L >> 6; \ 475 tmp2 &= 0x3FC; \ 481 tmp2 = BF_INDEX(data.ctx.S[2], tmp2); \ 484 tmp3 ^= tmp2; \ 728 tmp2 = data.binary.salt[1]; in BF_crypt() 733 data.ctx.P[i + 1] ^= tmp2; in BF_crypt() [all …]
|
H A D | info.c | 215 zend_string *tmp2; in php_print_gpcse_array() local 216 zend_string *str = zval_get_tmp_string(tmp, &tmp2); in php_print_gpcse_array() 228 zend_tmp_string_release(tmp2); in php_print_gpcse_array() 762 char **env, *tmp1, *tmp2; in php_print_info() local 974 if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */ in php_print_info() 978 *tmp2 = 0; in php_print_info() 979 tmp2++; in php_print_info() 980 php_info_print_table_row(2, tmp1, tmp2); in php_print_info()
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_stmt_get_result_metadata.phpt | 58 printf("[009] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2); 62 if (($tmp1 = mysqli_field_count($link)) !== ($tmp2 = $res->field_count())) 63 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2); 65 if (($tmp1 = $res_meta->field_count()) !== $tmp2) 66 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2); 69 if (($tmp1 = mysqli_field_tell($res)) !== ($tmp2 = $res_meta->current_field)) 70 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2); 159 $tmp2 = mysqli_fetch_field($res_meta); 160 $tmp2->max_length = $tmp1->max_length; 161 if ($tmp1 != $tmp2) { [all …]
|
/php-src/ext/com_dotnet/ |
H A D | com_wrapper.c | 428 zval *tmp, tmp2; in generate_dispids() local 462 ZVAL_STR_COPY(&tmp2, name); in generate_dispids() 463 zend_hash_next_index_insert(disp->dispid_to_name, &tmp2); in generate_dispids() 466 ZVAL_LONG(&tmp2, pid); in generate_dispids() 467 zend_hash_update(disp->name_to_dispid, name, &tmp2); in generate_dispids() 497 ZVAL_STR_COPY(&tmp2, name); in generate_dispids() 498 zend_hash_next_index_insert(disp->dispid_to_name, &tmp2); in generate_dispids() 501 ZVAL_LONG(&tmp2, pid); in generate_dispids() 502 zend_hash_update(disp->name_to_dispid, name, &tmp2); in generate_dispids()
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | Document_head.phpt | 40 $tmp2 = $dom->documentElement->appendChild($dom->createElementNS("http://www.w3.org/1999/xhtml", "p… 44 $tmp2->remove();
|
H A D | Document_body_getter.phpt | 58 $tmp2 = $dom->documentElement->appendChild($dom->createElementNS("http://www.w3.org/1999/xhtml", "p… 62 $tmp2->remove();
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_64.c | 46 sljit_uw tmp2; in load_immediate() local 87 tmp2 = (sljit_uw)imm & (((sljit_uw)1 << (63 - shift)) - 1); in load_immediate() 89 if (tmp2 <= 0xffff) { in load_immediate() 92 return push_inst(compiler, ORI | S(reg) | A(reg) | (sljit_ins)tmp2); in load_immediate() 95 if (tmp2 <= 0xffffffff) { in load_immediate() 98 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (sljit_ins)(tmp2 >> 16))); in load_immediate() 99 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp2)) : SLJIT_SUCCESS; in load_immediate() 102 ASM_SLJIT_CLZ(tmp2, shift2); in load_immediate() 103 tmp2 <<= shift2; in load_immediate() 105 if ((tmp2 & ~0xffff000000000000ul) == 0) { in load_immediate() [all …]
|
/php-src/ext/standard/tests/file/ |
H A D | move_uploaded_file_basic.phpt | 37 $destination2 = __FILE__ . ".tmp2";
|
H A D | feof_basic.phpt | 31 $tmpFile2 = __FILE__.".tmp2";
|
/php-src/ext/fileinfo/ |
H A D | fileinfo.c | 372 const char *tmp2; in _php_finfo_get_type() local 387 wrap = php_stream_locate_url_wrapper(buffer, &tmp2, 0); in _php_finfo_get_type()
|
/php-src/ext/soap/ |
H A D | php_sdl.c | 1465 if (tmp2->use == SOAP_ENCODED) { in sdl_deserialize_soap_body() 1470 tmp2->name = sdl_deserialize_string(in); in sdl_deserialize_soap_body() 1471 tmp2->ns = sdl_deserialize_string(in); in sdl_deserialize_soap_body() 1474 tmp2->encode = encoders[n]; in sdl_deserialize_soap_body() 1476 tmp2->element = types[n]; in sdl_deserialize_soap_body() 2057 sdlSoapBindingFunctionHeaderPtr tmp2; in sdl_serialize_soap_body() local 2062 WSDL_CACHE_PUT_1(tmp2->use, out); in sdl_serialize_soap_body() 2063 if (tmp2->use == SOAP_ENCODED) { in sdl_serialize_soap_body() 2064 WSDL_CACHE_PUT_1(tmp2->encodingStyle, out); in sdl_serialize_soap_body() 2066 sdl_serialize_string(tmp2->name, out); in sdl_serialize_soap_body() [all …]
|
H A D | soap.c | 2000 zval *tmp, tmp2; in PHP_METHOD() local 2063 ZVAL_LONG(&tmp2, zval_get_long(tmp)); in PHP_METHOD() 2064 tmp = &tmp2; in PHP_METHOD()
|
/php-src/main/ |
H A D | php_ini.c | 824 zval *tmp2; local 853 if ((tmp2 = zend_hash_str_find(&configuration_hash, path, strlen(path))) != NULL) { 854 php_ini_activate_config(Z_ARRVAL_P(tmp2), PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
|
/php-src/Zend/Optimizer/ |
H A D | sccp.c | 1391 zval tmp1, tmp2; in sccp_visit_instr() local 1394 if (ct_eval_incdec(&tmp2, opline->opcode, &tmp1) == SUCCESS) { in sccp_visit_instr() 1396 ct_eval_assign_obj(&zv, &tmp2, op2); in sccp_visit_instr() 1398 SET_RESULT(result, &tmp2); in sccp_visit_instr() 1403 zval_ptr_dtor_nogc(&tmp2); in sccp_visit_instr()
|
/php-src/ext/ldap/ |
H A D | ldap.c | 1878 zval tmp1, tmp2; in PHP_FUNCTION() local 1925 array_init(&tmp2); in PHP_FUNCTION() 1926 add_assoc_long(&tmp2, "count", num_values); in PHP_FUNCTION() 1928 add_index_stringl(&tmp2, i, ldap_value[i]->bv_val, ldap_value[i]->bv_len); in PHP_FUNCTION() 1934 zend_hash_str_update(Z_ARRVAL(tmp1), attribute, attr_len, &tmp2); in PHP_FUNCTION()
|
/php-src/Zend/ |
H A D | zend_virtual_cwd.c | 810 char * tmp2 = substitutename + substitutename_off; in tsrm_realpath_r() local 812 *(path + bufindex) = *(tmp2 + bufindex); in tsrm_realpath_r()
|