Home
last modified time | relevance | path

Searched refs:a (Results 151 – 175 of 6311) sorted by last modified time

12345678910>>...253

/PHP-5.5/tests/lang/
H A D019.phpt17 hey, this is a regular echo'd eval()
18 hey, this is a function inside an eval()!
19 hey, this is a regular echo'd eval()
21 hey, this is a regular echo'd eval()
23 hey, this is a regular echo'd eval()
25 hey, this is a regular echo'd eval()
27 hey, this is a regular echo'd eval()
29 hey, this is a regular echo'd eval()
31 hey, this is a regular echo'd eval()
33 hey, this is a regular echo'd eval()
[all …]
H A D024.phpt16 $a = "b";
17 $$a = "test";
18 $$$a = "blah";
77 $a = 5;
82 $a = 6;
202 if ($a=0) {
293 $a = "b";
295 $a = $a . "a";
296 echo "$a\n";
301 $a = "b";
[all …]
H A D025.phpt20 0 a 1 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a 9
36 b 6 a 6 a 7 a 8 a 9
52 b 5 a 5 a 6 a 7 a 8 a 9
84 b 4 a 4 a 5 a 6 a 7 a 8 a 9
116 b 5 a 5 a 6 a 7 a 8 a 9
148 b 3 a 3 a 4 a 5 a 6 a 7 a 8 a 9
180 b 5 a 5 a 6 a 7 a 8 a 9
212 b 4 a 4 a 5 a 6 a 7 a 8 a 9
276 b 2 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a 9
340 b 4 a 4 a 5 a 6 a 7 a 8 a 9
[all …]
H A D033.phpt5 $a = 1;
8 if ($a) echo 1; else echo 0;
9 if ($a):
16 while ($a<5) echo $a++;
17 while ($a<9):
18 echo ++$a;
22 for($a=0;$a<5;$a++) echo $a;
23 for($a=0;$a<5;$a++):
24 echo $a;
28 switch ($a):
H A D034.phpt6 <?php # try to activate a german locale
H A D040.phpt5 $a = array(0,1);
7 foreach($a as $b[0]) {
/PHP-5.5/tests/classes/
H A Dproperty_override_private_private.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_private_privateStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_private_protected.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_private_protectedStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_private_public.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_private_publicStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_protected_private.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_protected_privateStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_protected_protected.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_protected_protectedStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_protected_public.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_protected_publicStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_public_private.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_public_privateStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_public_protected.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_public_protectedStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_public_public.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_override_public_publicStatic.phpt24 $a = new A;
25 $a->showA();
H A Dproperty_recreate_private.phpt21 echo "Unset and recreate a superclass's private property:\n";
36 $d->p = 'this will create a public property';
40 echo "\n\nUnset and recreate a private property:\n";
46 echo "\nUnset a private property, and attempt to recreate at global scope (expecting failure):\n";
54 Unset and recreate a superclass's private property:
69 %unicode|string%(34) "this will create a public property"
73 Unset and recreate a private property:
79 Unset a private property, and attempt to recreate at global scope (expecting failure):

Completed in 77 milliseconds

12345678910>>...253