jphp icon indicating copy to clipboard operation
jphp copied to clipboard

Missing strtr function

Open danog opened this issue 5 years ago • 2 comments

The strtr function is missing.

danog avatar Mar 09 '20 12:03 danog

https://www.php.net/manual/en/function.strtr.php

nstdio avatar Jan 06 '21 17:01 nstdio

Hi @danog, thanks for submitting the issue. I believe we already have it: https://github.com/jphp-group/jphp/blob/master/exts/jphp-zend-ext/src/main/java/org/develnext/jphp/zend/ext/standard/StringFunctions.java#L1112-L1133

nstdio avatar Jan 07 '21 15:01 nstdio