File indexing completed on 2024-04-28 05:55:03

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'