Home
last modified time | relevance | path

Searched refs:B (Results 101 – 125 of 566) sorted by relevance

12345678910>>...23

/PHP-7.0/ext/standard/tests/strings/
H A Dsprintf_variation22.phpt29 "%30c", "%[a-bA-B@#$&]", "%*c"
59 string(11) "a-bA-B@#$&]"
74 string(11) "a-bA-B@#$&]"
89 string(11) "a-bA-B@#$&]"
104 string(11) "a-bA-B@#$&]"
119 string(11) "a-bA-B@#$&]"
134 string(11) "a-bA-B@#$&]"
149 string(11) "a-bA-B@#$&]"
164 string(11) "a-bA-B@#$&]"
H A Dchunk_split.phpt10 $a=str_repeat("B", 65535);
12 $c=str_repeat("B", 65535);
15 $a=str_repeat("B", 65537);
17 $c=str_repeat("B", 65537);
H A Dbug27675.phpt5 echo str_ireplace('/*<B>', '<B>', '/*<b> I am a comment</b>*/');
8 <B> I am a comment</b>*/
/PHP-7.0/sapi/phpdbg/tests/
H A Dinfo_002.phpt12 >00010: print B;
18 %s 1 integer B
25 const B = C::D * A;
31 print B;
/PHP-7.0/tests/classes/
H A Dproperty_override_privateStatic_private.phpt14 class B extends A
16 private $p = "B::p";
26 $b = new B;
33 B::p
H A Dproperty_override_privateStatic_protected.phpt14 class B extends A
16 protected $p = "B::p";
26 $b = new B;
33 B::p
H A Dproperty_override_privateStatic_public.phpt14 class B extends A
16 public $p = "B::p";
26 $b = new B;
33 B::p
H A Dproperty_override_protectedStatic_private.phpt14 class B extends A
16 private $p = "B::p";
26 $b = new B;
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_protectedStatic_protected.phpt14 class B extends A
16 protected $p = "B::p";
26 $b = new B;
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_protectedStatic_public.phpt14 class B extends A
16 public $p = "B::p";
26 $b = new B;
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_private.phpt14 class B extends A
16 private $p = "B::p";
26 $b = new B;
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_protected.phpt14 class B extends A
16 protected $p = "B::p";
26 $b = new B;
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_publicStatic_public.phpt14 class B extends A
16 public $p = "B::p";
26 $b = new B;
32 Fatal error: Cannot redeclare static A::$p as non static B::$p in %s on line 18
H A Dproperty_override_public_private.phpt14 class B extends A
16 private $p = "B::p";
27 $b = new B;
33 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
H A Dproperty_override_public_protected.phpt14 class B extends A
16 protected $p = "B::p";
27 $b = new B;
33 Fatal error: Access level to B::$p must be public (as in class A) in %s on line 18
/PHP-7.0/Zend/tests/
H A Dbug48215.phpt15 class B extends A
27 $b = new B();
32 B::__construct
34 B::A
H A Dns_060.phpt6 use Bar\A as B;
8 $a = new B;
13 use Foo\A as B;
14 $a = new B;
H A Dbug71428.3.phpt8 class B { public function m(A $a = NULL, $n) { echo "B.m";} };
9 class C extends B { public function m(A $a , $n) { echo "C.m";} };
12 Warning: Declaration of C::m(A $a, $n) should be compatible with B::m(A $a = NULL, $n) in %sbug7142…
H A Dbug30140.phpt11 class B extends A {
20 var_dump(B::$test1);
21 var_dump(B::$test2);
22 var_dump(B::$test3);
/PHP-7.0/
H A DREADME.namespaces64 namespace A\B\C;
73 namespace A\B\C;
87 it is translated to "A\B\C\D\e()".
90 is translated to "new A\B\C()".
107 A\B\foo() first tries to call function foo() from namespace A\B, then
111 namespace. So "new A\B\C()" refers to class C from namespace A\B.
124 new B(); // first tries to create object of class "B" defined in namespace "A"
125 // then creates object of internal class "B"
126 new \B(); // creates object of class "B" defined in global scope
137 B\foo(); // first tries to call function "foo" from namespace "A\B"
[all …]
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getNamespaceName.phpt5 namespace A\B;
15 $function = new \ReflectionClass('A\\B\\Foo');
27 string(7) "A\B\Foo"
28 string(3) "A\B"
H A DReflectionFunction_getNamespaceName.phpt5 namespace A\B;
14 $function = new \ReflectionFunction('A\\B\\foo');
26 string(7) "A\B\foo"
27 string(3) "A\B"
H A Dproperty_exists.phpt140 ===B===
141 B::$a
143 B::$b
145 B::$c
147 B::$d
149 B::$e
152 B::$a
154 B::$b
156 B::$c
158 B::$d
[all …]
/PHP-7.0/ext/soap/tests/
H A Dclassmap003.phpt16 class B extends A {
25 return new B(5);
46 array('classmap'=>array('A'=>'A','B'=>'B')));
50 B Object
/PHP-7.0/ext/standard/tests/url/
H A Dbug69976.phpt5 var_dump(parse_url("/busca/?fq=B:20001"));
6 var_dump(parse_url("/busca/?fq=B:200013"));
15 string(10) "fq=B:20001"
21 string(11) "fq=B:200013"

Completed in 43 milliseconds

12345678910>>...23