Home
last modified time | relevance | path

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

/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c1311 ifunc->type = ZEND_INTERNAL_FUNCTION; in pdo_hash_methods()
1312 ifunc->handler = funcs->handler; in pdo_hash_methods()
1313 ifunc->function_name = (char*)funcs->fname; in pdo_hash_methods()
1314 ifunc->scope = dbh->std.ce; in pdo_hash_methods()
1315 ifunc->prototype = NULL; in pdo_hash_methods()
1325 ifunc->num_args = funcs->num_args; in pdo_hash_methods()
1327 ifunc->required_num_args = funcs->num_args; in pdo_hash_methods()
1339 ifunc->fn_flags |= ZEND_ACC_RETURN_REFERENCE; in pdo_hash_methods()
1342 ifunc->arg_info = NULL; in pdo_hash_methods()
1343 ifunc->num_args = 0; in pdo_hash_methods()
[all …]

Completed in 8 milliseconds