Error Line 386
-
Suspiscious Function error registers on my site with this code:
` case 4:
if ( is_numeric( $m[3] ) ) {
if ( isset( $input[ $m[1] ][ $m[2] ] ) )
$json[ $prfx.'[‘.$m[1].’][‘.$m[2].’]’.'[‘.$m[3].’]’ ] =
strval( $input[ $m[1] ][ $m[2] ] ) & (int)$m[3];
}
elseif ( isset( $input[ $m[1] ][ $m[2] ] ) ) {
if ( ‘*’ === $m[3] ) { // [*]:checkbox
foreach ( $input[ $m[1] ][ $m[2] ] as $val ) {
$json[ $prfx.'[‘.$m[1].’][‘.$m[2].’]’.'[‘.$val.’]’ ] = ‘1’;
}`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error Line 386’ is closed to new replies.