Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_object_handlers.c580 uint32_t *guard = NULL; in zend_std_read_property() local
628 *guard |= IN_ISSET; in zend_std_read_property()
630 *guard &= ~IN_ISSET; in zend_std_read_property()
645 if (guard == NULL) { in zend_std_read_property()
648 if (!((*guard) & IN_GET)) { in zend_std_read_property()
655 *guard &= ~IN_GET; in zend_std_read_property()
748 (*guard) &= ~IN_SET; in zend_std_write_property()
1022 (*guard) &= ~IN_UNSET; in zend_std_unset_property()
1616 (*guard) |= IN_GET; in zend_std_has_property()
1618 (*guard) &= ~IN_GET; in zend_std_has_property()
[all …]
/PHP-7.1/sapi/fpm/tests/
H A Dfcgi.inc493 * rather than sequentially to guard against false-positives when using persistent sockets.

Completed in 10 milliseconds