Home
last modified time | relevance | path

Searched refs:f (Results 501 – 525 of 1080) sorted by relevance

1...<<21222324252627282930>>...44

/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar136 $f = $info['c'];
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
276 foreach (glob('*') as $f) {
277 if (file_exists($f)) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
280 self::_removeTmpFiles($f, getcwd());
/php-src/ext/phar/tests/files/
H A Dinclude_path2.phar136 $f = $info['c'];
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
276 foreach (glob('*') as $f) {
277 if (file_exists($f)) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
280 self::_removeTmpFiles($f, getcwd());
H A Dnophar.phar136 $f = $info['c'];
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
276 foreach (glob('*') as $f) {
277 if (file_exists($f)) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
280 self::_removeTmpFiles($f, getcwd());
/php-src/Zend/tests/
H A Dns_064.phpt29 $x->d->e[0]->f = 2;
39 string(1) "f"
H A Dclosure_033.phpt19 $f = $o->func;
20 $f();
H A Dbug64555.phpt28 $f = new Foo;
29 $f->test();
/php-src/ext/date/tests/
H A Dbug53437_var2.phpt28 ["f"]=>
50 ["f"]=>
H A Dbug52808.phpt43 ["f"]=>
65 ["f"]=>
87 ["f"]=>
/php-src/ext/standard/tests/math/
H A Datan_basic.phpt36 atan 1.7320508075689 = float(%f)
38 atan 0.57735026918963 = float(%f)
H A Dtan_basic.phpt37 tan 60 = float(%f)
39 tan 30 = float(%f)
/php-src/Zend/asm/
H A Dmake_i386_sysv_macho_gas.S55 call 1f
65 call 2f
/php-src/ext/standard/tests/http/
H A Dhttp_response_header_04.phpt19 $f = file_get_contents($uri);
20 var_dump($f);
H A Dhttp_clear_last_response_headers.phpt17 $f = file_get_contents($uri);
18 var_dump($f);
/php-src/Zend/tests/fibers/
H A Ddestructors_009.phpt23 $f = new Fiber(function () {
29 $f->start();
H A Ddestructors_010.phpt24 $f = new Fiber(function () {
30 $f->start();
/php-src/ext/dom/tests/modern/token_list/
H A Dchange_attribute.phpt18 $list->value = 'e f g';
40 string(5) "e f g"
/php-src/ext/standard/tests/general_functions/
H A Disset_basic1.phpt10 $f = 10.5;
19 echo "Float test: " . (isset($f) ? "YES": "NO") . "\n";
28 unset($i, $f, $s, $a, $b, $n, $obj, $res);
31 echo "Float test: " . (isset($f) ? "YES": "NO") . "\n";
H A D001.phpt40 $test = sprintf("%0"."06.2f", 10000/3.0);
47 echo sprintf("%.2f\n", "99.00");
48 echo sprintf("%.2f\n", 99.00);
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation19.phpt14 "% f % f % f",
H A Dvprintf_variation19_64bit.phpt14 "% f % f % f",
H A Daddcslashes_001.phpt10 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
22 "\f"
79 string(37) "goodyear12345NULL%0truefalse\a \f\b
H A Dhtmlentities21.phpt81 0007F: 262378464646443b 7f
83 0009F: 9f 9f
97 0007F: 7f 7f
99 0009F: 9f 9f
115 0009F: 26647a63793b 9f
129 0007F: 7f 7f
131 0009F: 9f 9f
167 0007F: 7f 7f
211 0007F: 7f 7f
255 0007F: 7f 7f
[all …]
/php-src/ext/zip/tests/
H A Dbug49072.phpt7 $f = __DIR__ . '/bug49072.zip';
9 if (! $o->open($f, ZipArchive::CHECKCONS)) {
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt7 $f = __DIR__."/004.txt.gz";
9 copy($f, $f2);
/php-src/ext/standard/tests/file/
H A Dfscanf_variation12.phpt40 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30

Completed in 33 milliseconds

1...<<21222324252627282930>>...44