Hi,
for debugging i'd use var_dump, which doesn't output ambiguous things.
Regards,
Stefan
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
http://www.php.net/manual/en/language.types.string.php#language.types.string.casting
--
--Robert Deaton
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Jakob Buchgraber wrote:
Hello!
While debuging I recognized that print_r does not output anything for
bool(false) (PHP 5.2.1).
e.g.
Expected result:
Array
(
[0] => 1
[1] => 0
[2] => String
)
Actual result:
Array
(
[0] => 1
[1] =>
[2] => String
)
I was not quite sur
Hello!
While debuging I recognized that print_r does not output anything for
bool(false) (PHP 5.2.1).
e.g.
Expected result:
Array
(
[0] => 1
[1] => 0
[2] => String
)
Actual result:
Array
(
[0] => 1
[1] =>
[2] => String
)
I was not quite sure whether this is expecte