Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/sapi/apache2filter/
H A Dphp_functions.c327 smart_str tmp1 = {0}; in PHP_MINFO_FUNCTION() local
334 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
336 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
338 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
340 if ((tmp1.len - 1) >= 0) { in PHP_MINFO_FUNCTION()
341 tmp1.c[tmp1.len - 1] = '\0'; in PHP_MINFO_FUNCTION()
348 php_info_print_table_row(2, "Loaded Modules", tmp1.c); in PHP_MINFO_FUNCTION()
349 smart_str_free(&tmp1); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c463 tmp1 = L & 0xFF; \
469 tmp1 = data.ctx.S[3][tmp1]; \
475 tmp3 += tmp1; \
482 tmp1 = L & 0xFF; \
483 tmp1 <<= 2; \
490 tmp1 = BF_INDEX(data.ctx.S[3], tmp1); \
496 tmp3 += tmp1; \
670 BF_word tmp1, tmp2, tmp3, tmp4; in BF_crypt() local
745 tmp1 = data.binary.salt[0]; in BF_crypt()
750 data.ctx.P[i] ^= tmp1; in BF_crypt()
[all …]
H A Dinfo.c903 char **env, *tmp1, *tmp2; in php_print_info() local
1089 tmp1 = estrdup(*env); in php_print_info()
1090 if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */ in php_print_info()
1091 efree(tmp1); in php_print_info()
1096 php_info_print_table_row(2, tmp1, tmp2); in php_print_info()
1097 efree(tmp1); in php_print_info()
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c369 smart_str tmp1 = {0}; in PHP_MINFO_FUNCTION() local
385 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
387 smart_str_appends(&tmp1, s); in PHP_MINFO_FUNCTION()
389 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
391 if ((tmp1.len - 1) >= 0) { in PHP_MINFO_FUNCTION()
392 tmp1.c[tmp1.len - 1] = '\0'; in PHP_MINFO_FUNCTION()
429 php_info_print_table_row(2, "Loaded Modules", tmp1.c); in PHP_MINFO_FUNCTION()
431 smart_str_free(&tmp1); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c514 smart_str tmp1 = {0}; in PHP_MINFO_FUNCTION() local
519 smart_str_appends(&tmp1, "none"); in PHP_MINFO_FUNCTION()
522 smart_str_appends(&tmp1, modules[i]); in PHP_MINFO_FUNCTION()
523 smart_str_appendc(&tmp1, ' '); in PHP_MINFO_FUNCTION()
525 smart_str_0(&tmp1); in PHP_MINFO_FUNCTION()
546 php_info_print_table_row(2, "Supported ciphers", tmp1.c); in PHP_MINFO_FUNCTION()
548 smart_str_free(&tmp1); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/standard/tests/file/
H A Dfeof_basic.phpt14 $tmpFile1 = __FILE__.".tmp1";
/PHP-5.5/ext/ldap/
H A Dldap.c958 zval *tmp1, *tmp2; in PHP_FUNCTION() local
993 MAKE_STD_ZVAL(tmp1); in PHP_FUNCTION()
994 array_init(tmp1); in PHP_FUNCTION()
1012 …zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2… in PHP_FUNCTION()
1013 add_index_string(tmp1, num_attrib, attribute, 1); in PHP_FUNCTION()
1027 add_assoc_long(tmp1, "count", num_attrib); in PHP_FUNCTION()
1029 add_assoc_string(tmp1, "dn", dn, 1); in PHP_FUNCTION()
1036 …zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, (void *) &tmp1, sizeof(zval *), NULL… in PHP_FUNCTION()

Completed in 53 milliseconds