[PHP] PHP 5 and Implicit cloning

2004-07-21 Thread Jules
on E_ALL and not strict, so why is it even triggering the error??? Maybe I'm doing something wrong but I get it in all cases where I declare a class in the PHP4 manner. Any help would be great, Thanks, Jules... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP 5 and Implicit cloning

2004-07-22 Thread Jules
Jason, I need it for other reasons. This is not a new application that is causing this. It was built on PHP 4 and therefore has lots of non PHP 5 elements. So I'm pretty sure I need than on, unless someone has another idea... Thanks, Jules... "Jason Barnett" <[EMAIL PROTECTED]

[PHP] Re: adding *** on email address upon view

2004-07-22 Thread Jules
Use eregi_replace to match the text between the @ and the "." and replace it with the text you want. You'll have to use pattern matching which can be tricky, but its more than possible. Jules... http://nl.php.net/manual/en/function.eregi-replace.php "Louie Miranda" <

[PHP] Re: usage of php &

2005-03-08 Thread Jules Winnfield
Jochem Maas wrote: I sure I'm not the only one on this list that reads php-internals after reading the thread entitled: "" I'm wondering if anyone here has _ever_ used the tags to enclose php code? e.g.: