Searched refs:guard (Results 1 – 2 of 2) sorted by relevance
486 zend_long stub, *guard; in zend_get_property_guard() local493 return guard; in zend_get_property_guard()513 zend_long *guard = NULL; in zend_std_read_property() local561 *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 …]
444 * rather than seqentially to guard against false-positives when using persistent sockets.
Completed in 10 milliseconds