Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c4183 zend_bool filter_is_null = 1; in ZEND_METHOD() local
4185 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &filter, &filter_is_null) == FAILURE) { in ZEND_METHOD()
4189 if (filter_is_null) { in ZEND_METHOD()
4386 zend_bool filter_is_null = 1; in ZEND_METHOD() local
4388 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &filter, &filter_is_null) == FAILURE) { in ZEND_METHOD()
4392 if (filter_is_null) { in ZEND_METHOD()

Completed in 21 milliseconds