Searched refs:BC (Results 1 – 25 of 56) sorted by relevance
123
/PHP-7.0/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_basic2.phpt | 53 =?UTF-8?Q?=E3=81=A7=E3=81=99=E3=80=82=30=31=32=33=34=EF=BC=95=EF=BC=96?= 54 =?UTF-8?Q?=EF=BC=97=EF=BC=98=EF=BC=99=E3=80=82?=" 62 =?UTF-8?Q?=E3=81=A7=E3=81=99=E3=80=82=30=31=32=33=34=EF=BC=95=EF=BC=96?= 63 =?UTF-8?Q?=EF=BC=97=EF=BC=98=EF=BC=99=E3=80=82?=" 71 =?UTF-8?Q?=E3=81=A7=E3=81=99=E3=80=82=30=31=32=33=34=EF=BC=95=EF=BC=96?= 72 =?UTF-8?Q?=EF=BC=97=EF=BC=98=EF=BC=99=E3=80=82?="
|
H A D | mb_encode_mimeheader_indent.phpt | 45 =?UTF-8?Q?=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36=37=38?= 53 =?UTF-8?Q?=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36=37=38?= 61 =?UTF-8?Q?=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36=37=38?= 69 =?UTF-8?Q?=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36=37=38?= 77 =?UTF-8?Q?=CE=B5=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36?= 85 =?UTF-8?Q?=CE=B5=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36?= 93 =?UTF-8?Q?=CE=B5=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36?= 101 =?UTF-8?Q?=CE=BA=CE=B5=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34?= 109 =?UTF-8?Q?=CE=BA=CE=B5=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34?= 117 =?UTF-8?Q?=CE=BA=CE=B5=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34?= [all …]
|
/PHP-7.0/ext/bcmath/libbcmath/ |
H A D | FAQ | 13 represent a POSIX BC number. Floats are the closest, but will not 14 behave correctly for many computations. For example, BC numbers have 20 up dropping digits BC must calculate.
|
/PHP-7.0/ext/pcre/tests/ |
H A D | bug42298.phpt | 21 string(2) "BC" 30 string(2) "BC"
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_open_bug74432.phpt | 2 Bug #74432, BC issue on undocumented connect string 12 supported alternative, ensure changes doesn't cause BC breach. Otherwise,
|
/PHP-7.0/ext/bcmath/ |
H A D | CREDITS | 1 BC Math
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | locale_sort.phpt | 16 "BC" => "Colombie-Britannique", 35 ["BC"]=>
|
/PHP-7.0/ext/bcmath/tests/ |
H A D | bug46781.phpt | 2 Bug #46781 (BC math handles minus zero incorrectly)
|
/PHP-7.0/ext/spl/tests/ |
H A D | bug69335.phpt | 2 Bug #69335 (SplArray BC break)
|
/PHP-7.0/Zend/tests/ |
H A D | bug71428.1.phpt | 4 This is a BC break
|
H A D | bug71428.3.phpt | 4 This is a BC break
|
H A D | bug26802.phpt | 24 /* The following is a BC break with PHP 4 where it would
|
H A D | bug64417.phpt | 2 Bug #64417 (BC break: ArrayAccess::&offsetGet() in a trait causes fatal error)
|
H A D | bug47054.phpt | 2 Bug #47054 (BC break in static functions called as dynamic)
|
/PHP-7.0/ext/openssl/tests/ |
H A D | public.crt | 2 localKeyID: E1 BC BF 63 1E 2A A4 F6 4C 71 6B E7 CE E2 6D 4A 95 CD 26 5B
|
/PHP-7.0/ext/json/tests/ |
H A D | bug69187.phpt | 2 Bug #69187 json_last_error return BC in PHP7
|
/PHP-7.0/ext/standard/tests/network/ |
H A D | socket_bug74429.phpt | 7 supported alternative, ensure changes doesn't cause BC breach. Otherwise,
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_server_version.phpt | 21 // Ideally the server version would be an integer - as documented but BC break! 25 // Its not an int like documented but a string - maybe for BC reasons...
|
/PHP-7.0/ext/pgsql/tests/ |
H A D | 23sync_query_params.phpt | 49 …$result = pg_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC…
|
H A D | 24sync_query_prepared.phpt | 55 $result = pg_execute($db, "php_test2", array(9999, "A'BC"));
|
H A D | 25async_query_params.phpt | 57 …if (!pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC…
|
H A D | 30nb_async_query_params.phpt | 62 …= pg_send_query_params($db, "INSERT INTO ".$table_name." VALUES (\$1, \$2);", array(9999, "A'BC"));
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | substr_compare.phpt | 9 var_dump(substr_compare("abcde", "BC", 1, 2, true));
|
/PHP-7.0/ext/standard/html_tables/ |
H A D | ents_html401.txt | 30 frac14 00BC 134 mu 03BC
|
H A D | ents_xhtml.txt | 29 frac14 00BC 166 mu 03BC
|
Completed in 30 milliseconds
123