Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c4236 zend_bool filter_is_null = 1; in ZEND_METHOD() local
4239 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &filter, &filter_is_null) == FAILURE) { in ZEND_METHOD()
4243 if (filter_is_null) { in ZEND_METHOD()
4443 zend_bool filter_is_null = 1; in ZEND_METHOD() local
4446 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &filter, &filter_is_null) == FAILURE) { in ZEND_METHOD()
4450 if (filter_is_null) { in ZEND_METHOD()

Completed in 21 milliseconds