Home
last modified time | relevance | path

Searched refs:tmp (Results 26 – 50 of 1133) sorted by last modified time

12345678910>>...46

/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_fallback_encoding.phpt15 @unlink(__DIR__ . "/windows1251_output.tmp");
H A DHTMLDocument_GB18030.phpt13 $dom->saveHtmlFile(__DIR__ . "/gb18030_output.tmp");
14 var_dump(file_get_contents(__DIR__ . "/gb18030_output.tmp") === $output);
23 @unlink(__DIR__ . "/gb18030_output.tmp");
H A DHTMLDocument_Shift_JIS.phpt13 $dom->saveHtmlFile(__DIR__ . "/shift_jis.tmp");
14 var_dump(file_get_contents(__DIR__ . "/shift_jis.tmp") === $output);
23 @unlink(__DIR__ . "/shift_jis.tmp");
H A DHTMLDocument_UTF16BE_BOM.phpt13 $dom->saveHtmlFile(__DIR__ . "/utf16be_bom_output.tmp");
14 var_dump(file_get_contents(__DIR__ . "/utf16be_bom_output.tmp") === $output);
23 @unlink(__DIR__ . "/utf16be_bom_output.tmp");
H A DHTMLDocument_UTF16LE_BOM.phpt13 $dom->saveHtmlFile(__DIR__ . "/utf16le_bom_output.tmp");
14 var_dump(file_get_contents(__DIR__ . "/utf16le_bom_output.tmp") === $output);
23 @unlink(__DIR__ . "/utf16le_bom_output.tmp");
H A DHTMLDocument_UTF8_BOM.phpt13 $dom->saveHtmlFile(__DIR__ . "/utf8_bom_output.tmp");
14 var_dump(file_get_contents(__DIR__ . "/utf8_bom_output.tmp") === $output);
23 @unlink(__DIR__ . "/utf8_bom_output.tmp");
H A DHTMLDocument_Windows1251.phpt13 $dom->saveHtmlFile(__DIR__ . "/windows1251_output.tmp");
14 var_dump(file_get_contents(__DIR__ . "/windows1251_output.tmp") === $output);
23 @unlink(__DIR__ . "/windows1251_output.tmp");
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromFile_createFromString_BOM_buffer_edge.phpt17 file_put_contents(__DIR__ . "/BOM_edge.tmp", $data);
18 $dom = Dom\HTMLDocument::createFromFile(__DIR__ . "/BOM_edge.tmp");
24 @unlink(__DIR__ . "/BOM_edge.tmp");
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt14 $temp = fopen(__DIR__."/DOM_HTMLDocument_loadHTML_LIBXML_HTML_NOIMPLIED_input.tmp", "w");
17 …teFromFile(__DIR__."/DOM_HTMLDocument_loadHTML_LIBXML_HTML_NOIMPLIED_input.tmp", LIBXML_HTML_NOIMP…
44 @unlink(__DIR__."/DOM_HTMLDocument_loadHTML_LIBXML_HTML_NOIMPLIED_input.tmp");
/php-src/ext/dom/
H A Delement.c319 zval tmp; in PHP_METHOD() local
334 …ZVAL_NEW_STR(&tmp, dom_node_concatenated_name_helper(strlen(prefix), prefix, strlen("xmlns"), (con… in PHP_METHOD()
335 zend_hash_next_index_insert(ht, &tmp); in PHP_METHOD()
340 ZVAL_NEW_STR(&tmp, dom_node_get_node_name_attribute_or_element((const xmlNode *) attr, false)); in PHP_METHOD()
341 zend_hash_next_index_insert(ht, &tmp); in PHP_METHOD()
/php-src/ext/soap/
H A Dsoap.c733 zval *tmp; in soap_create_typemap() local
857 zval *tmp; in PHP_METHOD() local
870 service->uri = estrndup(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in PHP_METHOD()
2028 (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 1))) {
2034 (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0))) {
2098 (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0))) {
2434 zval *tmp; local
2459 zval *tmp; local
4064 return tmp;
4074 return tmp;
[all …]
H A Dphp_http.c91 zval *tmp; in http_context_headers() local
95 Z_TYPE_P(tmp) == IS_STRING && Z_STRLEN_P(tmp)) { in http_context_headers()
179 if (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) > 0) { in http_connect()
342 zval *tmp; in make_http_soap_request() local
929 char *tmp; in make_http_soap_request() local
937 tmp++; in make_http_soap_request()
940 tmp = strstr(tmp," "); in make_http_soap_request()
942 tmp++; in make_http_soap_request()
1378 while (*tmp == ' ' || *tmp == '\t') { in get_http_header_value_nodup()
1379 tmp++; in get_http_header_value_nodup()
[all …]
H A Dphp_sdl.c396 if (tmp) { in load_wsdl_ex()
464 if (!tmp) { in wsdl_soap_binding_header()
479 if (!tmp) { in wsdl_soap_binding_header()
499 if (tmp) { in wsdl_soap_binding_header()
505 if (tmp) { in wsdl_soap_binding_header()
586 if (tmp) { in wsdl_soap_binding_body()
591 if (tmp) { in wsdl_soap_binding_body()
630 if (tmp) { in wsdl_soap_binding_body()
2455 *enc = tmp; in make_persistent_sdl_encoder_ref()
3179 free(tmp); in delete_psdl_int()
[all …]
/php-src/ext/bcmath/
H A Dbcmath.c76 zend_long tmp; in ZEND_GET_MODULE() local
78 tmp = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_GET_MODULE()
79 if (tmp < 0 || tmp > INT_MAX) { in ZEND_GET_MODULE()
84 *p = (int) tmp; in ZEND_GET_MODULE()
/php-src/
H A D.gitignore20 *.tmp
248 tmp-php.ini
/php-src/ext/phar/
H A Dutil.c191 entry.tmp = estrndup(filename, filename_len); in phar_mount_entry()
193 entry.tmp = expand_filepath(filename, NULL); in phar_mount_entry()
194 if (!entry.tmp) { in phar_mount_entry()
198 filename = entry.tmp; in phar_mount_entry()
202 efree(entry.tmp); in phar_mount_entry()
212 efree(entry.tmp); in phar_mount_entry()
221 efree(entry.tmp); in phar_mount_entry()
236 efree(entry.tmp); in phar_mount_entry()
1309 if (!entry->tmp || !entry->is_mounted) { in phar_get_entry_info_dir()
2016 if (entry->tmp) { in phar_update_cached_entry()
[all …]
H A Dphar_object.c766 char *tmp = NULL, sa = '\0'; in PHP_METHOD() local
775 sa = *tmp; in PHP_METHOD()
776 *tmp = '\0'; in PHP_METHOD()
788 *tmp = sa; in PHP_METHOD()
2279 if (newentry.tmp) { in phar_convert_to_other()
2280 newentry.tmp = estrdup(newentry.tmp); in phar_convert_to_other()
4134 efree(tmp); in phar_extract_file()
4159 char *tmp; in phar_extract_file() local
4165 efree(tmp); in phar_extract_file()
4355 char *tmp = estrndup(pathto, 50); in PHP_METHOD() local
[all …]
H A Dphar_internal.h252 char *tmp; member
503 char tmp[MAXPATHLEN]; in phar_set_inode() local
511 memcpy(tmp, entry->phar->fname, len1); in phar_set_inode()
515 memcpy(tmp + len1, entry->filename, len2); in phar_set_inode()
517 entry->inode = (unsigned short) zend_hash_func(tmp, tmp_len); in phar_set_inode()
H A Dphar.c90 char *tmp; in phar_split_cache_list() local
102 tmp = estrdup(PHAR_G(cache_list)); in phar_split_cache_list()
120 for (key = php_strtok_r(tmp, ds, &lasts); in phar_split_cache_list()
138 efree(tmp); in phar_split_cache_list()
164 efree(tmp); in phar_split_cache_list()
372 if (entry->tmp) { in destroy_phar_manifest_entry_int()
373 pefree(entry->tmp, entry->is_persistent); in destroy_phar_manifest_entry_int()
374 entry->tmp = 0; in destroy_phar_manifest_entry_int()
H A Dstream.c638 if (!entry->tmp || !entry->is_mounted) { in phar_wrapper_stat()
641 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key)); in phar_wrapper_stat()
858 entry->link = entry->tmp = NULL; in phar_wrapper_rename()
/php-src/ext/curl/
H A Dinterface.c1075 char *tmp; in create_certinfo() local
1078 tmp = memchr(s, ':', sizeof(s)); in create_certinfo()
1079 if(tmp) { in create_certinfo()
1080 *tmp = '\0'; in create_certinfo()
/php-src/Zend/
H A Dzend_operators.c542 zend_long tmp; in convert_to_long() local
599 double tmp; in convert_to_double() local
665 bool tmp; in convert_to_boolean() local
761 zval tmp; in _convert_to_string() local
884 zval tmp; in convert_to_object() local
1033 zval tmp; in __zval_get_string_func() local
2680 zval tmp; in increment_function() local
2682 ZEND_ASSERT(Z_TYPE(tmp) == IS_LONG || Z_TYPE(tmp) == IS_DOUBLE); in increment_function()
2787 zval tmp; in decrement_function() local
2789 ZEND_ASSERT(Z_TYPE(tmp) == IS_LONG || Z_TYPE(tmp) == IS_DOUBLE); in decrement_function()
[all …]
/php-src/ext/opcache/
H A Dzend_persist_calc.c40 zend_string *tmp = accel_new_interned_string(str); \
41 if (tmp != (str)) { \
42 (str) = tmp; \
310 zval tmp; in zend_persist_op_array_calc_ex() local
311 ZVAL_PTR(&tmp, op_array->dynamic_func_defs[i]); in zend_persist_op_array_calc_ex()
312 zend_persist_op_array_calc(&tmp); in zend_persist_op_array_calc_ex()
H A Dzend_persist.c668 zval tmp; in zend_persist_op_array_ex() local
1149 if (tmp != NULL) { in zend_update_parent_ce()
1155 if (tmp != NULL) { in zend_update_parent_ce()
1161 if (tmp != NULL) { in zend_update_parent_ce()
1162 ce->clone = tmp; in zend_update_parent_ce()
1167 if (tmp != NULL) { in zend_update_parent_ce()
1168 ce->__get = tmp; in zend_update_parent_ce()
1173 if (tmp != NULL) { in zend_update_parent_ce()
1174 ce->__set = tmp; in zend_update_parent_ce()
1179 if (tmp != NULL) { in zend_update_parent_ce()
[all …]
/php-src/ext/standard/
H A Dimage.c417 zval *tmp; in php_read_APP() local
434 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(info), markername, strlen(markername))) == NULL) { in php_read_APP()
1351 char tmp[12]; in php_getimagetype() local
1354 if ( !filetype) filetype = tmp; in php_getimagetype()

Completed in 114 milliseconds

12345678910>>...46