editor.php:
<form action="somesense.php"
...
j=new XMLHttpRequest();
j.open("POST","updatenine.php"
...
j.open("GET","lb.php?
IN RESULT:
(editor.php contains)
For example, all three files one by one have been being put into array by echoing it with strpos (from that large variable).
When searching is under way and strpos comes with it's results ".php" it adds all letters/numbers (until some other leading character).
For example
for the first strpos finds:
"lb.php?
.php and adds lb, finishing with lb.php , cutting " and ? from the found line (from code). It cuts " and ? because those symbols aren't proper file names.
----- -----
First found
Find pathnames matching a pattern - http://php.net/glob with it's
array glob(string pattern [, int flags])
Seems to have some limits, imposed on the forms of representation. I would intend to search within large files.
from php's man:
"common shells" aren't the best choice for the large-scaled searches.
What would you recommend?