Home
last modified time | relevance | path

Searched refs:check_null (Results 1 – 3 of 3) sorted by path

/php-src/Zend/
H A Dzend_API.c807 bool check_null = 0; in zend_parse_arg_impl() local
819 check_null = 1; in zend_parse_arg_impl()
832 if (check_null) { in zend_parse_arg_impl()
837 return check_null ? "?int" : "int"; in zend_parse_arg_impl()
847 if (check_null) { in zend_parse_arg_impl()
852 return check_null ? "?float" : "float"; in zend_parse_arg_impl()
920 if (check_null) { in zend_parse_arg_impl()
925 return check_null ? "?bool" : "bool"; in zend_parse_arg_impl()
946 return check_null ? "?array" : "array"; in zend_parse_arg_impl()
957 return check_null ? "?array" : "array"; in zend_parse_arg_impl()
[all …]
H A Dzend_API.h1697 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1816 …define Z_PARAM_FUNC_EX(dest_fci, dest_fcc, check_null, deref) Z_PARAM_FUNC_EX2(dest_fci, dest_fcc,… argument
1897 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1941 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
2072 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
2188 if (check_null) { in zend_parse_arg_bool_ex()
2215 if (check_null) { in zend_parse_arg_long_ex()
2240 if (check_null) { in zend_parse_arg_double()
2306 if (check_null && UNEXPECTED(!str)) { in zend_parse_arg_string()
2332 if (check_null && UNEXPECTED(!str)) { in zend_parse_arg_path()
[all …]
/php-src/ext/mysqlnd/
H A Dmysqlnd_charset.c43 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 41 milliseconds