Subversion Repositories oidplus

Rev

Rev 366 | Rev 386 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 366 Rev 370
Line 190... Line 190...
190
                        echo "Attention: %$i is missing in string '$test'!\n";
190
                        echo "Attention: %$i is missing in string '$test'!\n";
191
                        $max = $i;
191
                        $max = $i;
192
                        break;
192
                        break;
193
                }
193
                }
194
        }
194
        }
-
 
195
 
-
 
196
        $test = preg_replace('@%([1-9][0-9]|%)*@ism', '', $test);
-
 
197
        if (strpos($test,'%') !== false) {
-
 
198
                echo "Attention: Wrong percentage sign in '$test'!\n";
-
 
199
        }
195
}
200
}
196
 
201
 
197
# ---
202
# ---
198
 
203
 
199
function phpRemoveComments($fileStr) {
204
function phpRemoveComments($fileStr) {