Home
last modified time | relevance | path

Searched refs:tmp (Results 976 – 1000 of 1192) sorted by relevance

1...<<31323334353637383940>>...48

/PHP-7.3/ext/standard/tests/file/
H A Dtouch_variation4-win32.phpt32 $filename = 'touchVar3.tmp';
H A Dtouch_variation4.phpt32 $filename = 'touchVar3.tmp';
H A Dfflush_variation3.phpt24 $file_name = "$file_path/fflush_variation3.tmp";
25 $link_name = "$file_path/lnk_fflush_variation3.tmp";
H A Dfscanf_variation14.phpt18 $filename = "$file_path/fscanf_variation14.tmp";
108 $filename = "$file_path/fscanf_variation14.tmp";
H A Dfile_get_contents_variation6.phpt25 $filename = 'FileGetContentsVar5.tmp';
H A Dtempnam_variation2-win32.phpt49 $file_name = tempnam($dir_paths[$i], "tempnam_variation2.tmp");
H A Dfgetc_variation4.phpt20 $filename = dirname(__FILE__)."/fgetc_variation4.tmp";
H A Dfgetcsv_variation14.phpt15 $filename = dirname(__FILE__) . '/fgetcsv_variation14.tmp';
H A Dfgetss_variation4.phpt35 $filename = dirname(__FILE__)."/fgetss_variation4.tmp";
H A Dfile_get_contents_variation5_32bit.phpt27 $filename = 'FileGetContentsVar5.tmp';
H A Dfile_get_contents_variation5_64bit.phpt27 $filename = 'FileGetContentsVar5.tmp';
H A Dfseek_ftell_rewind_basic1.phpt27 $filename = dirname(__FILE__)."/fseek_ftell_rewind_basic1.tmp"; // this is name of the file created…
36 ,1,"bytes",".tmp"); //create a file with 512 bytes size
H A D006_variation1.phpt9 $filename = dirname(__FILE__)."/006_root_check.tmp";
33 $file_name = dirname(__FILE__)."/006_variation1.tmp";
59 chmod(dirname(__FILE__)."/006_variation1.tmp", 0777);
61 unlink(dirname(__FILE__)."/006_variation1.tmp");
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_methods.cpp587 zval tmp; in PHP_FUNCTION() local
600 &TIMEZONE_ERROR(to), "intltz_to_date_time_zone", &tmp); in PHP_FUNCTION()
/PHP-7.3/sapi/apache2handler/
H A Dsapi_apache2.c410 static apr_status_t php_apache_server_shutdown(void *tmp) in php_apache_server_shutdown() argument
420 static apr_status_t php_apache_child_shutdown(void *tmp) in php_apache_child_shutdown() argument
/PHP-7.3/ext/dom/
H A Dphp_dom.c390 zval tmp; in dom_property_exists() local
394 } else if (hnd->read_func(obj, &tmp) == SUCCESS) { in dom_property_exists()
396 retval = zend_is_true(&tmp); in dom_property_exists()
398 retval = (Z_TYPE(tmp) != IS_NULL); in dom_property_exists()
400 zval_ptr_dtor(&tmp); in dom_property_exists()
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c597 sljit_s32 args, i, tmp, offs; in sljit_emit_enter() local
628 tmp = saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? (SLJIT_S0 + 1 - saveds) : SLJIT_FIRST_SAVED_REG; in sljit_emit_enter()
629 for (i = SLJIT_S0; i >= tmp; i--) { in sljit_emit_enter()
670 sljit_s32 local_size, i, tmp, offs; in sljit_emit_return() local
691 tmp = compiler->scratches; in sljit_emit_return()
692 for (i = SLJIT_FIRST_SAVED_REG; i <= tmp; i++) { in sljit_emit_return()
697tmp = compiler->saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? (SLJIT_S0 + 1 - compiler->saveds) : SLJ… in sljit_emit_return()
698 for (i = tmp; i <= SLJIT_S0; i++) { in sljit_emit_return()
H A DsljitNativePPC_common.c612 sljit_s32 args, i, tmp, offs; in sljit_emit_enter() local
622 tmp = saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? (SLJIT_S0 + 1 - saveds) : SLJIT_FIRST_SAVED_REG; in sljit_emit_enter()
623 for (i = SLJIT_S0; i >= tmp; i--) { in sljit_emit_enter()
690 sljit_s32 i, tmp, offs; in sljit_emit_return() local
712 tmp = compiler->scratches; in sljit_emit_return()
713 for (i = SLJIT_FIRST_SAVED_REG; i <= tmp; i++) { in sljit_emit_return()
718tmp = compiler->saveds < SLJIT_NUMBER_OF_SAVED_REGISTERS ? (SLJIT_S0 + 1 - compiler->saveds) : SLJ… in sljit_emit_return()
719 for (i = tmp; i <= SLJIT_S0; i++) { in sljit_emit_return()
/PHP-7.3/ext/opcache/Optimizer/
H A Dcompact_literals.c92 zval *pos, tmp; in add_static_slot() local
111 ZVAL_LONG(&tmp, ret); in add_static_slot()
112 zend_hash_add(hash, key, &tmp); in add_static_slot()
/PHP-7.3/ext/interbase/
H A Dinterbase.c802 char tmp[64], *s; in PHP_MINFO_FUNCTION() local
813 snprintf( (s = tmp), sizeof(tmp), "Firebird API version %d", FB_API_VER); in PHP_MINFO_FUNCTION()
833 info_func(s = tmp); in PHP_MINFO_FUNCTION()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c1161 char tmp[22]; in php_mysqli_fetch_into_hash_aux() local
1176 …snprintf(tmp, sizeof(tmp), (mysql_fetch_field_direct(result, i)->flags & UNSIGNED_FLAG)? MYSQLI_LL… in php_mysqli_fetch_into_hash_aux()
1177 ZVAL_STRING(&res, tmp); in php_mysqli_fetch_into_hash_aux()
/PHP-7.3/ext/openssl/
H A Dopenssl.c846 zval subitem, tmp; in php_openssl_add_assoc_name_entry() local
891 array_init(&tmp); in php_openssl_add_assoc_name_entry()
3740 zval tmp; in php_openssl_evp_from_zval() local
3742 ZVAL_NULL(&tmp); in php_openssl_evp_from_zval()
3746 zval_ptr_dtor_str(&tmp); \ in php_openssl_evp_from_zval()
3767 ZVAL_COPY(&tmp, zphrase); in php_openssl_evp_from_zval()
3768 convert_to_string(&tmp); in php_openssl_evp_from_zval()
3769 passphrase = Z_STRVAL(tmp); in php_openssl_evp_from_zval()
3812 zval_ptr_dtor_str(&tmp); in php_openssl_evp_from_zval()
3900 if (Z_TYPE(tmp) == IS_STRING) { in php_openssl_evp_from_zval()
[all …]
/PHP-7.3/ext/standard/tests/dir/
H A Ddir_variation3.phpt9 $filename = dirname(__FILE__)."/dir_root_check.tmp";
/PHP-7.3/sapi/litespeed/
H A DREADME.md70 ./lsphp -b /tmp/lsphp_manual.sock
72 have lsphp accept request on Unix domain socket "/tmp/lsphp_manual.sock"
/PHP-7.3/ext/phar/
H A Dstream.c630 if (!entry->tmp || !entry->is_mounted) { in phar_wrapper_stat()
633 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key)); in phar_wrapper_stat()
850 entry->link = entry->tmp = NULL; in phar_wrapper_rename()

Completed in 97 milliseconds

1...<<31323334353637383940>>...48