/PHP-5.3/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 …]
|
H A D | mb_encode_mimeheader_basic.phpt | 72 =?UTF-8?Q?=CE=AF=CE=BC=CE=B5=CE=BD=CE=BF=2E=20=30=31=32=33=34=35=36=37=38?=
|
/PHP-5.3/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-5.3/ext/pcre/tests/ |
H A D | bug42298.phpt | 21 string(2) "BC" 30 string(2) "BC"
|
/PHP-5.3/ext/bcmath/ |
H A D | CREDITS | 1 BC Math
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | locale_sort.phpt | 19 "BC" => "Colombie-Britannique", 38 ["BC"]=>
|
/PHP-5.3/Zend/tests/ |
H A D | bug26802.phpt | 24 /* The following is a BC break with PHP 4 where it would
|
H A D | bug47054.phpt | 2 Bug #47054 (BC break in static functions called as dynamic)
|
/PHP-5.3/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-5.3/ext/standard/tests/strings/ |
H A D | substr_compare.phpt | 8 var_dump(substr_compare("abcde", "BC", 1, 2, true));
|
H A D | htmlentities_html4.phpt | 94 ¼ U+000BC 205 μ U+003BC
|
/PHP-5.3/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 | 26async_query_prepared.phpt | 85 if (!pg_send_execute($db, "php_test2", array(9999, "A'BC")))
|
/PHP-5.3/ext/filter/tests/ |
H A D | 033.phpt | 22 …40bar.com http%3A%2F%2Fa.b.c 1.2.3.4 123 123abc%3C%3E%28%29 O%27Henry %ED%95%98%ED%8D%BC
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_debug_control_string.phpt | 65 try_control_string($link, 't:A;BC,123:b;:o,' . $trace_file, $trace_file, 60);
|
H A D | mysqli_constants.phpt | 170 ... no we must have removed them at some point - for BC, weakening the test
|
H A D | mysqli_set_local_infile_handler.phpt | 145 // is not complete. That's a BC break, OK, but it makes perfectly sense.
|
/PHP-5.3/ext/pdo_oci/ |
H A D | oci_statement.c | 59 HashTable *BC = stmt->bound_columns; in oci_stmt_dtor() local 79 if (BC) { in oci_stmt_dtor() 80 zend_hash_destroy(BC); in oci_stmt_dtor()
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testoutput10 | 18 A\x{300}BC 20 A\x{300}\x{301}\x{302}BC 32 A\x{300}\x{301}\x{302}BC 1129 A\x{300}BC 1148 0: A\x{300}\x{301}\x{302}BC 1151 1: A\x{300}\x{301}\x{302}BC 1155 0: A\x{300}\x{301}\x{302}BC 1158 1: A\x{300}\x{301}\x{302}BC 1163 1: A\x{300}\x{301}\x{302}BC 1169 2: A\x{300}\x{301}\x{302}BC [all …]
|
H A D | testoutput4 | 864 A\x{a3}BC 866 0: BC 869 A\x{a3}BC 871 0: BC
|
H A D | testinput10 | 13 A\x{300}BC 14 A\x{300}\x{301}\x{302}BC 21 A\x{300}\x{301}\x{302}BC 549 A\x{300}BC 550 A\x{300}\x{301}\x{302}BC
|
/PHP-5.3/scripts/ |
H A D | phpize.m4 | 42 dnl For BC
|