Searched refs:arg_is_null (Results 1 – 2 of 2) sorted by relevance
474 …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() argument475 if (arg_is_null) { in php_password_algo_find_zval()
2158 bool arg_is_null = 1; local2163 Z_PARAM_BOOL_OR_NULL(arg, arg_is_null)2168 if (!arg_is_null) {
Completed in 16 milliseconds