PREG_NO_EMPTY_SPLIT what version of php use this???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
monloi
Forum Newbie
Posts: 7
Joined: Thu Mar 16, 2006 3:00 am
Contact:

PREG_NO_EMPTY_SPLIT what version of php use this???

Post by monloi »

what php distribution does this exists coz im debugging a site and im using php4 and i saw in the manual that this was supposed to be PREG_SPLIT_NO_EMPTY...so im wondering if versions of php use this constant...??
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It's been there since PCRE was added to php's codebase.
Post Reply