Re: [PHP] String termination

2002-04-11 Thread Andrey Hristov
- Original Message - From: "Marco Laponder" <[EMAIL PROTECTED]> To: "'Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 9:49 AM Subject: [PHP] String termination > Hi All, > > I have the following question. I have been developin

RE: [PHP] String termination

2002-04-11 Thread Martin Towell
: 'Php-General (E-mail) Subject: [PHP] String termination Hi All, I have the following question. I have been developing with C for a while and I was used that the \0 indicated the end of a string. So if I had a variable containing 1234\056789 and the variable was printed, only 1234 was printed.

[PHP] String termination

2002-04-11 Thread Marco Laponder
Hi All, I have the following question. I have been developing with C for a while and I was used that the \0 indicated the end of a string. So if I had a variable containing 1234\056789 and the variable was printed, only 1234 was printed. As I can see in PHP (version 4.0.6 ), when I echo such a

[PHP] String termination with \0 ?

2002-04-11 Thread Marco Laponder
Hi All, I have the following question. I have been developing with C for a while and I was used that the \0 indicated the end of a string. So if I had a variable containing 1234\056789 and the variable was printed, only 1234 was printed. As I can see in PHP (version 4.0.6 ), when I echo