You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing the "Run Code" button for "Example #2 Examining the individual bytes of a UTF-8 string" produces the following error:
Warning: declare(encoding=...) ignored because Zend multibyte feature is turned off by settings in php-wasm run script on line 2
Fatal error: Encoding declaration pragma must be the very first statement in the script in php-wasm run script on line 2
The text was updated successfully, but these errors were encountered:
From manual page: https://php.net/function.ord
Pressing the "Run Code" button for "Example #2 Examining the individual bytes of a UTF-8 string" produces the following error:
The text was updated successfully, but these errors were encountered: