Home
last modified time | relevance | path

Searched refs:crash (Results 1 – 25 of 156) sorted by relevance

1234567

/PHP-5.5/Zend/tests/
H A Dbug66609.phpt19 $foo->blah += 1; //crash
20 ++$foo->blah; //crash
21 $foo->blah++; //crash
22 $foo->blah--; //crash
23 --$foo->blah; //crash
H A Dbug26281.phpt2 Bug #26281 (switch() crash when condition is a string offset)
8 echo "no crash\n";
13 no crash
H A Dbug67314.phpt5 function crash()
13 crash();
15 crash();
H A Dbug32674.phpt2 Bug #32674 (exception in iterator causes crash)
55 //$dummy = 'this will not crash';
56 $obj->dummy = 'this will crash';
H A Dbug34062.phpt10 // If you remove one, it won't crash
16 f2(0, 0, 0); // Won't crash if less than 3 zeros here
H A Dbug24635.phpt2 Bug #24635 (crash on dtor calling other functions)
20 out($this->Comment); // this line doesn't crash PHP
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt9 // 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 ==
H A Dsymfony_format_type_int32_intl5.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl1.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl2.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl5.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl6.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl7.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int64_intl8.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl1.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl2.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl3.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_double_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
H A Dsymfony_format_type_int32_intl4.phpt17 echo "== didn't crash ==".PHP_EOL;
30 == didn't crash ==
/PHP-5.5/ext/spl/tests/
H A Dbug66127.phpt7 function crash()
21 crash();
/PHP-5.5/ext/imap/tests/
H A Dbug35669.phpt29 $plain["contents.data"] = 'See mom, it will crash';
39 $html["contents.data"] = 'See mom, it will <b>crash</b>';
61 See mom, it will crash
67 See mom, it will <b>crash</b>
/PHP-5.5/ext/standard/tests/array/
H A Dbug30266.phpt9 function crash($val)
22 $userd->crash($item2);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug54911.phpt9 echo self::$crash;
16 …t exception: [Client] Access to undeclared static property: XSoapClient::$crash in %sbug54911.php:4

Completed in 20 milliseconds

1234567