ID: 48326
Updated by: [email protected]
Reported By: VJTD3 at VJTD3 dot com
-Status: Open
+Status: Assigned
Bug Type: Sockets related
-Operating System: windows vista
+Operating System: *
-PHP Version: 5.2.9
+PHP Version: 5.*, 6CVS (2009-05-19)
Assigned To: lbarnaud
Previous Comments:
------------------------------------------------------------------------
[2009-05-19 05:00:09] VJTD3 at VJTD3 dot com
print (defined('MSG_DONTWAIT') ? 'defined:'.constant('MSG_DONTWAIT') :
'not defined');
just a typo fix in the example, missed the ', it's a bug just a typo in
my example.
------------------------------------------------------------------------
[2009-05-19 04:56:58] VJTD3 at VJTD3 dot com
Description:
------------
socket_recvfrom and socket_recv function flag of the constant
MSG_DONTWAIT are not defined.
Reproduce code:
---------------
print (defined(MSG_DONTWAIT) ? 'defined:'.constant(MSG_DONTWAIT) : 'not
defined');
Expected result:
----------------
'defined:' and the value of the constant MSG_DONTWAIT
Actual result:
--------------
not defined
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=48326&edit=1