Added lexars
This commit is contained in:
parent
382b2ce94b
commit
f9f64b0558
820 changed files with 149371 additions and 0 deletions
lexers/testdata
12
lexers/testdata/php.actual
vendored
Normal file
12
lexers/testdata/php.actual
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
$docs = $modx->getIterator('modResource', ["parent" => 84]);
|
||||
|
||||
$n = 0x21 + 1_000;
|
||||
$n2 = 1e3;
|
||||
|
||||
foreach($docs as $doc){
|
||||
$q=$doc->content;
|
||||
$doc->set("content", preg_replace("/Some value/i", "Replacement", $q));
|
||||
print_r($doc->content);
|
||||
// $doc->save();
|
||||
}
|
||||
// some comment
|
Loading…
Add table
Add a link
Reference in a new issue