Home
last modified time | relevance | path

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

12345678910

/php-src/tests/output/
H A Dsapi_windows_vt100_support_winok_in-out.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_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_winko_out.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_out-err.phpt79 Invalid stream (php://temp):
H A Dsapi_windows_vt100_support_winok_out.phpt79 Invalid stream (php://temp):
/php-src/ext/standard/tests/file/
H A Dreadlink_realpath_variation2.phpt13 // create temp dir
H A Dreadlink_realpath_variation2-win32.phpt16 // 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
H A Dfwrite_variation3-win32.phpt32 // create temp file and fill it content of type $file_content_type
H A Dfwrite_variation3.phpt32 // create temp file and fill it content of type $file_content_type
H A Dreadfile_basic-win32.phpt16 $file_prefix = "readfile_basic"; // temp files created with this prefix
18 // the content that is filled into the temp files as created
H A Dreadfile_basic.phpt16 $file_prefix = "readfile_basic"; // temp files created with this prefix
18 // the content that is filled into the temp files as created
/php-src/ext/standard/
H A Dmath.c1033 zval temp; in PHP_FUNCTION() local
1053 _php_math_basetozval(number, (int)frombase, &temp); in PHP_FUNCTION()
1054 result = _php_math_zvaltobase(&temp, (int)tobase); in PHP_FUNCTION()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h68 const lxb_char_t *temp; member
/php-src/ext/tidy/
H A Dtidy.c573 zval attribute, children, temp; in tidy_add_node_default_properties() local
692 tidy_instantiate(tidy_ce_node, &temp); in tidy_add_node_default_properties()
693 newobj = Z_TIDY_P(&temp); in tidy_add_node_default_properties()
700 add_next_index_zval(&children, &temp); in tidy_add_node_default_properties()
/php-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1112 PCRE2_SPTR temp = ptr - 1; in internal_dfa_match() local
1113 if (temp < mb->start_used_ptr) mb->start_used_ptr = temp; in internal_dfa_match()
1115 if (utf) { BACKCHAR(temp); } in internal_dfa_match()
1117 GETCHARTEST(d, temp); in internal_dfa_match()
1137 PCRE2_SPTR temp = ptr + 1; in internal_dfa_match() local
1139 if (utf) { FORWARDCHARTEST(temp, mb->end_subject); } in internal_dfa_match()
1141 mb->last_used_ptr = temp; in internal_dfa_match()
/php-src/ext/pdo/
H A Dpdo_stmt.c319 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in really_register_bound_param() local
320 ZSTR_VAL(temp)[0] = ':'; in really_register_bound_param() local
321 memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in really_register_bound_param()
322 param->name = temp; in really_register_bound_param()

Completed in 71 milliseconds

12345678910