Home
last modified time | relevance | path

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

/PHP-7.0/ext/posix/
H A Dposix.c784 zval *z_fd; in PHP_FUNCTION() local
791 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z", &z_fd) == FAILURE) { in PHP_FUNCTION()
795 switch (Z_TYPE_P(z_fd)) { in PHP_FUNCTION()
797 if (!php_posix_stream_get_fd(z_fd, &fd)) { in PHP_FUNCTION()
802 convert_to_long_ex(z_fd); in PHP_FUNCTION()
803 fd = Z_LVAL_P(z_fd); in PHP_FUNCTION()
833 zval *z_fd; in PHP_FUNCTION() local
840 switch (Z_TYPE_P(z_fd)) { in PHP_FUNCTION()
842 if (!php_posix_stream_get_fd(z_fd, &fd)) { in PHP_FUNCTION()
847 convert_to_long_ex(z_fd); in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds