[phpBB Debug] PHP Notice: in file /includes/geshi.php on line 3355: preg_replace() [function.preg-replace]: Unknown modifier '.'
[phpBB Debug] PHP Notice: in file /includes/geshi.php on line 3355: preg_replace() [function.preg-replace]: Unknown modifier '.'
The code below will be able to reproduce the error if you change syntax=javascript to syntax=js
Code: Select all
var someDivElement = document.getElementById('someDivElement');
foreach (var x in flashObject) {
if (flashObject.hasOwnProperty(x)) {
someDivElement.innerHTML += flashObject[x];
}
}