Home
last modified time | relevance | path

Searched refs:tmp (Results 1026 – 1050 of 1192) sorted by relevance

1...<<4142434445464748

/PHP-7.3/ext/standard/tests/file/
H A Dfgetc_basic.phpt35 $filename = dirname(__FILE__)."/fgetc_basic1.tmp"; // file name that is created by create_files
58 delete_files(dirname(__FILE__), 1, "fgetc_basic", 1, ".tmp");
H A Dfscanf_variation8.phpt18 $filename = "$file_path/fscanf_variation8.tmp";
98 $filename = "$file_path/fscanf_variation8.tmp";
H A Dfgets_variation5.phpt21 $filename = dirname(__FILE__)."/fgets_variation5.tmp";
H A Dflock_variation.phpt13 $file = dirname(__FILE__)."/flock.tmp";
H A Dreadfile_basic-win32.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
41 $count = readfile($file_path."/".$file_prefix."1.tmp");
H A Dreadfile_basic.phpt34 $fp = fopen($file_path."/".$file_prefix."1.tmp", $mode);
41 $count = readfile($file_path."/".$file_prefix."1.tmp");
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c773 zval zv, rv, tmp; in phpdbg_handle_exception() local
778 zend_call_method_with_0_params(&zv, ex->ce, &ex->ce->__tostring, "__tostring", &tmp); in phpdbg_handle_exception()
786 …zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
787 zval_ptr_dtor(&tmp); in phpdbg_handle_exception()
/PHP-7.3/ext/phar/tests/
H A Dphar_createdefaultstub.phpt246 return realpath('/tmp');
540 return realpath('/tmp');
842 return realpath('/tmp');
H A Dphar_setdefaultstub.phpt266 return realpath('/tmp');
561 return realpath('/tmp');
856 return realpath('/tmp');
/PHP-7.3/ext/ftp/
H A Dphp_ftp.c596 zend_string *tmp; in PHP_FUNCTION() local
608 if (NULL == (tmp = ftp_mkdir(ftp, dir, dir_len))) { in PHP_FUNCTION()
613 RETURN_STR(tmp); in PHP_FUNCTION()
/PHP-7.3/ext/oci8/
H A Doci8.c1871 php_oci_connection *tmp = (php_oci_connection *) NULL; in php_oci_do_connect_ex() local
1879 tmp = Z_RES_VAL_P(tmp_val); in php_oci_do_connect_ex()
1882 if ((tmp_val != NULL) && (tmp != NULL) && in php_oci_do_connect_ex()
1883 (ZSTR_LEN(tmp->hash_key) == ZSTR_LEN(hashed_details.s)) && in php_oci_do_connect_ex()
1884 (memcmp(ZSTR_VAL(tmp->hash_key), ZSTR_VAL(hashed_details.s), in php_oci_do_connect_ex()
1885 ZSTR_LEN(tmp->hash_key)) == 0)) { in php_oci_do_connect_ex()
1886 connection = tmp; in php_oci_do_connect_ex()
/PHP-7.3/ext/interbase/tests/
H A D004.phpt21 $name = tempnam(dirname(__FILE__),"blob.tmp");
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c1180 sljit_s32 i, tmp; in sljit_emit_enter() local
1207 tmp = saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? (SLJIT_S0 + 1 - saveds) : SLJIT_FIRST_SAVED_REG; in sljit_emit_enter()
1208 for (i = SLJIT_S0; i >= tmp; i--) { in sljit_emit_enter()
1243 sljit_s32 i, tmp; in sljit_emit_return() local
1267 tmp = saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? (SLJIT_S0 + 1 - saveds) : SLJIT_FIRST_SAVED_REG; in sljit_emit_return()
1268 for (i = SLJIT_S0; i >= tmp; i--) { in sljit_emit_return()
/PHP-7.3/ext/phar/tests/files/
H A Dinclude_path2.phar210 return realpath('/tmp');
H A Dnophar.phar210 return realpath('/tmp');
H A Dopenssl.phar210 return realpath('/tmp');
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar210 return realpath('/tmp');
H A Dopenssl.phar210 return realpath('/tmp');
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_cfg.c801 block_info tmp = *a; in swap_blocks() local
803 *b = tmp; in swap_blocks()
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in411 ;env[TMP] = /tmp
412 ;env[TMPDIR] = /tmp
413 ;env[TEMP] = /tmp
/PHP-7.3/Zend/
H A Dzend_execute_API.c567 zval tmp; in zval_update_constant_ex() local
569 if (UNEXPECTED(zend_ast_evaluate(&tmp, ast, scope) != SUCCESS)) { in zval_update_constant_ex()
573 ZVAL_COPY_VALUE(p, &tmp); in zval_update_constant_ex()
/PHP-7.3/win32/build/
H A Dconfutils.js2956 var tmp = probe_binary(PHP_CL);
2957 COMPILER_NAME = "MSVC " + tmp + ", untested";
2959 WARNING("Using unknown MSVC version " + tmp);
2962 DEFINE("PHP_COMPILER_SHORT", tmp);
2963 AC_DEFINE('PHP_COMPILER_ID', tmp, "Compiler compatibility ID");
/PHP-7.3/ext/spl/tests/
H A Dbug55701.phpt261 $o = new SplFileObject('/tmp/abcdefghij.abcdefghij');
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp1230 zval ts_zval, tmp; in PHP_FUNCTION() local
1250 &tz, CALENDAR_ERROR_P(co), "intlcal_to_date_time", &tmp); in PHP_FUNCTION()
/PHP-7.3/ext/libxml/
H A Dlibxml.c328 xmlChar *tmp = xmlStrdup(resolved_path + pre_len); in php_libxml_streams_IO_open_wrapper() local
330 resolved_path = tmp; in php_libxml_streams_IO_open_wrapper()

Completed in 85 milliseconds

1...<<4142434445464748