Home
last modified time | relevance | path

Searched refs:zend_parse_arg_long (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/posix/
H A Dposix.c467 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
528 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
1322 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_API.h1869 if (UNEXPECTED(!zend_parse_arg_long(_arg, &dest, &is_null, check_null, _i))) { \
2185 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long() function
H A Dzend_API.c792 if (!zend_parse_arg_long(arg, p, is_null, check_null, arg_num)) { in zend_parse_arg_impl()
/PHP-8.3/
H A DNEWS1103 . Fixed zend_parse_arg_long's bool pointer argument assignment. (Cristian Rodriguez)

Completed in 38 milliseconds