mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- MFZE1
This commit is contained in:
parent
80ac68cc59
commit
1f9464e345
1 changed files with 3 additions and 1 deletions
|
@ -1082,7 +1082,8 @@ ZEND_FUNCTION(zend_test_func)
|
|||
}
|
||||
#endif
|
||||
|
||||
|
||||
/* {{{ proto string get_resource_type(resource res)
|
||||
Get the resource type name for a given resource */
|
||||
ZEND_FUNCTION(get_resource_type)
|
||||
{
|
||||
char *resource_type;
|
||||
|
@ -1104,6 +1105,7 @@ ZEND_FUNCTION(get_resource_type)
|
|||
RETURN_STRING("Unknown", 1);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
static int add_extension_info(zend_module_entry *module, void *arg TSRMLS_DC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue