Lines Matching refs:z_fd
450 zval *z_fd; in PHP_FUNCTION() local
459 Z_PARAM_ZVAL(z_fd) in PHP_FUNCTION()
462 if (Z_TYPE_P(z_fd) == IS_RESOURCE) { in PHP_FUNCTION()
463 if (!php_posix_stream_get_fd(z_fd, &fd)) { in PHP_FUNCTION()
467 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
469 zend_zval_value_name(z_fd)); in PHP_FUNCTION()
470 fd = zval_get_long(z_fd); in PHP_FUNCTION()
516 zval *z_fd; in PHP_FUNCTION() local
520 Z_PARAM_ZVAL(z_fd) in PHP_FUNCTION()
523 if (Z_TYPE_P(z_fd) == IS_RESOURCE) { in PHP_FUNCTION()
524 if (!php_posix_stream_get_fd(z_fd, &fd)) { in PHP_FUNCTION()
528 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
530 zend_zval_value_name(z_fd)); in PHP_FUNCTION()
1310 zval *z_fd; in PHP_FUNCTION() local
1313 Z_PARAM_ZVAL(z_fd) in PHP_FUNCTION()
1317 if (Z_TYPE_P(z_fd) == IS_RESOURCE) { in PHP_FUNCTION()
1318 if (!php_posix_stream_get_fd(z_fd, &fd)) { in PHP_FUNCTION()
1322 …if (!zend_parse_arg_long(z_fd, &fd, /* is_null */ NULL, /* check_null */ false, /* arg_num */ 1)) { in PHP_FUNCTION()
1324 zend_zval_value_name(z_fd)); in PHP_FUNCTION()