Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_object_handlers.c486 zend_long stub, *guard; in zend_get_property_guard() local
493 return guard; in zend_get_property_guard()
513 zend_long *guard = NULL; in zend_std_read_property() local
561 *guard |= IN_ISSET; in zend_std_read_property()
563 *guard &= ~IN_ISSET; in zend_std_read_property()
578 if (guard == NULL) { in zend_std_read_property()
588 *guard &= ~IN_GET; in zend_std_read_property()
689 (*guard) &= ~IN_SET; in zend_std_write_property()
968 (*guard) &= ~IN_UNSET; in zend_std_unset_property()
1547 (*guard) |= IN_GET; in zend_std_has_property()
[all …]
/PHP-7.0/sapi/fpm/tests/
H A Dfcgi.inc444 * rather than seqentially to guard against false-positives when using persistent sockets.

Completed in 12 milliseconds