[ create a new paste ] login | about

Link: http://codepad.org/Ugo3SSDn    [ raw code | output | fork ]

PHP, pasted on Mar 14:
1
2
3
4
5
6
7
8
9
<?
$value = 1?2:3;
echo($value);
?>

<?
$col = preg_match('/^(subject|content|writer)$/isDU',$col) ? $col : '';
echo($col);
?>


Output:
1
2
3
2

Warning: preg_match(): Internal pcre_fullinfo() error -3 on line 7


Create a new paste based on this one


Comments: