Home
last modified time | relevance | path

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

/php-src/ext/posix/
H A Dposix.c466 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
527 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
1323 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h1882 if (UNEXPECTED(!zend_parse_arg_long(_arg, &dest, &is_null, check_null, _i))) { \
2231 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.c816 if (!zend_parse_arg_long(arg, p, is_null, check_null, arg_num)) { in zend_parse_arg_impl()

Completed in 44 milliseconds