Home
last modified time | relevance | path

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

12345678910

/php-src/tests/output/
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/dom/lexbor/lexbor/html/
H A Dtokenizer.h68 const lxb_char_t *temp; member
/php-src/ext/standard/
H A Dmath.c1067 zval temp; in PHP_FUNCTION() local
1087 _php_math_basetozval(number, (int)frombase, &temp); in PHP_FUNCTION()
1088 result = _php_math_zvaltobase(&temp, (int)tobase); in PHP_FUNCTION()
/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/tidy/
H A Dtidy.c591 zval attribute, children, temp; in tidy_add_node_default_properties() local
709 tidy_create_node_object(&temp, obj->ptdoc, tempnode); in tidy_add_node_default_properties()
710 add_next_index_zval(&children, &temp); in tidy_add_node_default_properties()
/php-src/ext/sqlite3/
H A Dsqlite3.c1656 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in register_bound_parameter_to_sqlite() local
1657 ZSTR_VAL(temp)[0] = ':'; in register_bound_parameter_to_sqlite() local
1658 memcpy(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in register_bound_parameter_to_sqlite()
1659 param->name = temp; in register_bound_parameter_to_sqlite()
/php-src/ext/pdo/
H A Dpdo_stmt.c314 zend_string *temp = zend_string_alloc(ZSTR_LEN(param->name) + 1, 0); in really_register_bound_param() local
315 ZSTR_VAL(temp)[0] = ':'; in really_register_bound_param() local
316 memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in really_register_bound_param()
317 param->name = temp; in really_register_bound_param()

Completed in 59 milliseconds

12345678910