Pascal KISSIAN

Results 4 issues of Pascal KISSIAN

add yakpro-po: a php obfuscator framework agnostic, MIT license.

needs: explanation

In my project, I work with indirect function names or variable names.... ( i.e. $$v = 'xxx') they all start with a prefix . is it possible to add a...

that feature would be usefull to modify code on the fly. my personnal usage would be to append/prepend <?php .... ?> when loading php snippet and removing <?php / <?...

feature

for example, instead of : for($i=0;;) { echo "hello $i\n"; } in the editor, we have : for($i=0;;) { <span data-scayt-word="echo" class="scayt-misspell-word">echo</span> "<span data-scayt-word="hello" class="scayt-misspell-word">hello</span> $i\n"; } (a workaround is...