Searched refs:halt_stub (Results 1 – 3 of 3) sorted by relevance
953 char halt_stub[] = "__HALT_COMPILER();"; in phar_tar_flush() local1033 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_tar_flush()
1161 char halt_stub[] = "__HALT_COMPILER();"; in phar_zip_flush() local1258 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_zip_flush()
2562 char halt_stub[] = "__HALT_COMPILER();"; local2663 if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
Completed in 17 milliseconds