Lines Matching refs:match
2 Test match jumptable with only one arm
7 var_dump(match(true) {
15 var_dump(match(6) {
23 var_dump(match('3') {
30 var_dump(match(3) {
34 var_dump(match(true) {
39 var_dump(match(6) {
44 var_dump(match('3') {
49 var_dump(match(3) {
56 string(%d) "UnhandledMatchError: Unhandled match value of type bool in %s037.php:4
59 string(%d) "UnhandledMatchError: Unhandled match value of type int in %s037.php:12
62 string(%d) "UnhandledMatchError: Unhandled match value of type string in %s037.php:20