kusal Posted October 22, 2007 Share Posted October 22, 2007 Warning: preg_match_all() [function.preg-match-all]: Compilation failed: lookbehind assertion is not fixed length at offset 29 '/(?<=Phone: \s? \<\/span\> \s*) [( \d].* \b/'; How can I over come this??? Link to comment https://forums.phpfreaks.com/topic/74333-compilation-failed-lookbehind-assertion-is-not-fixed-length/ Share on other sites More sharing options...
effigy Posted October 23, 2007 Share Posted October 23, 2007 Lookbehinds must be fixed length. You can remove the lookbehind altogether, keeping the ( ) to match what you want. Link to comment https://forums.phpfreaks.com/topic/74333-compilation-failed-lookbehind-assertion-is-not-fixed-length/#findComment-376170 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.