Skip to content

Instantly share code, notes, and snippets.

@salmanarshad2000
salmanarshad2000 / startswith-endswith-benchmark.php
Created April 24, 2019 08:19
PHP StartsWith and EndsWith Function Benchmarks
<?php
/**
* PHP StartsWith and EndsWith Function Benchmarks
*
* Function implementations taken from:
* https://stackoverflow.com/q/834303/87015
*
* Command line:
* php.exe -d memory_limit=128M startswith-endswith-benchmark.php
*/