Home
last modified time | relevance | path

Searched refs:f (Results 351 – 375 of 1080) sorted by relevance

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

/php-src/Zend/tests/fibers/
H A Dgh10340-002.phpt5 function f() {
12 f();
/php-src/ext/dba/
H A Dconfig.m4161 if test -f "$i/include/depot.h"; then
201 if test -f "$i/include/gdbm.h"; then
228 if test -f "$i/include/ndbm.h"; then
264 if test -f "$i/include/tcadb.h"; then
297 if test -f "$i/include/lmdb.h"; then
424 if test -f "$i/db5/db.h"; then
428 elif test -f "$i/db4/db.h"; then
516 if test -f "$i/db3/db.h"; then
553 if test -f "$i/db2/db.h"; then
615 if test -f "$i/db1/db.h"; then
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt17 $f = 123.456;
35 $f = 456.678;
75 ["f"]=>
103 ["f"]=>
125 ["f"]=>
H A Dis_callable_anon.phpt9 if (is_callable([$this, 'f'], false, $fname)) {
15 function f() {
/php-src/Zend/tests/
H A Dns_069.phpt9 static function f() {
16 Test::f();
H A Dbug70397.phpt6 $f = function () {
11 var_dump($f->call(new class {
H A Dvm_stack_with_arg_extend.phpt6 function f(...$args) {
11 f(...$a);
H A Dunset_cv04.phpt5 function f() {
11 f();
H A Dclosure_051.phpt8 $f = static function() {
11 return $f();
H A Dclosure_052.phpt8 $f = function() {
11 return $f();
H A Dclosure_055.phpt8 $f = static function() {
11 return $f();
H A Dclosure_056.phpt8 $f = function() {
11 return $f();
/php-src/Zend/tests/generators/finally/
H A Dreturn_yield.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
H A Dyield_return.phpt5 function foo($f, $t) {
6 for ($i = $f; $i <= $t; $i++) {
/php-src/ext/date/tests/
H A Dbug81106.phpt2 Bug #81106: Regression in 8.1: add() now truncate ->f
6 $dateInterval->f = 1.234;
/php-src/ext/standard/tests/file/
H A Dbug45985.phpt7 $f = fopen($file, 'r');
9 fclose($f);
/php-src/ext/fileinfo/tests/
H A Dbug67647.phpt8 $f = __DIR__ . DIRECTORY_SEPARATOR . "67647.mov";
11 var_dump($fi->file($f));
/php-src/ext/zend_test/tests/
H A Dexecute_internal.phpt10 function f($a) {
14 f(time() > 0 ? [1, 2, 3] : []);
/php-src/ext/zlib/tests/
H A Dgzclose_basic.phpt10 $f = __DIR__."/004.txt.gz";
11 $h = gzopen($f, 'r');
22 $h = gzopen($f, 'r');
/php-src/ext/zip/tests/
H A Dbug64342_0.phpt11 $f = md5(uniqid()) . '.txt';
12 echo "$f\n";
13 $res = $zip->addFile($f);
/php-src/tests/classes/
H A Dvisibility_005.phpt13 function f()
28 $o->f();
37 $o->f();
H A Dinterface_optional_arg_003.phpt8 function f($a = 2) {
14 $c->f();
/php-src/ext/sqlite3/tests/
H A Dsqlite3_blob_bind_resource.phpt24 $f = fopen("hello://there", "r");
26 var_dump($insert_stmt->bindParam(1, $f, SQLITE3_BLOB));
30 fclose($f);
/php-src/ext/standard/tests/math/
H A Dlog10_basic.phpt49 log10 1 = float(%f)
51 log10 10 = float(%f)
53 log10 100 = float(%f)
/php-src/ext/standard/tests/array/
H A Darray_next_error1.phpt5 function f() {
8 var_dump(next(f()));

Completed in 20 milliseconds

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