https://bugzilla.wikimedia.org/show_bug.cgi?id=66935

Ori Livneh <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ori Livneh <[email protected]> ---
Minimal case:

  $ hhvm --php -r "var_dump(fnmatch('foob?r', 'foobér'));"
  bool(false)
  $ php5 -r "var_dump(fnmatch('foob?r', 'foobér'));"
  bool(true)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to