Home
last modified time | relevance | path

Searched refs:tmp (Results 1051 – 1075 of 1192) sorted by relevance

1...<<4142434445464748

/PHP-7.3/Zend/
H A Dzend_execute.c1391 zend_string *tmp = zval_get_string_func(value); in zend_assign_to_string_offset() local
1393 string_len = ZSTR_LEN(tmp); in zend_assign_to_string_offset()
1394 c = (zend_uchar)ZSTR_VAL(tmp)[0]; in zend_assign_to_string_offset()
1395 zend_string_release_ex(tmp, 0); in zend_assign_to_string_offset()
2910 znode_op tmp; in zend_swap_operands() local
2913 tmp = op->op1; in zend_swap_operands()
2917 op->op2 = tmp; in zend_swap_operands()
H A Dzend_vm_execute.h3767 zval tmp; local
12625 zval tmp; local
22597 value = &tmp;
22718 value = &tmp;
22839 value = &tmp;
22960 value = &tmp;
24968 value = &tmp;
25089 value = &tmp;
37950 zval tmp; local
65089 zval tmp; local
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dbasename.phpt144 var_dump( basename("/var/tmp/bar.gz", ".gz", ".gz") );
H A Duserstreams.phpt72 rewind($tf) or die("failed to rewind tmp file!");
H A Dfseek_ftell_rewind_variation4-win32.phpt34 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation4.tmp"; // this is name of the file cre…
H A Dfseek_ftell_rewind_variation4.phpt34 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation4.tmp"; // this is name of the file cre…
H A Dfseek_ftell_rewind_variation6-win32.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation6.tmp"; // this is name of the file cre…
H A Dfseek_ftell_rewind_variation6.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation6.tmp"; // this is name of the file cre…
H A Dfseek_ftell_rewind_variation8-win32.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation8.tmp"; // this is name of the file cre…
H A Dfseek_ftell_rewind_variation8.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation8.tmp"; // this is name of the file cre…
H A Dfgets_variation6-win32.phpt27 $filename = dirname(__FILE__)."/fgets_variation4.tmp";
H A Dfgets_variation6.phpt27 $filename = dirname(__FILE__)."/fgets_variation4.tmp";
H A Dfseek_ftell_rewind_variation2-win32.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation2.tmp"; // this is name of the file cre…
H A Dfseek_ftell_rewind_variation2.phpt35 $filename = dirname(__FILE__)."/fseek_ftell_rewind_variation2.tmp"; // this is name of the file cre…
H A Dfgets_basic.phpt24 …$filename = dirname(__FILE__)."/fgets_basic1.tmp"; // this is name of the file created by create_f…
H A Dfgetss_variation2.phpt32 $filename = dirname(__FILE__)."/fgetss_variation2.tmp";
H A Dfgetcsv_variation26.phpt29 $filename = dirname(__FILE__) . '/fgetcsv_variation26.tmp';
H A Dfputcsv_variation14.phpt32 $filename = "$file_path/fputcsv_variation14.tmp";
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c2953 char *name_str, *tmp; in ZEND_METHOD() local
2962 if ((tmp = strstr(name_str, "::")) == NULL) { in ZEND_METHOD()
2968 tmp_len = tmp - name_str; in ZEND_METHOD()
2971 name_str = tmp + 2; in ZEND_METHOD()
4261 char *tmp, *str_name; in ZEND_METHOD() local
4288 if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) { in ZEND_METHOD()
4289 classname_len = tmp - ZSTR_VAL(name); in ZEND_METHOD()
4294 str_name = tmp + 2; in ZEND_METHOD()
5508 zval *tmp; in ZEND_METHOD() local
5521 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz", &tmp, &value) == FAILURE) { in ZEND_METHOD()
/PHP-7.3/ext/sockets/
H A Dsockets.c652 LPTSTR tmp = NULL; local
656 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &tmp, 0, NULL)
662 SOCKETS_G(strerror_buf) = estrdup(tmp);
663 LocalFree(tmp);
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt84 $tmp = $link = null;
85 if (!is_null($tmp = @mysqli_get_client_stats($link)))
86 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.3/ext/phar/
H A Ddirstream.c376 return php_stream_opendir(entry->tmp, options, context); in phar_wrapper_open_dir()
/PHP-7.3/
H A DUPGRADING.INTERNALS135 - FETCH_CONSTANT op1<fetch-flags>, op2<name>, result<tmp>
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c1110 ZVAL_NEW_STR(&tmp, zend_string_init(value, sizeof(value) - 1, 1)); \
1111 zend_hash_str_update(configuration_hash, name, sizeof(name) - 1, &tmp);
1115 zval tmp; in phpdbg_ini_defaults() local
/PHP-7.3/ext/date/lib/
H A Dparse_date.c444 return tmp; in timelib_string()
745 timelib_long tmp; in timelib_parse_tz_cor() local
760 return tmp; in timelib_parse_tz_cor()
763 return tmp; in timelib_parse_tz_cor()
766 return sHOUR(tmp / 100) + sMIN(tmp % 100); in timelib_parse_tz_cor()
770 return tmp; in timelib_parse_tz_cor()
22329 timelib_sll tmp; in timelib_parse_from_format_with_map() local
22430 s->time->d = tmp + 1; in timelib_parse_from_format_with_map()
22445 if (!tmp) { in timelib_parse_from_format_with_map()
22448 s->time->m = tmp; in timelib_parse_from_format_with_map()
[all …]

Completed in 278 milliseconds

1...<<4142434445464748