/PHP-7.4/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 14 "ф"=>"f","ы"=>"i","в"=>"v","а"=>"a","п"=>"p","р"=>"r",
|
H A D | mb_str_split_utf8_utf16.phpt | 82 BAD UTF-16BE: l:4 v:d800dc00 l:2 v:003f l:2 v:003f
|
/PHP-7.4/Zend/tests/ |
H A D | require_parse_exception.phpt | 25 function f() {
|
H A D | bug80972.phpt | 30 $string["wrong"] = "f";
|
/PHP-7.4/ext/opcache/tests/ |
H A D | preload_011.phpt | 22 $f = new F;
|
/PHP-7.4/ext/date/tests/ |
H A D | bug53437_var3.phpt | 46 ["f"]=>
|
H A D | bug53437_var5.phpt | 46 ["f"]=>
|
/PHP-7.4/ext/standard/ |
H A D | pack.c | 128 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float() argument 131 float f; in php_pack_copy_float() member 134 m.f = f; in php_pack_copy_float() 146 memcpy(dst, &m.f, sizeof(float)); in php_pack_copy_float() 179 float f; in php_pack_parse_float() member 194 return m.f; in php_pack_parse_float()
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug54384.phpt | 6 function test($f) { 8 $f();
|
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionMethod_006.phpt | 21 public function f() {} 24 $rm = new ReflectionMethod('C', 'f');
|
/PHP-7.4/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_015w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | htmlspecialchars_decode_variation5.phpt | 18 …"Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string… 19 "\nRoy's height >\t; Sam's\v height\f",
|
H A D | ucwords_variation3.phpt | 36 'testing\fucwords \f testing \nucwords', 84 string(37) "Testing\fucwords \f Testing \nucwords"
|
H A D | stripcslashes_basic.phpt | 21 var_dump(bin2hex(stripcslashes('\\f')));
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_key_last.phpt | 17 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF", 141 [f] => fff
|
H A D | array_pop.phpt | 22 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2.4 => "float", "F" => "FFF", 144 [f] => fff
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | bug75402.phpt | 45 …5', '2017-10-16 08:36:46', '2017-10-16 08:36:46', 96, 'IMPORT', '', -1, 'f', 'f', 'C:\ProgramData\…
|
/PHP-7.4/ext/intl/tests/ |
H A D | collator_sort.phpt | 65 array( 'd ' , 'f ' , ' a' ), 173 2 => 'f ',
|
H A D | collator_sort_variant2.phpt | 65 array( 'd ' , 'f ' , ' a' ), 173 2 => 'f ',
|
/PHP-7.4/ext/standard/tests/math/ |
H A D | base_convert_basic.phpt | 20 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]); 327 .........value= 95 res = 5f 402 .........value= 5F res = 5f 456 .........value= 27 res = 4f 461 .........value= 27 res = 4f 474 .........value= 5F res = 5f
|
/PHP-7.4/Zend/ |
H A D | zend_virtual_cwd.c | 1302 FILE *f; in virtual_fopen() local 1315 f = php_win32_ioutil_fopen(new_state.cwd, mode); in virtual_fopen() 1317 f = fopen(new_state.cwd, mode); in virtual_fopen() 1322 return f; in virtual_fopen() 1438 int f; in virtual_open() local 1457 f = open(new_state.cwd, flags, mode); in virtual_open() 1463 f = open(new_state.cwd, flags); in virtual_open() 1467 return f; in virtual_open() 1474 int f; in virtual_creat() local 1482 f = creat(new_state.cwd, mode); in virtual_creat() [all …]
|
/PHP-7.4/ext/standard/tests/filters/ |
H A D | chunked_001.phpt | 18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | sleep_basic.phpt | 42 Thread slept for %f seconds
|
/PHP-7.4/ext/phar/tests/ |
H A D | bug70091.phpt | 11 $phar->addFromString('föö', '');
|
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.h | 329 XMLRPC_VALUE XMLRPC_CreateValueDouble(const char* id, double f); 432 …efine XMLRPC_VectorAppendDouble(vector, id, f) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValueD… argument
|