Home
last modified time | relevance | path

Searched refs:f (Results 376 – 400 of 903) sorted by relevance

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

/PHP-5.5/ext/spl/tests/
H A Dbug53515.phpt6 $a = array('a' => 1, 'b'=> true, 'c' => 0, 'd' => null, 'e' => false, 'f' => array());
25 f: Array array_key_exists: true property_exists: true
/PHP-5.5/ext/standard/tests/array/
H A Dbug21918.phpt7 $a = array(-1=>'a', '-2'=>'b', 3=>'c', '4'=>'d', 5=>'e', '6001'=>'f', '07'=>'g');
46 string(1) "f"
H A Darray_walk_recursive_basic2.phpt13 $fruits = array("a" => "lemon", "b" => array( "c" => "orange", "d" => "banana"), "e" => array("f" =…
70 string(1) "f"
87 string(1) "f"
102 string(1) "f"
/PHP-5.5/ext/tidy/
H A Dconfig.m417 if test -f $i/include/tidy/tidy.h; then
20 elif test -f $i/include/tidy.h; then
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_016.phpt55 float(%f)
57 float(%f)
/PHP-5.5/ext/zlib/tests/
H A Dgzpassthru_basic.phpt15 $f = dirname(__FILE__)."/004.txt.gz";
16 $h = gzopen($f, 'r');
H A Dgzrewind_basic2.phpt11 $f = dirname(__FILE__)."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgzseek_error.phpt11 $f = dirname(__FILE__)."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgzread_basic.phpt14 $f = dirname(__FILE__)."/004.txt.gz";
15 $h = gzopen($f, 'r');
H A Dgzrewind_basic.phpt11 $f = dirname(__FILE__)."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgzseek_variation6.phpt11 $f = dirname(__FILE__)."/004.txt.gz";
12 $h = gzopen($f, 'r');
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 php generate-phpt.php -f <function_name> |-c <class_name> -m <method_name> -b|e|v [-s skipif:ini:c…
5 -f function_name ................. Name of PHP function, eg cos
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c11032 r = (*f)(p11->from, &code, 1, arg);
11048 r = (*f)(0x0049, &code, 1, arg);
11051 r = (*f)(0x0131, &code, 1, arg);
11055 r = (*f)(0x0069, &code, 1, arg);
11058 r = (*f)(0x0130, &code, 1, arg);
11069 r = (*f)(p11->to.code[j], &code, 1, arg);
11073 r = (*f)(p11->from, &code, 1, arg);
11095 r = (*f)(CaseUnfold_12[i].to.code[j],
11102 r = (*f)(CaseUnfold_12[i].to.code[j],
11137 r = (*f)(CaseUnfold_13[i].to.code[j],
[all …]
H A Diso8859_5.c192 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
196 flag, f, arg); in apply_all_case_fold()
H A Dkoi8_r.c179 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_r_apply_all_case_fold() argument
183 flag, f, arg); in koi8_r_apply_all_case_fold()
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getMethod_002.phpt9 function f() {}
20 var_dump($rc->getMethod("f", "f"));
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt2 sprintf %f #2
48 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
76 var_dump(sprintf("%01.2f", $money)); // output "123.10"
101 string\(22\) \"%f = '43951789\.000000'\"
H A Dvfprintf_variation19.phpt19 "% f % f % f",
/PHP-5.5/ext/standard/tests/http/
H A Dbug69337.phpt31 $f = file_get_contents('http://127.0.0.1:22345/', 0, $ctx);
34 var_dump($f);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36999.phpt39 printf("%s %0.0f\n", gettype($num), $num);
41 printf("%s %0.0f\n", gettype($ret), $ret);
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_003w.phpt11 function BaseStruct($f, $s) {
12 $this->floatMessage = $f;
17 function ExtendedStruct($f, $s, $x1, $x2, $x3) {
18 $this->BaseStruct($f,$s);
H A Dr4_groupH_complex_rpcenc_004w.phpt11 function SOAPStruct($s, $i, $f) {
14 $this->varFloat = $f;
18 function BaseStruct($f, $s) {
19 $this->floatMessage = $f;
H A Dr4_groupH_complex_rpcenc_005w.phpt11 function SOAPStruct($s, $i, $f) {
14 $this->varFloat = $f;
18 function BaseStruct($f, $s) {
19 $this->floatMessage = $f;
H A Dr4_groupH_complex_rpcenc_006w.phpt11 function SOAPStruct($s, $i, $f) {
14 $this->varFloat = $f;
18 function BaseStruct($f, $s) {
19 $this->floatMessage = $f;
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c87 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core() argument
101 vspprintf(&buf, 0, f, va); in file_error_core()
120 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() argument
123 va_start(va, f); in file_error()
124 file_error_core(ms, error, f, va, 0); in file_error()
133 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror() argument
136 va_start(va, f); in file_magerror()
137 file_error_core(ms, 0, f, va, ms->line); in file_magerror()

Completed in 66 milliseconds

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