Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c114 static int zend_write_protect = 1; variable
4657 if (zend_write_protect) { in zend_jit_unprotect()
4690 if (zend_write_protect) { in zend_jit_protect()
4956 zend_write_protect = pthread_jit_write_protect_supported_np(); in zend_jit_startup()
4964 if (zend_write_protect) { in zend_jit_startup()

Completed in 13 milliseconds