Home
last modified time | relevance | path

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

/PHP-5.5/ext/posix/
H A Dposix.c723 zval **z_fd; in PHP_FUNCTION() local
730 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &z_fd) == FAILURE) { in PHP_FUNCTION()
734 switch (Z_TYPE_PP(z_fd)) { in PHP_FUNCTION()
736 if (!php_posix_stream_get_fd(*z_fd, &fd TSRMLS_CC)) { in PHP_FUNCTION()
741 convert_to_long_ex(z_fd); in PHP_FUNCTION()
742 fd = Z_LVAL_PP(z_fd); in PHP_FUNCTION()
771 zval **z_fd; in PHP_FUNCTION() local
778 switch (Z_TYPE_PP(z_fd)) { in PHP_FUNCTION()
780 if (!php_posix_stream_get_fd(*z_fd, &fd TSRMLS_CC)) { in PHP_FUNCTION()
785 convert_to_long_ex(z_fd); in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds