Arnold Daniels wrote:

>    if (ret != NULL) {
>        printf('1');
>    }

'1' is 0x00000031, use "1" and you'll get a real memory address to print.

-- 
Michael

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to