Searched refs:filter_is_null (Results 1 – 1 of 1) sorted by relevance
4442 bool filter_is_null = 1; in ZEND_METHOD() local4444 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &filter, &filter_is_null) == FAILURE) { in ZEND_METHOD()4448 if (filter_is_null) { in ZEND_METHOD()4620 bool filter_is_null = 1; in ZEND_METHOD() local4622 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &filter, &filter_is_null) == FAILURE) { in ZEND_METHOD()4626 if (filter_is_null) { in ZEND_METHOD()4676 bool filter_is_null = 1; in ZEND_METHOD() local4678 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l!", &filter, &filter_is_null) == FAILURE) { in ZEND_METHOD()4682 if (filter_is_null) { in ZEND_METHOD()4710 bool filter_is_null = 1; in ZEND_METHOD() local[all …]
Completed in 22 milliseconds