Home
last modified time | relevance | path

Searched refs:f (Results 476 – 500 of 1080) sorted by relevance

1...<<11121314151617181920>>...44

/php-src/Zend/tests/
H A Dgh15330-001.phpt16 function f() {
20 $iterable = f();
H A Dobjects_029.phpt14 static::$f = 1;
26 Fatal error: Uncaught Error: Access to undeclared static property foo::$f in %s:%d
H A Dobjects_030.phpt14 parent::$f = 1;
26 Fatal error: Uncaught Error: Access to undeclared static property bar::$f in %s:%d
H A Dself_and.phpt9 $s3 = str_repeat("f", 1);
10 $s4 = str_repeat("f", 2);
H A Dself_xor.phpt9 $s3 = str_repeat("f", 1);
10 $s4 = str_repeat("f", 2);
/php-src/Zend/tests/lazy_objects/
H A Dinit_ast_const_failure.phpt13 function f() {
17 f();
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt11 echo"\n-- Testing for '%%%.2f' as the format parameter --\n";
12 var_dump(sprintf("%%%.2f", 1.23456789e10));
18 var_dump(sprintf("%.988f", 1.23456789e10));
41 -- Testing for '%%%.2f' as the format parameter --
H A Dexplode_variation6.phpt46 string(6) "74776f"
56 string(6) "74776f"
61 string(6) "74776f"
H A Dsprintf_variation5.phpt16 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
31 string(22) "%f = '43951789.000000'"
/php-src/ext/date/tests/
H A DcreateFromTimestamp.phpt206 …Timestamp(%f): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a…
207 …stamp(%f): DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must…
208 …Timestamp(%f): DateRangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a…
209 …stamp(%f): DateRangeError: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must…
/php-src/ext/intl/tests/
H A Dbug53735.phpt21 $f = new NumberFormatter('hu_HU', NumberFormatter::PERCENT, '#,##0%');
22 var_dump($f->format(0.26));
/php-src/tests/classes/
H A Dautoload_008.phpt10 function f()
15 f();
/php-src/ext/reflection/tests/
H A DReflectionClass_getModifiers_basic.phpt13 interface f extends d {}
26 dump_modifiers('f');
/php-src/ext/standard/tests/math/
H A Dacosh_basic.phpt37 acosh 1.1276259652064= float(%f)
39 acosh 10.067661995778= float(%f)
H A Dasinh_basic.phpt36 asinh 0.52109530549375= float(%f)
38 asinh 10.01787492741= float(%f)
H A Datanh_basic.phpt37 atanh 0.46211715726001 = float(%f)
39 atanh 0.99505475368673 = float(%f)
/php-src/ext/opcache/tests/jit/
H A Dmul_008.phpt14 $a=$f=$a*(6158978401740);
15 $a=$f=$a*(261740);
/php-src/ext/standard/tests/http/
H A Dhttp_response_header_05.phpt19 $f = file_get_contents($uri);
20 var_dump($f);
/php-src/Zend/tests/fibers/
H A Ddestructors_002.phpt19 $f = new Fiber(function () { });
20 $f->start();
/php-src/ext/standard/tests/array/
H A Darray_unshift_basic2.phpt12 $array = array('f' => "first", "s" => 'second', 1 => "one", 2 => 'two');
40 ["f"]=>
57 ["f"]=>
/php-src/Zend/tests/traits/
H A Dbug61998.phpt48 $f = new Foo();
50 $f->newFunc(); //from T1
51 $f->func(); //from Foo
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt12 function f() {}
41 string(1) "f"
50 string(1) "f"
/php-src/sapi/cli/tests/
H A D012.phpt14 var_dump(`$php -n -f some.php -f some.php`);
30 string(26) "You can use -f only once.
/php-src/ext/pdo_pgsql/tests/
H A Dbug70861.phpt34 $f = fopen("hello://there", "r");
38 $stmt->bindparam(':foo', $f, PDO::PARAM_LOB);
41 fclose($f);
/php-src/ext/phar/tests/files/
H A Dopenssl256.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());

Completed in 25 milliseconds

1...<<11121314151617181920>>...44