Home
last modified time | relevance | path

Searched refs:B (Results 151 – 175 of 409) sorted by relevance

12345678910>>...17

/PHP-5.3/Zend/tests/
H A Dns_061.phpt6 use \A as B;
7 echo get_class(new B)."\n";
H A Dget_class_vars_002.phpt12 class B extends A {
18 class C extends B {
21 var_dump(get_class_vars('B'));
H A Djump14.phpt9 B:
15 goto B;
H A Dns_036.phpt8 use A as B;
21 function f4($x = B\ArrayObject::STD_PROP_LIST) {
26 var_dump(B\ArrayObject::STD_PROP_LIST);
H A Dbug41633_1.phpt6 const A = self::B;
7 const B = "ok";
H A Dbug41633_4.phpt6 const A = self::B;
7 const B = "ok";
H A Dget_class_methods_003.phpt22 class B extends C implements A {
30 var_dump(get_class_methods('B'));
37 new B;
H A Dbug41633_2.phpt6 const A = self::B;
11 Fatal error: Undefined class constant 'self::B' in %sbug41633_2.php on line 5
H A Dbug45742.phpt8 const B = 1;
14 Constants::B => 42,
H A Dns_030.phpt8 use A\B as Foo;
12 Fatal error: Cannot use A\B as Foo because the name is already in use in %sns_030.php on line 5
H A Dbug43200_2.phpt10 abstract class B implements A {
14 class C extends B {
H A Dns_040.phpt8 const B = A;
21 function f5($x=B) {
41 echo B;
/PHP-5.3/sapi/cli/tests/
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
18 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");'`);
20 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("end");'`);
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt14 class B extends A {
28 echo "\nRetrieving static values from B:\n";
29 $rcB = new ReflectionClass('B');
31 var_dump($rcB->getStaticPropertyValue("\0B\0privateOverridden"));
59 Retrieving static values from B:
H A DReflectionClass_setStaticPropertyValue_001.phpt14 class B extends A {
27 echo "\nSet static values in B:\n";
28 $rcB = new ReflectionClass('B');
30 $rcB->setStaticPropertyValue("\0B\0privateOverridden", "new value 5");
61 Set static values in B:
/PHP-5.3/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic.phpt13 …* Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded…
32 var_dump(mb_encode_mimeheader($input, 'UTF-8', 'B'));
42 var_dump(mb_encode_mimeheader($input, 'UTF-8', 'B'));
60 string(52) "=?UTF-8?B?5pel5pys6Kqe44OG44Kt44K544OI44Gn44GZ44CC?="
67 string(115) "=?UTF-8?B?zpHPhc+Ez4wgzrXOr869zrHOuSDOtc67zrvOt869zrnOus+MIM66zrXOr868?=
68 =?UTF-8?B?zrXOvc6/LiAwMTIzNDU2Nzg5Lg==?="
H A Dmb_send_mail02.phpt37 Subject: =?ISO-2022-JP?B?GyRCJUYlOSVIGyhCIEphcGFuZXNl?=
42 $B%F%9%H(B
H A Dmb_output_handler_shift_jis.phpt12 var_dump("�e�X�g�p���{�ꕶ����B���̃��W���[����PHP�Ƀ}���`�o�C�g�֐�������܂��B");
/PHP-5.3/ext/filter/tests/
H A D027.phpt23 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
26 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
29 string(75) "%3F%3E%3C%21%40%23%24%25%5E%26%2A%28%29%7D%7B%7EQwertyuilfdsasdfgmnbvcxcvbn"
/PHP-5.3/ext/standard/tests/time/
H A Dstrptime_basic.phpt25 $str = strftime("%r %B%e %Y %Z", $tstamp);
26 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y %Z'));
31 $str = strftime("%A %B %e %R", $tstamp);
32 var_dump(strptime($str, '%A %B %e %R'));
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c126 int A, B, C, D = UUDEC(c); in mbfl_filt_conv_uudec() local
128 B = (filter->cache >> 8) & 0xff; in mbfl_filt_conv_uudec()
132 CK((*filter->output_function)( (A << 2) | (B >> 4), filter->data)); in mbfl_filt_conv_uudec()
134 CK((*filter->output_function)( (B << 4) | (C >> 2), filter->data)); in mbfl_filt_conv_uudec()
/PHP-5.3/tests/lang/
H A D041.phpt10 $wrongClassname = 'B';
20 Fatal error: Class 'B' not found in %s041.php on line %d
/PHP-5.3/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt40 string(1) "B"
42 string(4) "B 84"
44 string(7) "B 84 B1"
/PHP-5.3/ext/oci8/tests/
H A Dbug44206.phpt29 oci_execute($result['B']);
31 oci_fetch_array($result['B'], $mode);
33 oci_free_statement($result['B']);
/PHP-5.3/tests/strings/
H A D001.phpt96 $correct = '%20%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
97 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
98 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~'
116 $correct = '+%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F'
117 . '%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_'
118 . '%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E'

Completed in 21 milliseconds

12345678910>>...17