Home
last modified time | relevance | path

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

/PHP-7.1/ext/posix/
H A Dposix.c787 zval *z_fd; in PHP_FUNCTION() local
794 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &z_fd) == FAILURE) { in PHP_FUNCTION()
798 switch (Z_TYPE_P(z_fd)) { in PHP_FUNCTION()
800 if (!php_posix_stream_get_fd(z_fd, &fd)) { in PHP_FUNCTION()
805 convert_to_long_ex(z_fd); in PHP_FUNCTION()
806 fd = Z_LVAL_P(z_fd); in PHP_FUNCTION()
836 zval *z_fd; in PHP_FUNCTION() local
843 switch (Z_TYPE_P(z_fd)) { in PHP_FUNCTION()
845 if (!php_posix_stream_get_fd(z_fd, &fd)) { in PHP_FUNCTION()
850 convert_to_long_ex(z_fd); in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds