Home
last modified time | relevance | path

Searched refs:f (Results 301 – 325 of 903) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_002w.phpt11 function SOAPStruct($s, $i, $f) {
14 $this->varFloat = $f;
18 function BaseStruct($f, $s) {
19 $this->structMessage = $f;
H A Dr4_groupH_complex_rpcenc_007w.phpt11 function BaseStruct($f, $s) {
12 $this->floatMessage = $f;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_008w.phpt11 function BaseStruct($f, $s) {
12 $this->floatMessage = $f;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_009w.phpt11 function BaseStruct($f, $s) {
12 $this->floatMessage = $f;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
H A Dr4_groupH_complex_rpcenc_010w.phpt11 function BaseStruct($f, $s) {
12 $this->floatMessage = $f;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
25 function MoreExtendedStruct($f, $s, $x1, $x2, $x3, $b) {
26 $this->ExtendedStruct($f, $s, $x1, $x2, $x3);
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt16 echo"\n-- Testing for '%%%.2f' as the format parameter --\n";
17 var_dump(sprintf("%%%.2f", 1.23456789e10));
23 var_dump(sprintf("%.988f", 1.23456789e10));
42 -- Testing for '%%%.2f' as the format parameter --
H A Dsprintf_variation53.phpt15 "% f", "% f", "% f",
/PHP-5.5/ext/zlib/
H A Dconfig0.m416 if test -f $PHP_ZLIB/include/zlib/zlib.h; then
19 elif test -f $PHP_ZLIB/include/zlib.h; then
25 if test -f $i/include/zlib/zlib.h; then
28 elif test -f $i/include/zlib.h; then
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.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());
H A Dinclude_path2.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());
H A Dopenssl.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());
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.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());
H A Dopenssl.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());
/PHP-5.5/tests/output/
H A Dob_start_error_005.phpt11 function f($str) {
19 var_dump(ob_start('f'));
/PHP-5.5/Zend/tests/
H A Dbug22836.phpt7 function &f()
15 $h =& f();
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt18 function f() {}
43 string(1) "f"
52 string(1) "f"
/PHP-5.5/Zend/tests/traits/
H A Dbug61998.phpt48 $f = new Foo();
50 $f->newFunc(); //from T1
51 $f->func(); //from Foo
/PHP-5.5/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-5.5/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt63 $protectedStatic->setValue('f');
111 $protectedStatic->setValue('f');
128 string(1) "f"
135 string(1) "f"
138 string(1) "f"
H A DReflectionClass_getModifiers_basic.phpt13 interface f extends d {}
26 dump_modifiers('f');
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c285 register char *f; in regress() local
301 f = fields[i]; in regress()
302 if (f == NULL) in regress()
303 f = "(NULL)"; in regress()
304 if (strcmp(f, tests[n].fi[i]) != 0) { in regress()
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_basic.phpt20 for ($f= 0; $f < count($frombase); $f++) {
21 echo "\n...from base is ", $frombase[$f], "\n";
25 $res = base_convert($values[$i],$frombase[$f],$tobase[$t]);
186 .........value= 95 res = 5f
247 .........value= 5F res = 5f
297 .........value= 27 res = 4f
302 .........value= 27 res = 4f
315 .........value= 5F res = 5f
/PHP-5.5/tests/classes/
H A Dautoload_008.phpt11 function f()
16 f();
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_023w.phpt11 function SOAPComplexType($s, $i, $f) {
14 $this->varFloat = $f;
18 function SOAPComplexTypeComplexType($s, $i, $f, $c) {
21 $this->varFloat = $f;
/PHP-5.5/ext/standard/tests/general_functions/
H A D001.phpt40 $test = sprintf("%0"."06.2f", 10000/3.0);
47 echo sprintf("%.2f\n", "99.00");
48 echo sprintf("%.2f\n", 99.00);

Completed in 35 milliseconds

1...<<11121314151617181920>>...37