Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h1695 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1814 …define Z_PARAM_FUNC_EX(dest_fci, dest_fcc, check_null, deref) Z_PARAM_FUNC_EX2(dest_fci, dest_fcc,… argument
1895 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1939 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
2070 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
2186 if (check_null) { in zend_parse_arg_bool_ex()
2213 if (check_null) { in zend_parse_arg_long_ex()
2238 if (check_null) { in zend_parse_arg_double()
2304 if (check_null && UNEXPECTED(!str)) { in zend_parse_arg_string()
2330 if (check_null && UNEXPECTED(!str)) { in zend_parse_arg_path()
[all …]
H A Dzend_API.c787 bool check_null = 0; in zend_parse_arg_impl() local
799 check_null = 1; in zend_parse_arg_impl()
812 if (check_null) { in zend_parse_arg_impl()
817 return check_null ? "?int" : "int"; in zend_parse_arg_impl()
827 if (check_null) { in zend_parse_arg_impl()
832 return check_null ? "?float" : "float"; in zend_parse_arg_impl()
900 if (check_null) { in zend_parse_arg_impl()
905 return check_null ? "?bool" : "bool"; in zend_parse_arg_impl()
926 return check_null ? "?array" : "array"; in zend_parse_arg_impl()
937 return check_null ? "?array" : "array"; in zend_parse_arg_impl()
[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 46 milliseconds