Searched refs:check_null (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_API.h | 1700 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument 1819 …define Z_PARAM_FUNC_EX(dest_fci, dest_fcc, check_null, deref) Z_PARAM_FUNC_EX2(dest_fci, dest_fcc,… argument 1900 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument 1944 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument 2075 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument 2191 if (check_null) { in zend_parse_arg_bool_ex() 2218 if (check_null) { in zend_parse_arg_long_ex() 2243 if (check_null) { in zend_parse_arg_double() 2309 if (check_null && UNEXPECTED(!str)) { in zend_parse_arg_string() 2335 if (check_null && UNEXPECTED(!str)) { in zend_parse_arg_path() [all …]
|
H A D | zend_API.c | 813 bool check_null = 0; in zend_parse_arg_impl() local 825 check_null = 1; in zend_parse_arg_impl() 838 if (check_null) { in zend_parse_arg_impl() 843 return check_null ? "?int" : "int"; in zend_parse_arg_impl() 853 if (check_null) { in zend_parse_arg_impl() 858 return check_null ? "?float" : "float"; in zend_parse_arg_impl() 926 if (check_null) { in zend_parse_arg_impl() 931 return check_null ? "?bool" : "bool"; in zend_parse_arg_impl() 952 return check_null ? "?array" : "array"; in zend_parse_arg_impl() 963 return check_null ? "?array" : "array"; in zend_parse_arg_impl() [all …]
|
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_charset.c | 43 ENUMERATOR(check_null) \ 549 static zend_always_inline unsigned int check_null(const char * const start, const char * const end) in check_null() function 571 default: return check_null(start, end); in mysqlnd_mbvalid_dispatch()
|
Completed in 50 milliseconds