Searched refs:native (Results 1 – 5 of 5) sorted by relevance
859 * @param bool $native Use `<embed>`862 public function embed($options = '', bool $native = false) argument985 if ($native) {999 if ($native) {1013 if ($native) {1030 if ($native) {
7 # to native line endings on checkout.
24 - Use native `gzdecode` function instead of internal PHP implementation (by @jtojnar in [#882](http…62 - The `SimplePie\Gzdecode` class is deprecated. You can use native [`gzdecode`](https://www.php.net…91 - Use native `array_replace_recursive()` (by @Alkarex in [#749](https://github.com/simplepie/simple…109 - The method `SimplePie\Misc::array_merge_recursive()` is deprecated, use native `array_replace_rec…
281 … if (typeof fn !== 'function' || /\[native code\]/.test(Function.prototype.toString.call(fn))) {
499 * Use more native functions like substr_replace and strcasecmp to speed things up (milian)