|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2017-09-12 01:38 UTC] marcospassos dot com at gmail dot com
[2017-09-12 05:19 UTC] requinix@php.net
-Status: Open
+Status: Analyzed
[2017-09-12 05:19 UTC] requinix@php.net
[2017-09-12 09:48 UTC] cmb@php.net
-Status: Analyzed
+Status: Not a bug
-Assigned To:
+Assigned To: cmb
[2017-09-12 09:48 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 19:00:02 2025 UTC |
Description: ------------ Operator overloading does not work for the spaceship operator. Test script: --------------- $result = gmp_init('1') <=> gmp_init('-1'); Expected result: ---------------- 1 Actual result: -------------- 2