/PHP-8.1/ext/standard/tests/file/ |
H A D | unlink_variation8.phpt | 106 -- removing unlinkVar8.tmp/file.tmp -- 112 -- removing ./unlinkVar8.tmp/file.tmp -- 118 -- removing unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 120 -- unlinking soft link unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 122 -- unlinking hard link unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 142 -- removing /%s/unlinkVar8.tmp/file.tmp -- 154 -- removing /%s/unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 156 -- unlinking soft link /%s/unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 158 -- unlinking hard link /%s/unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 169 -- removing unlinkVar8.tmp/file.tmp/ -- [all …]
|
H A D | bug39367.phpt | 12 unlink('/tmp/1link'); 13 unlink('/tmp/1tmp'); 14 unlink('/tmp/testfile1'); 16 file_put_contents('/tmp/testfile1', 'ok'); 17 symlink('/tmp/testfile1', '/tmp/1tmp'); 18 rename('/tmp/1tmp', '/tmp/1link'); 19 echo file_get_contents('/tmp/1link')."\n"; 21 unlink('/tmp/1link'); 26 unlink('/tmp/1link'); 27 unlink('/tmp/1tmp'); [all …]
|
H A D | touch_variation6-win32.phpt | 161 --- testing touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile --- 162 PASSED: touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - created 173 --- testing %s\touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile --- 174 PASSED: %s\touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - created 196 --- testing touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile --- 197 PASSED: touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - touched 202 --- testing %s\touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile --- 203 PASSED: %s\touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - touched 216 --- testing touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile --- 217 PASSED: touchVar5.tmp\..\touchVar5.tmp\aSubDirOrFile - touched [all …]
|
H A D | touch_variation5-win32.phpt | 155 --- testing touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 156 PASSED: touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - created 167 --- testing %s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 168 PASSED: %s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - created 188 --- testing touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 189 PASSED: touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - touched 194 --- testing %s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 195 PASSED: %s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - touched 206 --- testing touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 207 PASSED: touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - touched [all …]
|
H A D | touch_variation5.phpt | 155 --- testing touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 156 PASSED: touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - created 167 --- testing /%s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 168 PASSED: /%s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - created 188 --- testing touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 189 PASSED: touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - touched 194 --- testing /%s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 195 PASSED: /%s/touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - touched 206 --- testing touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile --- 207 PASSED: touchVar5.tmp/../touchVar5.tmp/aSubDirOrFile - touched [all …]
|
H A D | unlink_variation9-win32.phpt | 77 -- removing unlinkVar9.tmp\file.tmp -- 79 -- removing .\unlinkVar9.tmp\file.tmp -- 81 -- removing unlinkVar9.tmp\..\unlinkVar9.tmp\file.tmp -- 89 -- removing %s\unlinkVar9.tmp\file.tmp -- 91 -- removing %s\.\unlinkVar9.tmp\file.tmp -- 93 -- removing %s\unlinkVar9.tmp\..\unlinkVar9.tmp\file.tmp -- 98 -- removing unlinkVar9.tmp\file.tmp\ -- 101 -- removing %s\unlinkVar9.tmp\file.tmp\ -- 104 -- removing unlinkVar9.tmp\\file.tmp -- 106 -- removing %s\\unlinkVar9.tmp\\file.tmp -- [all …]
|
H A D | unlink_variation8-win32.phpt | 75 -- removing unlinkVar8.tmp/file.tmp -- 77 -- removing ./unlinkVar8.tmp/file.tmp -- 79 -- removing unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 81 -- removing unlinkVar8.tmp/../BADDIR/file.tmp -- 87 -- removing %s/unlinkVar8.tmp/file.tmp -- 89 -- removing %s/./unlinkVar8.tmp/file.tmp -- 91 -- removing %s/unlinkVar8.tmp/../unlinkVar8.tmp/file.tmp -- 96 -- removing unlinkVar8.tmp/file.tmp/ -- 99 -- removing %s/unlinkVar8.tmp/file.tmp/ -- 102 -- removing unlinkVar8.tmp//file.tmp -- [all …]
|
H A D | unlink_variation10.phpt | 15 $workDir = "unlinkVar10.tmp"; 16 $tmpDir = "subDir.tmp"; 79 -- unlinking soft link unlinkVar10.tmp/subDir.tmp -- 81 -- unlinking soft link ./unlinkVar10.tmp/subDir.tmp -- 83 -- unlinking soft link unlinkVar10.tmp/../unlinkVar10.tmp/subDir.tmp -- 85 -- unlinking soft link /%s/unlinkVar10.tmp/subDir.tmp -- 87 -- unlinking soft link /%s/./unlinkVar10.tmp/subDir.tmp -- 89 -- unlinking soft link /%s/unlinkVar10.tmp/../unlinkVar10.tmp/subDir.tmp -- 91 -- unlinking soft link unlinkVar10.tmp//subDir.tmp -- 93 -- unlinking soft link /%s//unlinkVar10.tmp//subDir.tmp -- [all …]
|
H A D | copy_variation7.phpt | 15 $file = $file_path."/copy_variation7.tmp"; 20 $symlink = $file_path."/copy_variation7_symlink.tmp"; 21 $hardlink = $file_path."/copy_variation7_hardlink.tmp"; 36 var_dump( is_link($file_path."/copy_copy_variation7_symlink.tmp") ); 37 var_dump( is_file($file_path."/copy_copy_variation7_symlink.tmp") ); 38 var_dump( filesize($file_path."/copy_copy_variation7_symlink.tmp") ); 54 unlink($file_path."/copy_copy_variation7_symlink.tmp"); 55 unlink($file_path."/copy_copy_variation7_hardlink.tmp"); 56 unlink($file_path."/copy_variation7_symlink.tmp"); 57 unlink($file_path."/copy_variation7_hardlink.tmp"); [all …]
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_real_escape_string_unicode.phpt | 16 printf("[004] Expecting фу\\\\бар, got %s\n", $tmp); 19 printf("[005] Expecting бар\"фус, got %s\n", $tmp); 22 printf("[006] Expecting лала'лали, got %s\n", $tmp); 28 printf("[008] Expecting \\r, got %s\n", $tmp); 36 printf("[010] Expecting %s, got %s\n", $exp, $tmp, var_dump($exp, $tmp)); 40 printf("[011] Expecting 富\\\\酒吧, got %s\n", $tmp); 43 printf("[012] Expecting 酒吧\"小题大做, got %s\n", $tmp); 46 printf("[013] Expecting 拉拉'西雅图, got %s\n", $tmp); 49 printf("[014] Expecting 阿卜拉\\n轻, got %s\n", $tmp); 52 printf("[015] Expecting 张明安\\r在, got %s\n", $tmp); [all …]
|
H A D | mysqli_stmt_affected_rows.phpt | 30 printf("[005] Expecting int/0, got %s/'%s'\n", gettype($tmp), $tmp); 47 printf("[008] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 59 printf("[010] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp); 69 printf("[012] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 79 printf("[014] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 89 printf("[016] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 115 printf("[021] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 125 printf("[023] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 135 printf("[025] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 142 printf("[027] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp); [all …]
|
H A D | mysqli_prepare_no_object.phpt | 13 if (false !== ($tmp = mysqli_prepare($link, false))) 14 …] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($tmp, true) : … 17 if (false !== ($tmp = mysqli_prepare($link, ''))) 18 …] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($tmp, true) : … 27 if (false !== ($tmp = $mysqli->prepare(false))) 28 …] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($tmp, true) : … 31 if (false !== ($tmp = $mysqli->prepare(''))) 32 …] Expecting boolean/false, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var_dump($tmp, true) : …
|
H A D | mysqli_affected_rows.phpt | 19 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link)); 31 printf("[010] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 36 printf("[011] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp); 42 printf("[013] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 48 printf("[015] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 55 printf("[017] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 61 printf("[019] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp); 67 printf("[021] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 73 printf("[023] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 79 printf("[025] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); [all …]
|
H A D | mysqli_info.phpt | 20 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp)) 21 printf("[004] Expecting null, got %s/%s\n", gettype($tmp), $tmp); 26 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp)) 27 printf("[006] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp); 32 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp)) 33 printf("[008] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp); 38 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp)) 44 if (!is_string($tmp = mysqli_info($link)) || ('' == $tmp)) 50 if (!is_null($tmp = mysqli_info($link)) || ('' != $tmp)) 51 printf("[014] Expecting null, got %s/%s\n", gettype($tmp), $tmp); [all …]
|
H A D | mysqli_explain_metadata.phpt | 38 $num_rows, gettype($tmp), $tmp); 42 $num_fields, gettype($tmp), $tmp); 47 $num_fields, gettype($tmp), $tmp); 77 $num_rows, gettype($tmp), $tmp); 81 $num_fields, gettype($tmp), $tmp); 85 $num_fields, gettype($tmp), $tmp); 89 $num_fields, gettype($tmp), $tmp); 94 $num_fields, gettype($tmp), $tmp); 111 $num_rows, gettype($tmp), $tmp); 118 $num_fields, gettype($tmp), $tmp); [all …]
|
H A D | mysqli_affected_rows_oo.phpt | 26 printf("[002] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp); 38 printf("[006] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 43 printf("[007] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp); 49 printf("[009] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 55 printf("[011] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 62 printf("[013] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 68 printf("[015] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp); 74 printf("[016] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp); 80 printf("[018] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); 86 printf("[020] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp); [all …]
|
H A D | mysqli_real_escape_string.phpt | 15 if ('\\\\' !== ($tmp = mysqli_real_escape_string($link, '\\'))) 16 printf("[004] Expecting \\\\, got %s\n", $tmp); 18 if ('\"' !== ($tmp = mysqli_real_escape_string($link, '"'))) 19 printf("[005] Expecting \", got %s\n", $tmp); 21 if ("\'" !== ($tmp = mysqli_real_escape_string($link, "'"))) 22 printf("[006] Expecting ', got %s\n", $tmp); 24 if ("\\n" !== ($tmp = mysqli_real_escape_string($link, "\n"))) 25 printf("[007] Expecting \\n, got %s\n", $tmp); 27 if ("\\r" !== ($tmp = mysqli_real_escape_string($link, "\r"))) 28 printf("[008] Expecting \\r, got %s\n", $tmp); [all …]
|
/PHP-8.1/ext/date/lib/ |
H A D | parse_posix.c | 240 return tmp; in read_trans_spec_mwd() 254 if (!tmp) { in read_transition_spec() 279 tmp->hour = -tmp->hour; in read_transition_spec() 282 return tmp; in read_transition_spec() 297 return tmp; in timelib_posix_trans_info_ctor() 330 if (!tmp->std) { in timelib_parse_posix_str() 345 return tmp; in timelib_parse_posix_str() 349 tmp->dst_offset = tmp->std_offset + 3600; in timelib_parse_posix_str() 352 if (!tmp->dst) { in timelib_parse_posix_str() 394 if (!tmp->dst_end) { in timelib_parse_posix_str() [all …]
|
/PHP-8.1/main/ |
H A D | reentrancy.c | 118 if (tmp) { in php_localtime_r() 125 return tmp; in php_localtime_r() 134 char *tmp; in php_ctime_r() local 139 if (tmp) { in php_ctime_r() 141 tmp = buf; in php_ctime_r() 146 return tmp; in php_ctime_r() 155 char *tmp; in php_asctime_r() local 160 if (tmp) { in php_asctime_r() 162 tmp = buf; in php_asctime_r() 167 return tmp; in php_asctime_r() [all …]
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_inference.c | 1182 tmp->min = MAX(constraint->range.min, tmp->min); in zend_inference_calc_range() 1192 tmp->max = MIN(constraint->range.max, tmp->max); in zend_inference_calc_range() 1255 return (tmp->min <= tmp->max); in zend_inference_calc_range() 1407 if (tmp->max > ZEND_LONG_MIN && !tmp->overflow) { in zend_inference_propagate_range() 1882 zend_inference_init_range(op_array, ssa, j, tmp.underflow, tmp.min, tmp.max, tmp.overflow); in zend_infer_ranges() 2535 tmp = 0; in _zend_update_type_info() 2565 tmp = 0; in _zend_update_type_info() 2703 tmp = 0; in _zend_update_type_info() 2817 tmp = 0; in _zend_update_type_info() 2879 tmp = 0; in _zend_update_type_info() [all …]
|
/PHP-8.1/ext/standard/tests/streams/ |
H A D | bug46426.phpt | 6 $tmp = tmpfile(); 8 fwrite($tmp, "12345"); 10 echo stream_get_contents($tmp, 2, 1); 12 echo stream_get_contents($tmp, -1); 14 echo stream_get_contents($tmp, -1, 0); 16 echo stream_get_contents($tmp, -1, 2); 18 echo stream_get_contents($tmp, 0, 0); 20 echo stream_get_contents($tmp, 1, 0); 22 echo stream_get_contents($tmp, -1);
|
H A D | bug48309.phpt | 6 $tmp = tmpfile(); 7 fwrite($tmp, 'test'); 8 fseek($tmp, 0, SEEK_SET); 12 fseek($tmp, 0, SEEK_SET); 13 stream_copy_to_stream($tmp, STDOUT, 2); 16 var_dump(stream_get_contents($tmp)); 20 fseek($tmp, 0, SEEK_SET); 21 fpassthru($tmp); 24 var_dump(stream_get_contents($tmp));
|
/PHP-8.1/tests/lang/ |
H A D | bug21600.phpt | 7 $tmp = array(); 8 $tmp['foo'] = "test"; 9 $tmp['foo'] = &bar($tmp['foo']); 10 var_dump($tmp); 12 unset($tmp); 14 $tmp = array(); 15 $tmp['foo'] = "test"; 16 $tmp['foo'] = &fubar($tmp['foo']); 17 var_dump($tmp);
|
/PHP-8.1/ext/soap/ |
H A D | php_packet_soap.c | 187 if (tmp != NULL && tmp->children != NULL) { in parse_packet_soap() 192 if (tmp != NULL && tmp->children != NULL) { in parse_packet_soap() 199 if (tmp != NULL && tmp->children != NULL) { in parse_packet_soap() 211 if (tmp != NULL && tmp->children != NULL) { in parse_packet_soap() 212 tmp = get_node(tmp->children, "Value"); in parse_packet_soap() 213 if (tmp != NULL && tmp->children != NULL) { in parse_packet_soap() 219 if (tmp != NULL && tmp->children != NULL) { in parse_packet_soap() 221 tmp = get_node(tmp->children,"Text"); in parse_packet_soap() 222 if (tmp != NULL && tmp->children != NULL) { in parse_packet_soap() 260 zval tmp; in parse_packet_soap() local [all …]
|
/PHP-8.1/sapi/phpdbg/tests/ |
H A D | gh12675.phpt | 7 ev file_put_contents("gh12675_2.tmp", "<?php echo 'hi';") 9 exec gh12675_1.tmp 10 exec gh12675_1.tmp 11 b gh12675_1.tmp:2 13 exec gh12675_2.tmp 20 prompt> [Set execution context: %sgh12675_1.tmp] 21 [Successful compilation of %sgh12675_1.tmp] 23 prompt> [Breakpoint #0 added at %sgh12675_1.tmp:2] 25 [Breakpoint #0 at %sgh12675_1.tmp:2, hits: 1] 30 @unlink("gh12675_1.tmp"); [all …]
|