Home
last modified time | relevance | path

Searched refs:a (Results 76 – 100 of 6495) sorted by path

12345678910>>...260

/PHP-7.4/Zend/tests/ast/
H A Dzend-pow-assign.phpt9 assert(false && ($a **= 2));
11 Warning: assert(): assert(false && ($a **= 2)) failed in %s%ezend-pow-assign.php on line %d
/PHP-7.4/Zend/tests/
H A Dbug18556.phpt16 echo "Instantiating an infoBlob with a lowercase i\n";
33 Instantiating an infoBlob with a lowercase i
H A Dbug21478.phpt22 fwrite($fp, "This is a test.\n");
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dbug22836.phpt10 return ($a);
H A Dbug23104.phpt5 function foo($bar = array("a", "b", "c"))
12 string(1) "a"
H A Dbug24773.phpt2 Bug #24773 (unset() of integers treated as arrays causes a crash)
H A Dbug26166.phpt68 Method NoneTest::__toString() must return a string value
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
7 case 'a':
H A Dbug26696.phpt21 a-s-d-d-/-?+
H A Dbug26697.phpt2 Bug #26697 (calling class_exists on a nonexistent class in __autoload results in segfault)
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
18 function three($a, $b, $c)
H A Dbug26801.phpt2 Bug #26801 (switch ($a{0}) crash)
6 $a = '11';
7 $b = $a[0];
13 $a = '22';
14 switch ($a[0]) {
H A Dbug26802.phpt2 Bug #26802 (Can't call static method using a variable)
24 /* The following is a BC break with PHP 4 where it would
H A Dbug27268.phpt9 return $this->a;
14 $A->a = array(1);
17 $clone->a = array();
23 [a] => Array
H A Dbug28072.phpt5 define("FIRST_KEY", "a");
24 "a" => "222",
37 [a] => 111
44 [a] => 222
H A Dbug28377.phpt5 function doit($a, $b)
19 doit('a','b');
H A Dbug28442.phpt2 Bug #28442 (Changing a static variables in a class changes it across sub/super classes.)
H A Dbug29015.phpt5 $a = new stdClass();
7 $a->$x = "string('')";
8 var_dump($a);
9 $a->{"\0"} = 42;
10 var_dump($a);
H A Dbug29104.phpt20 $a = new A;
21 $a->g();
H A Dbug29890.phpt17 //should return a notice that the constant is already defined
H A Dbug29896.phpt14 $a = $b;
H A Dbug29944.phpt5 $a = 1;
6 switch ($a) {
8 function foo($a) {
11 echo foo($a);
H A Dbug30394.phpt21 $c->a = 1;
22 $c->a += 1;
23 print $c->a; // --> 2
26 $c->a += max( 0, 1 );
27 print $c->a; // --> 4 (!)
H A Dbug30407.phpt6 function haricow($a = 'one') {
7 var_dump($a);
8 $a = 'two';

Completed in 34 milliseconds

12345678910>>...260