Searched refs:filter_is_null (Results 1 – 1 of 1) sorted by relevance
4236 zend_bool filter_is_null = 1; in ZEND_METHOD() local4239 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() local4446 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