Home
last modified time | relevance | path

Searched refs:halt_stub (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/phar/
H A Dtar.c951 char halt_stub[] = "__HALT_COMPILER();"; in phar_tar_flush() local
1031 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_tar_flush()
H A Dzip.c1162 char halt_stub[] = "__HALT_COMPILER();"; in phar_zip_flush() local
1259 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_zip_flush()
H A Dphar.c2572 char halt_stub[] = "__HALT_COMPILER();"; local
2673 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {

Completed in 21 milliseconds