|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-04-11 10:14 UTC] ferenczi dot krisztian at gmail dot com
-Package: Unknown/Other Function
+Package: Strings related
[2014-04-11 10:14 UTC] ferenczi dot krisztian at gmail dot com
[2014-04-11 16:51 UTC] aharvey@php.net
-Status: Open
+Status: Duplicate
[2014-04-11 16:51 UTC] aharvey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 02:00:01 2025 UTC |
Description: ------------ The test script output on Debian: `0` instead of `1` The script works fine on Win7 PHP 5.5.7 Test script: --------------- <?php echo substr_compare("test.com", ".local", -strlen(".local"));