/PHP-7.4/ext/standard/tests/strings/ |
H A D | vfprintf_variation1.phpt | 50 writeAndDump( $fp, "Testing %b %d %f %o %s %x %X", array( 9, 6, 2.5502, 24, "foobar", 15, 65 ) ); 80 string(38) "Testing 1001 6 2.550200 30 foobar f 41"
|
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionClass_getModifierNames_basic.phpt | 21 public static function f() {} 106 string(4) "x::f"
|
H A D | bug45571.phpt | 11 private function f() {}
|
H A D | ReflectionClass_isArray.phpt | 7 function testReflectionIsArray($a = null, $b = 0, array $c, $d=true, array $e, $f=1.5, $g="", array…
|
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_doclit_001w.phpt | 11 function __construct($s, $i, $f) { 14 $this->varFloat = $f;
|
/PHP-7.4/ext/openssl/tests/ |
H A D | openssl_pkcs12_read_basic.phpt | 33 ECz4DngZLhZvLC8Juf/Q6R5SjhN5/f/TBq//QpKaCjBAamhZDJtWMv80IDKJO7Ir 36 rGthXPSZU8hxY5iHFhELurp23qGmJftdcYL2mF7IyoGOiZ1Q6Vt9LnRTDtgrHh/f
|
/PHP-7.4/ext/date/tests/ |
H A D | bug45682.phpt | 28 ["f"]=>
|
H A D | bug52738.phpt | 30 [f] => 0
|
H A D | bug73091.phpt | 30 ["f"]=>
|
H A D | bug53437.phpt | 67 ["f"]=> 128 ["f"]=>
|
/PHP-7.4/Zend/tests/ |
H A D | bug30998.phpt | 14 $f = fopen("/tmp/blah", "r");
|
H A D | bug54262.phpt | 8 $simpleString["wrong"] = "f";
|
H A D | declare_002.phpt | 25 Warning: Unsupported encoding [%f] in %sdeclare_002.php on line 4
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1496 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() 1497 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() 1498 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() 1505 if (f > 0) f_c = gd_mulfx(f, gd_mulfx(f,f)); in gdImageScaleBicubicFixed() 1512 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() 1513 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() 1524 if (f > 0) f_c = gd_mulfx(f,gd_mulfx(f,f)); in gdImageScaleBicubicFixed() 2037 if (f > 0) { in gdImageRotateBicubicFixed() 2038 f_c = gd_mulfx(f,gd_mulfx(f,f)); in gdImageRotateBicubicFixed() 2065 if (f > 0) { in gdImageRotateBicubicFixed() [all …]
|
/PHP-7.4/ext/standard/ |
H A D | array.c | 366 Bucket *f; in php_array_data_compare() local 401 Bucket *f; in php_array_data_compare_numeric() local 431 Bucket *f; in php_array_data_compare_string_case() local 461 Bucket *f; in php_array_data_compare_string() local 531 Bucket *f; in php_array_data_compare_string_locale() local 956 Bucket *f; in php_array_user_compare() local 1068 Bucket *f; in php_array_user_key_compare() local 4536 t = *f; 4537 *f = *g; 5658 t = *f; [all …]
|
/PHP-7.4/ext/zlib/tests/ |
H A D | zlib_filter_deflate2.phpt | 16 �A� Dѫ����1�MB��Uv�_�(�EL���/��aP�=Pi�;�6�f�Ce4��U9;w�5��m/
|
/PHP-7.4/ext/spl/tests/ |
H A D | regexIterator_setMode_error.phpt | 9 $regexIterator = new RegexIterator(new ArrayIterator($array), "/f/");
|
/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_025w.phpt | 11 function __construct($s, $i, $f, $c) { 14 $this->varFloat = $f;
|
/PHP-7.4/ext/ffi/tests/ |
H A D | 020.phpt | 54 $f = FFI::cdef("typedef int * const t[1];"); 55 $p = $f->new("t");
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_search.phpt | 9 $arr4 = array("a\0b"=>'e','key'=>'d', 'f');
|
H A D | arsort_variation9.phpt | 27 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5), 225 ["f"]=> 245 ["f"]=>
|
H A D | asort_variation9.phpt | 27 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5), 234 ["f"]=> 254 ["f"]=>
|
H A D | krsort_variation9.phpt | 27 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5), 231 ["f"]=> 251 ["f"]=>
|
H A D | ksort_variation9.phpt | 26 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5), 225 ["f"]=> 245 ["f"]=>
|
/PHP-7.4/sapi/cgi/tests/ |
H A D | bug75574_utf8.phpt | 22 echo shell_exec("$php -n -f $fn");
|