Home
last modified time | relevance | path

Searched refs:a (Results 251 – 275 of 6311) sorted by path

1...<<11121314151617181920>>...253

/PHP-5.5/Zend/tests/
H A Dbug60536_002.phpt2 … the class hierarchy. Thus, if the properties are compatible, a notice is issued, if not a fatal e…
22 // now we do the test for a fatal error
H A Dbug60536_003.phpt27 $a = new SubclassA;
28 var_dump($a);
H A Dbug60536_004.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
23 // now the same with a class that defines the property itself,
H A Dbug60536_005.phpt2 Introducing new private variables of the same name in a subclass is ok, and does not lead to any ou…
15 // Protected and public are handle more strict with a warning then what is
23 // now the same with a class that defines the property itself, too.
H A Dbug60611.phpt27 Fatal error: Method name must be a string in %sbug60611.php on line %d
H A Dbug60613.phpt18 Fatal error: Method name must be a string in %sbug60613.php on line %d
H A Dbug60825.phpt14 $a = new test;
15 require_once $a;
H A Dbug61011.phpt2 Bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)
9 echo AAA::$a; //zend_fetch_var_address_helper
18 unset(AAA::$a); // ZEND_UNSET_VAR
21 isset(AAAA::$a); // ZEND_ISSET_ISEMPTY_VAR
24 $a = array("AAA", "foo");
25 $a(); //ZEND_INIT_FCALL_BY_NAME
H A Dbug61273.phpt11 call_user_func_array(function(&$a) {}, $args);
14 Warning: Parameter 1 to {closure}() expected to be a reference, value given in %sbug61273.php on li…
H A Dbug61761.phpt2 Bug #61761 ('Overriding' a private static method with a different signature causes crash)
8 private static function test($a) { }
13 private static function test($a, $b) { }
H A Dbug61767.phpt29 [message] => %a
H A Dbug62005.phpt2 Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object)
H A Dbug62343.phpt5 class a { }
6 class_alias("a", "b");
13 string(1) "a"
H A Dbug62358.phpt2 Bug #62358 (Segfault when using traits a lot)
H A Dbug62653.phpt2 Bug #62653: unset($array[$float]) causes a crash
H A Dbug62680.phpt6 var_dump(isset($array[0]["a"]["b"]));
7 var_dump(isset($array[0]["a"]["b"]["c"]));
H A Dbug63982.phpt2 Bug #63982 (isset() inconsistently produces a fatal error on protected property)
H A Dbug64239_2.phpt28 $a = new A();
29 $a->test();
H A Dbug64239_3.phpt21 $a = new A();
22 $a->Bmethod();
23 $a->t2method();
H A Dbug64417.phpt2 Bug #64417 (BC break: ArrayAccess::&offsetGet() in a trait causes fatal error)
H A Dbug64555.phpt11 $a = get_object_vars($this);
13 foreach ($a as $k => $v) {
16 unset($a[$k]);
19 $a[$k] = 42;
20 $a['keepme'] = 43;
24 var_dump($a, array_keys($a));
H A Dbug64578.phpt8 function x($s) { $s['a'] = 1; };
13 string(25) "Illegal string offset 'a'"
H A Dbug64660.phpt5 function a() {
H A Dbug64677.phpt11 $cat->show_output('Files: ', `cd .`); // this causes a segmentation fault
12 $cat->show_output(`cd .`); // this causes a segmentation fault
H A Dbug64821.1.phpt6 class a extends exception {
15 throw new a;
19 Fatal error: Uncaught exception 'a' in %s:0

Completed in 89 milliseconds

1...<<11121314151617181920>>...253