Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt61 printf("[009] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
66 printf("[010] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
69 printf("[011] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
73 printf("[012] %s/%s !== %s/%s\n", gettype($tmp1), $tmp1, gettype($tmp2), $tmp2);
75 if (0 !== $tmp1)
76 printf("[013] Expecting int/0 got %s/%s\n", gettype($tmp1), $tmp1);
161 $tmp1 = $res->fetch_field();
164 if ($tmp1 != $tmp2) {
166 var_dump($tmp1);
170 if ($tmp1 != $fields['res'][$pos]) {
[all …]
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c466 tmp1 = L & 0xFF; \
472 tmp1 = data.ctx.S[3][tmp1]; \
478 tmp3 += tmp1; \
485 tmp1 = L & 0xFF; \
486 tmp1 <<= 2; \
493 tmp1 = BF_INDEX(data.ctx.S[3], tmp1); \
499 tmp3 += tmp1; \
673 BF_word tmp1, tmp2, tmp3, tmp4; in BF_crypt() local
748 tmp1 = data.binary.salt[0]; in BF_crypt()
753 data.ctx.P[i] ^= tmp1; in BF_crypt()
[all …]
H A Dinfo.c764 char **env, *tmp1, *tmp2; in php_print_info() local
960 tmp1 = estrdup(*env); in php_print_info()
961 if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */ in php_print_info()
962 efree(tmp1); in php_print_info()
967 php_info_print_table_row(2, tmp1, tmp2); in php_print_info()
968 efree(tmp1); in php_print_info()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c367 smart_str tmp1 = {0}; in PHP_MINFO_FUNCTION() local
383 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
385 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
387 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
389 if (tmp1.s) { in PHP_MINFO_FUNCTION()
390 if (tmp1.s->len > 0) { in PHP_MINFO_FUNCTION()
391 tmp1.s->val[tmp1.s->len - 1] = '\0'; in PHP_MINFO_FUNCTION()
393 tmp1.s->val[0] = '\0'; in PHP_MINFO_FUNCTION()
431 php_info_print_table_row(2, "Loaded Modules", tmp1.s->val); in PHP_MINFO_FUNCTION()
433 smart_str_free(&tmp1); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/standard/tests/file/
H A Dfeof_basic.phpt14 $tmpFile1 = __FILE__.".tmp1";
/PHP-7.4/ext/ldap/
H A Dldap.c627 zval tmp1; in _php_ldap_controls_to_array() local
640 _php_ldap_control_to_array(ld, *ctrlp, &tmp1, request); in _php_ldap_controls_to_array()
641 add_assoc_zval(array, (*ctrlp)->ldctl_oid, &tmp1); in _php_ldap_controls_to_array()
1832 zval tmp1, tmp2; in PHP_FUNCTION() local
1871 array_init(&tmp1); in PHP_FUNCTION()
1888 zend_hash_str_update(Z_ARRVAL(tmp1), php_strtolower(attribute, attr_len), attr_len, &tmp2); in PHP_FUNCTION()
1889 add_index_string(&tmp1, num_attrib, attribute); in PHP_FUNCTION()
1903 add_assoc_long(&tmp1, "count", num_attrib); in PHP_FUNCTION()
1906 add_assoc_string(&tmp1, "dn", dn); in PHP_FUNCTION()
1908 add_assoc_null(&tmp1, "dn"); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c1604 zval tmp1, tmp2; in sccp_visit_instr() local
1606 if (ct_eval_fetch_obj(&tmp1, op1, op2) == SUCCESS in sccp_visit_instr()
1607 && ct_eval_incdec(&tmp2, opline->opcode, &tmp1) == SUCCESS) { in sccp_visit_instr()
1615 SET_RESULT(result, &tmp1); in sccp_visit_instr()

Completed in 40 milliseconds