/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); 63 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2); 66 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2); 70 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2); 72 if (0 !== $tmp1) 73 printf("[013] Expecting int/0 got %s/%s\n", gettype($tmp1), $tmp1); 158 $tmp1 = $res->fetch_field(); 161 if ($tmp1 != $tmp2) { 163 var_dump($tmp1); 167 if ($tmp1 != $fields['res'][$pos]) { [all …]
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 94 #define tmp1 r1 macro 1203 index = tmp1; in emit_rx() 1209 index = tmp1; in emit_rx() 1211 base = tmp1; in emit_rx() 1252 FAIL_IF(push_inst(compiler, la(tmp1, 0, dst_r, tmp1))); in emit_siy() 3826 src_r = tmp1; in sljit_emit_select() 3901 offs = tmp1; in sljit_emit_mem() 3904 base = tmp1; in sljit_emit_mem() 3913 base = tmp1; in sljit_emit_mem() 3915 offs = tmp1; in sljit_emit_mem() [all …]
|
/php-src/ext/standard/ |
H A D | crypt_blowfish.c | 453 tmp1 = L & 0xFF; \ 459 tmp1 = data.ctx.S[3][tmp1]; \ 465 tmp3 += tmp1; \ 472 tmp1 = L & 0xFF; \ 473 tmp1 <<= 2; \ 480 tmp1 = BF_INDEX(data.ctx.S[3], tmp1); \ 486 tmp3 += tmp1; \ 652 BF_word tmp1, tmp2, tmp3, tmp4; in BF_crypt() local 727 tmp1 = data.binary.salt[0]; in BF_crypt() 732 data.ctx.P[i] ^= tmp1; in BF_crypt() [all …]
|
H A D | info.c | 762 char **env, *tmp1, *tmp2; in php_print_info() local 973 tmp1 = estrdup(*env); in php_print_info() 974 if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */ in php_print_info() 975 efree(tmp1); in php_print_info() 980 php_info_print_table_row(2, tmp1, tmp2); in php_print_info() 981 efree(tmp1); in php_print_info()
|
/php-src/sapi/apache2handler/ |
H A D | php_functions.c | 350 smart_str tmp1 = {0}; in PHP_MINFO_FUNCTION() local 362 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION() 365 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION() 367 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION() 370 if (!tmp1.s) { in PHP_MINFO_FUNCTION() 371 smart_str_appendc(&tmp1, '/'); in PHP_MINFO_FUNCTION() 373 smart_str_0(&tmp1); in PHP_MINFO_FUNCTION() 405 php_info_print_table_row(2, "Loaded Modules", ZSTR_VAL(tmp1.s)); in PHP_MINFO_FUNCTION() 407 smart_str_free(&tmp1); in PHP_MINFO_FUNCTION()
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | Document_head.phpt | 38 $tmp1 = $dom->documentElement->appendChild($dom->createElementNS("http://www.w3.org/1999/xhtml", "p… 42 $tmp1->remove();
|
H A D | Document_body_getter.phpt | 56 $tmp1 = $dom->documentElement->appendChild($dom->createElementNS("http://www.w3.org/1999/xhtml", "p… 60 $tmp1->remove();
|
/php-src/ext/standard/tests/file/ |
H A D | feof_basic.phpt | 8 $tmpFile1 = __FILE__.".tmp1";
|
/php-src/ext/ldap/ |
H A D | ldap.c | 752 zval tmp1; in _php_ldap_controls_to_array() local 765 _php_ldap_control_to_array(ld, *ctrlp, &tmp1, request); in _php_ldap_controls_to_array() 766 add_assoc_zval(array, (*ctrlp)->ldctl_oid, &tmp1); in _php_ldap_controls_to_array() 1878 zval tmp1, tmp2; in PHP_FUNCTION() local 1916 array_init(&tmp1); in PHP_FUNCTION() 1934 zend_hash_str_update(Z_ARRVAL(tmp1), attribute, attr_len, &tmp2); in PHP_FUNCTION() 1935 add_index_string(&tmp1, num_attrib, attribute); in PHP_FUNCTION() 1949 add_assoc_long(&tmp1, "count", num_attrib); in PHP_FUNCTION() 1952 add_assoc_string(&tmp1, "dn", dn); in PHP_FUNCTION() 1954 add_assoc_null(&tmp1, "dn"); in PHP_FUNCTION() [all …]
|
/php-src/Zend/Optimizer/ |
H A D | sccp.c | 1391 zval tmp1, tmp2; in sccp_visit_instr() local 1393 if (ct_eval_fetch_obj(&tmp1, op1, op2) == SUCCESS) { in sccp_visit_instr() 1394 if (ct_eval_incdec(&tmp2, opline->opcode, &tmp1) == SUCCESS) { in sccp_visit_instr() 1400 SET_RESULT(result, &tmp1); in sccp_visit_instr() 1402 zval_ptr_dtor_nogc(&tmp1); in sccp_visit_instr() 1408 zval_ptr_dtor_nogc(&tmp1); in sccp_visit_instr()
|