Searched refs:arg_is_null (Results 1 – 2 of 2) sorted by relevance
491 …ord_algo* php_password_algo_find_zval(zend_string *arg_str, zend_long arg_long, bool arg_is_null) { in php_password_algo_find_zval() argument492 if (arg_is_null) { in php_password_algo_find_zval()
2222 bool arg_is_null = 1; local2227 Z_PARAM_BOOL_OR_NULL(arg, arg_is_null)2232 if (!arg_is_null) {
Completed in 13 milliseconds