File indexing completed on 2024-05-12 10:02:01

0001 find . -name '*.php' -not -wholename '*/Loader/Autoloader.php' \
0002   -not -wholename '*/Application.php' -print0 | \
0003   xargs -0 sed --regexp-extended --in-place 's/(require_once)/\/\/ \1/g'