/PHP-5.4/ext/oci8/tests/ |
H A D | bind_number.phpt | 56 $f1 = 123.456; 57 oci_bind_by_name($s, ":f1", $f1); 66 oci_bind_by_name($s, ":f1", $f1); 75 oci_bind_by_name($s, ":f1", $f1); 84 oci_bind_by_name($s, ":f1", $f1); 93 oci_bind_by_name($s, ":f1", $f1, -1, SQLT_NUM); 102 oci_bind_by_name($s, ":f1", $f1); 110 $f1 = 589; 111 oci_bind_by_name($s, ":f1", $f1); 119 $f1 = 42; [all …]
|
H A D | lob_043.phpt | 30 function f1($c) 38 echo "f1 ended\n"; 55 $r = f1($c); 85 f1 ended
|
H A D | drcp_functions.inc | 50 $sel_stmt="select drcp_test_package.f1 as f1 from dual"; 52 oci_define_by_name($s2,'f1',$ret_num); 73 function f1 return number; 83 function f1 return number is
|
/PHP-5.4/main/ |
H A D | mergesort.c | 141 f1 = l2; in php_mergesort() 152 q = f1; in php_mergesort() 195 if (q == f1) { in php_mergesort() 287 f1 = list1; in setup() 288 sense = (cmp(f1, f1 + size TSRMLS_CC) > 0); in setup() 301 swap (f1, f1 + size); in setup() 310 f1 = f2; in setup() 315 f1 = f2; in setup() 323 for (f1 = list1, p2 = list2; f1 < last; f1 += size2) { in setup() 325 if (cmp (f1, f1 + size TSRMLS_CC) > 0) in setup() [all …]
|
/PHP-5.4/tests/classes/ |
H A D | type_hinting_004.phpt | 13 function f1(A $a) { 14 echo "in f1;\n"; 19 call_user_func('f1', 1); 20 call_user_func('f1', new A); 54 function f1(A $a) { 81 in f1; 82 in f1; 92 in C::f1 (static); 93 in C::f1 (static); 103 in C::f1 (instance); [all …]
|
H A D | type_hinting_003.phpt | 8 static function f1(array $ar) 33 Test::f1(array(42)); 38 Test::f1(1); 42 Test::f1() 60 Catchable fatal error: Argument 1 passed to Test::f1() must be of the type array, integer given, ca…
|
H A D | visibility_001a.phpt | 10 function f1() {} 20 public function f1() {} 27 protected function f1() {} 33 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
|
H A D | visibility_001b.phpt | 10 function f1() {} 20 public function f1() {} 27 private function f1() {} 33 Fatal error: Access level to fail::f1() must be public (as in class same) in %s on line %d
|
H A D | visibility_001c.phpt | 10 function f1() {} 20 public function f1() {} 27 function f1() {}
|
/PHP-5.4/ext/soap/interop/ |
H A D | test.utility.php | 29 function date_compare($f1,$f2) argument 31 return soap_datetime_to_timestamp($f1) == soap_datetime_to_timestamp($f2); 34 function hex_compare($f1, $f2) argument 36 return strcasecmp($f1,$f2) == 0; 39 function number_compare($f1, $f2) argument 42 preg_match('/.*?\.(.*)/',$f1,$m1); 47 $f1 = round($f1, $d); 49 return $f1 == $f2; 53 function boolean_compare($f1, $f2) argument 55 if (($f1 == 'true' || $f1 === TRUE || $f1 != 0) && [all …]
|
/PHP-5.4/ext/pdo_mysql/tests/ |
H A D | bug54929.phpt | 29 testQuery("/* ' */ select ? as f1 /* ' */"); 31 testQuery("/* ' */ select ? as f1 --';"); 32 testQuery("/* ' */ select ? as f1 -- 'a;"); 33 testQuery("/*'**/ select ? as f1 /* ' */"); 37 **/ select ? as f1 /* ' */"); 42 ["f1"]=> 46 ["f1"]=> 60 ["f1"]=> 64 ["f1"]=> 68 ["f1"]=> [all …]
|
/PHP-5.4/ext/standard/tests/assert/ |
H A D | assert_basic2.phpt | 6 assert.callback=f1 16 function f1() 18 echo "f1 called\n"; 29 string(2) "f1" 30 f1 called 33 string(2) "f1"
|
H A D | assert_basic.phpt | 6 assert.callback = f1 11 function f1() 13 echo "f1 called\n"; 25 f1 called 28 f1 called
|
H A D | assert_error2.phpt | 6 assert.callback = f1 13 function f1($script, $line, $message, $user_message) 15 echo "f1 called\n"; 26 Warning: Missing argument 4 for f1() in %s on line 2 27 f1 called
|
H A D | assert_basic3.phpt | 6 assert.callback = f1 11 function f1() 13 echo "f1 called\n"; 23 f1 called
|
H A D | assert_basic6.phpt | 6 assert.callback = f1 11 function f1($message) 13 echo "f1 called\n"; 23 f1 called
|
H A D | assert_basic5.phpt | 6 assert.callback = f1 11 function f1() 13 echo "f1 called\n"; 27 f1 called
|
H A D | assert_error1.phpt | 6 assert.callback = f1 11 function f1() 13 echo "f1 called\n"; 23 var_dump($rao = assert_options(ASSERT_CALLBACK, "f1", 1)); 27 var_dump($rao=assert_options("F1", "f1"));
|
H A D | assert_basic1.phpt | 6 assert.callback = f1 11 function f1() 13 echo "f1 called\n";
|
H A D | assert_error.phpt | 6 assert.callback = f1 11 function f1() 13 echo "f1 called\n";
|
H A D | assert_variation.phpt | 6 assert.callback = f1 11 function f1() 13 echo "f1 called\n"; 74 Initial values: assert_options(ASSERT_CALLBACK) => [f1] 75 Initial values: ini.get("assert.callback") => [f1] 76 f1 called 80 string(2) "f1"
|
/PHP-5.4/Zend/tests/ |
H A D | gc_030.phpt | 15 $f1 = new foo; 17 $f1->foo = $f2; 18 $f2->foo = $f1; 19 unset($f1, $f2);
|
/PHP-5.4/ext/reflection/tests/ |
H A D | ReflectionObject_isInstantiable_basic.phpt | 9 function f1(); 13 function f1() {} 17 function f1() {}
|
H A D | ReflectionClass_isInstantiable_basic.phpt | 9 function f1(); 13 function f1() {} 17 function f1() {}
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | get_defined_vars_basic.phpt | 13 function f1() { 14 echo "\n-- Function f1() called --\n"; 49 $f1 = 456.678; 63 f1(); 73 -- Function f1() called -- 147 ["f1"]=>
|