Home
last modified time | relevance | path

Searched refs:f1 (Results 1 – 25 of 97) sorted by path

1234

/php-src/Zend/tests/
H A D009.phpt23 $f1 = new foo;
30 $f1->bar();
49 var_dump(get_class($f1));
52 $f1->testNull();
H A Dbug34062.phpt5 function f1() { throw new Exception; }
13 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, f1());
H A Dbug43344_1.phpt8 function f1($a=bar) {
25 echo f1()."\n";
H A Dbug52614.phpt12 public function f1() {
46 $foo->f1()[0] = 1;
68 $foo->f1()[0]++;
H A Dbug62069.phpt23 func as f1;
H A Dbug62069_2.phpt23 func as f1;
H A Dgc_030.phpt15 $f1 = new foo;
17 $f1->foo = $f2;
18 $f2->foo = $f1;
19 unset($f1, $f2);
H A Dget_defined_functions_basic.phpt14 function f1() {}
H A Dns_034.phpt10 function f1($x=Foo::C) {
22 f1();
H A Dns_035.phpt8 function f1($x = ArrayObject::STD_PROP_LIST) {
16 f1();
H A Dns_036.phpt10 function f1($x = ArrayObject::STD_PROP_LIST) {
26 f1();
H A Dns_040.phpt9 function f1($x=A) {
37 f1();
H A Dns_057.phpt25 function f1($x=namespace\C) {
42 echo namespace\f1();
H A Dns_058.phpt23 function f1($x=namespace\C) {
40 echo namespace\f1();
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt38 static private function f1() {
199 private static function f1() {
/php-src/Zend/tests/attributes/
H A D001_placement.phpt22 function f1() { }
38 new \ReflectionFunction('f1'),
/php-src/Zend/tests/generators/
H A Dbacktrace.phpt6 function f1() {
11 f1();
24 #0 %s(%d): f1()
/php-src/Zend/tests/traits/
H A Dconstant_001.phpt11 public function f1(): void {
37 (new Base)->f1();
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dparsing_comment.phpt7 function f1(A & /*
/php-src/Zend/
H A Dzend_alloc.c1226 static const int f1[] = { 3, 3, 3, 3, 3, 3, 3, 4, 5, 6, 7, 8, 9};
1231 return ((size-1) >> f1[n]) + f2[n];
/php-src/build/
H A Dconfig.guess262 release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
H A Dphp_cxx_compile_stdcxx.m4358 const auto higher2nd = [unary](nullary_t f1){
359 return [unary, f1](unary_t f2){ return f2(unary(f1())); };
627 int f1()
634 [[maybe_unused]] auto unused = f1();
636 switch (f1())
639 f1();
642 f1();
644 return f1();
851 auto f1() -> int(&)[2]
872 auto [ x1, y1 ] = f1();
[all …]
/php-src/ext/ffi/tests/
H A D002.phpt83 static void f1();
/php-src/ext/odbc/
H A Dconfig.m474 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
76 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
83 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
85 ODBCBCS_LIBS=`echo $1/libempodbcbcs.a | cut -d' ' -f1`
/php-src/ext/odbc/tests/
H A Dbug80592.phpt12 odbc_exec($conn,"CREATE TABLE bug80592 (f1 float not null, f2 float not null, f3 float not null)");
13 $stmt = odbc_prepare($conn, "INSERT INTO bug80592 (f1, f2, f3) values (?, ?, ?)");
15 $res = odbc_exec($conn, "SELECT f1, f2, f3 from bug80592");
27 ["f1"]=>

Completed in 47 milliseconds

1234