Home
last modified time | relevance | path

Searched refs:f (Results 151 – 175 of 1042) sorted by relevance

12345678910>>...42

/php-src/ext/reflection/tests/
H A Dgh8982.phpt27 function f() {}
38 $f = f(...);
40 test(F::class, $f);
41 test(M::class, $f);
H A DReflectionClass_toString_003.phpt9 private function f() {}
12 private function f() {}
18 private function f() {}
45 Method [ <user> private method f ] {
69 Method [ <user> private method f ] {
114 Method [ <user> private method f ] {
/php-src/ext/phar/tests/
H A Dphar_oo_009.phpt19 $f = $phar['a.csv'];
20 $f->setFlags(SplFileObject::SKIP_EMPTY | SplFileObject::DROP_NEW_LINE);
21 foreach($f as $k => $v)
30 $f->setFlags(SplFileObject::SKIP_EMPTY | SplFileObject::DROP_NEW_LINE | SplFileObject::READ_CSV);
31 foreach($f as $k => $v)
/php-src/Zend/tests/
H A Dbug45180.phpt32 $f = 'FOO';
34 $f::C();
36 $f::$f();
38 foo::$f();
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_3.phpt27 $f = fopen($fn, 'r');
28 if ($f) {
29 var_dump($f, fread($f, 42));
30 var_dump(fclose($f));
H A Dtest_cp1251_zend_multibyte_0.phpt32 $f = fopen($fn, 'r');
33 if ($f) {
34 var_dump($f, fread($f, 42));
35 var_dump(fclose($f));
H A Dtest_cp932_0.phpt30 $f = fopen($fn, 'r');
31 if ($f) {
32 var_dump($f, fread($f, 42));
33 var_dump(fclose($f));
H A Dtest_cp932_to_utf8_0.phpt27 $f = fopen($fn, 'r');
28 if ($f) {
29 var_dump($f, fread($f, 42));
30 var_dump(fclose($f));
H A Dtest_cp1253_2.phpt30 $f = fopen($fn, 'w');
31 if ($f) {
32 var_dump($f, fwrite($f, "writing to an mb filename"));
33 var_dump(fclose($f));
H A Dtest_cp1253_to_utf8_2.phpt27 $f = fopen($fn, 'w');
28 if ($f) {
29 var_dump($f, fwrite($f, "writing to an mb filename"));
30 var_dump(fclose($f));
H A Dtest_cp1255_2.phpt30 $f = fopen($fn, 'w');
31 if ($f) {
32 var_dump($f, fwrite($f, "writing to an mb filename"));
33 var_dump(fclose($f));
H A Dtest_cp1255_to_utf8_2.phpt27 $f = fopen($fn, 'w');
28 if ($f) {
29 var_dump($f, fwrite($f, "writing to an mb filename"));
30 var_dump(fclose($f));
H A Dtest_cp1256_to_utf8_2.phpt27 $f = fopen($fn, 'w');
28 if ($f) {
29 var_dump($f, fwrite($f, "writing to an mb filename"));
30 var_dump(fclose($f));
H A Dtest_eucjp_to_utf8_2.phpt27 $f = fopen($fn, 'w');
28 if ($f) {
29 var_dump($f, fwrite($f, "writing to an mb filename"));
30 var_dump(fclose($f));
/php-src/ext/zlib/tests/
H A Dgzrewind_variation1.phpt7 $f = "gzrewind_variation1.txt.gz";
8 $h = gzopen($f, 'w');
14 $h = gzopen($f, 'r');
17 unlink($f);
/php-src/ext/standard/tests/general_functions/
H A Dis_resource.phpt5 $f = fopen(__FILE__, 'r');
6 fclose($f);
7 var_dump(is_resource($f));
H A Dsys_getloadavg.phpt17 float(%f)
19 float(%f)
21 float(%f)
/php-src/ext/standard/tests/
H A Dbug49244.phpt7 printf("{%f} %1\$f\n", pow(-1.0, 0.3));
8 printf("{%f} %1\$f\n", pow(-1.0, 0.3));
/php-src/tests/classes/
H A Dautoload_009.phpt10 function f(UndefClass $x)
13 f(new stdClass);
16 Fatal error: Uncaught TypeError: f(): Argument #1 ($x) must be of type UndefClass, stdClass given, …
18 #0 %s(%d): f(Object(stdClass))
/php-src/ext/gd/libgd/
H A Dgd_rotate.c20 FuncPtr f; in gdImageSkewX() local
35 f = gdImageGetPixel; in gdImageSkewX()
47 pxlSrc = f (src,i,uRow); in gdImageSkewX()
117 FuncPtr f; in gdImageSkewY() local
123 f = gdImageGetPixel; in gdImageSkewY()
207 FuncPtr f; in gdImageRotate90() local
212 f = gdImageGetPixel; in gdImageRotate90()
254 FuncPtr f; in gdImageRotate180() local
259 f = gdImageGetPixel; in gdImageRotate180()
302 FuncPtr f; in gdImageRotate270() local
[all …]
/php-src/ext/standard/libavifinfo/
H A Davifinfo.c182 if (target_item_id == f->primary_item_id && in AvifInfoInternalGetItemFeatures()
187 f->primary_item_features.width = f->dim_props[i].width; in AvifInfoInternalGetItemFeatures()
188 f->primary_item_features.height = f->dim_props[i].height; in AvifInfoInternalGetItemFeatures()
202 f->primary_item_features.bit_depth = f->chan_props[i].bit_depth; in AvifInfoInternalGetItemFeatures()
203 f->primary_item_features.num_channels = f->chan_props[i].num_channels; in AvifInfoInternalGetItemFeatures()
217 f, f->tiles[tile].tile_item_id, tile_depth + 1)); in AvifInfoInternalGetItemFeatures()
225 AvifInfoInternalFeatures* f) { in AvifInfoInternalGetPrimaryItemFeatures() argument
227 AVIFINFO_CHECK(f->has_primary_item, kNotFound); in AvifInfoInternalGetPrimaryItemFeatures()
229 AVIFINFO_CHECK(f->num_dim_props > 0 && f->num_chan_props, kNotFound); in AvifInfoInternalGetPrimaryItemFeatures()
231 AvifInfoInternalGetItemFeatures(f, f->primary_item_id, /*tile_depth=*/0)); in AvifInfoInternalGetPrimaryItemFeatures()
[all …]
/php-src/ext/gd/tests/
H A Dbug67248.phpt26 float(%f)
28 float(%f)
30 float(%f)
32 float(%f)
46 float(%f)
60 float(%f)
/php-src/ext/ffi/tests/
H A D101.phpt30 $f = $zend->get_zend_version;
31 var_dump(trim(explode("\n",$f())[0]));
36 $f = $zend->zend_hash_func;
37 var_dump($f("file", strlen("file")));
41 $f = $zend->zend_str_tolower;
42 $f($str, strlen("Hello World!"));
/php-src/ext/standard/tests/math/
H A Dcos_basic.phpt80 cos 30 = float(%f)
82 cos 60 = float(%f)
84 cos 90 = float(%f)
86 cos 180 = float(%f)
88 cos 270 = float(%f)
90 cos 360 = float(%f)
H A Dsin_basic.phpt80 sin 30 = float(%f)
82 sin 60 = float(%f)
84 sin 90 = float(%f)
86 sin 180 = float(%f)
88 sin 270 = float(%f)
90 sin 360 = float(%f)

Completed in 62 milliseconds

12345678910>>...42