Home
last modified time | relevance | path

Searched refs:temp (Results 201 – 225 of 248) sorted by relevance

12345678910

/PHP-8.3/ext/standard/tests/file/
H A Dstat_basic-win32-mb.phpt16 /* creating temp directory and file */
H A Dstat_basic-win32.phpt16 /* creating temp directory and file */
H A Dreadlink_realpath_variation2-win32.phpt16 // create temp dir
H A Dreadlink_realpath_variation2.phpt13 // create temp dir
H A Dlstat_stat_basic.phpt17 /* creating temp directory and file */
H A Dfwrite_variation2-win32.phpt32 // create temp file and fill the data of type $file_content_type
H A Dfwrite_variation2.phpt32 // create temp file and fill the data of type $file_content_type
/PHP-8.3/ext/standard/
H A Dimage.c1519 char temp[MAX_LENGTH_OF_LONG * 2 + sizeof("width=\"\" height=\"\"")]; in php_getimagesize_from_stream() local
1524 snprintf(temp, sizeof(temp), "width=\"%d\" height=\"%d\"", result->width, result->height); in php_getimagesize_from_stream()
1525 add_index_string(return_value, 3, temp); in php_getimagesize_from_stream()
H A Dmath.c975 zval temp; in PHP_FUNCTION() local
995 _php_math_basetozval(number, (int)frombase, &temp); in PHP_FUNCTION()
996 result = _php_math_zvaltobase(&temp, (int)tobase); in PHP_FUNCTION()
/PHP-8.3/tests/output/
H A Dsapi_windows_vt100_support_winko_err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winko_in-err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winko_in-out-err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winko_out.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winok_out.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winko_in-out.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winko_out-err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winok_err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winok_in-err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winok_in-out-err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winok_in-out.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winok_out-err.phpt79 Invalid stream (php://temp):
/PHP-8.3/ext/tidy/
H A Dtidy.c578 zval attribute, children, temp; in tidy_add_node_default_properties() local
697 tidy_instantiate(tidy_ce_node, &temp); in tidy_add_node_default_properties()
698 newobj = Z_TIDY_P(&temp); in tidy_add_node_default_properties()
705 add_next_index_zval(&children, &temp); in tidy_add_node_default_properties()
/PHP-8.3/main/
H A Dsnprintf.c339 char temp[EXPONENT_LENGTH]; /* for exponent conversion */ in php_conv_fp() local
346 …p = ap_php_conv_10((int64_t) decimal_point, false, &exponent_is_negative, &temp[EXPONENT_LENGTH], … in php_conv_fp()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1108 PCRE2_SPTR temp = ptr - 1; in internal_dfa_match() local
1109 if (temp < mb->start_used_ptr) mb->start_used_ptr = temp; in internal_dfa_match()
1111 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
1113 GETCHARTEST(d, temp); in internal_dfa_match()
1133 PCRE2_SPTR temp = ptr + 1; in internal_dfa_match() local
1135 if (utf) { FORWARDCHARTEST(temp, mb->end_subject); } in internal_dfa_match()
1137 mb->last_used_ptr = temp; in internal_dfa_match()
/PHP-8.3/ext/oci8/tests/
H A Dbug43497.phpt63 // Read all XML data using explicit LOB locator but without freeing the temp lobs

Completed in 73 milliseconds

12345678910