Home
last modified time | relevance | path

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

/PHP-8.3/ext/phar/
H A Dtar.c965 char halt_stub[] = "__HALT_COMPILER();"; in phar_tar_flush() local
1060 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_tar_flush()
H A Dzip.c1227 char halt_stub[] = "__HALT_COMPILER();"; in phar_zip_flush() local
1330 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_zip_flush()
H A Dphar.c2538 char halt_stub[] = "__HALT_COMPILER();"; in phar_flush() local
2643 if ((pos = php_stristr(user_stub, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) { in phar_flush()

Completed in 38 milliseconds