Searched refs:crash (Results 1 – 25 of 156) sorted by relevance
1234567
19 $foo->blah += 1; //crash20 ++$foo->blah; //crash21 $foo->blah++; //crash22 $foo->blah--; //crash23 --$foo->blah; //crash
2 Bug #26281 (switch() crash when condition is a string offset)8 echo "no crash\n";13 no crash
5 function crash()13 crash();15 crash();
2 Bug #32674 (exception in iterator causes crash)55 //$dummy = 'this will not crash'; 56 $obj->dummy = 'this will crash';
10 // If you remove one, it won't crash16 f2(0, 0, 0); // Won't crash if less than 3 zeros here
2 Bug #24635 (crash on dtor calling other functions)20 out($this->Comment); // this line doesn't crash PHP
9 // there are 7 sets of args that crash PHP (and other args that don't), each of those 7 is now a se…20 echo "== didn't crash ==".PHP_EOL;33 == didn't crash ==
17 echo "== didn't crash ==".PHP_EOL;30 == didn't crash ==
7 function crash()21 crash();
29 $plain["contents.data"] = 'See mom, it will crash';39 $html["contents.data"] = 'See mom, it will <b>crash</b>';61 See mom, it will crash67 See mom, it will <b>crash</b>
9 function crash($val)22 $userd->crash($item2);
9 echo self::$crash;16 …t exception: [Client] Access to undeclared static property: XSoapClient::$crash in %sbug54911.php:4
Completed in 25 milliseconds