Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_dtrace.c58 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
59 scope = filename = funcname = classname = NULL; in dtrace_execute_ex()
70 funcname = get_active_function_name(); in dtrace_execute_ex()
77 if (DTRACE_FUNCTION_ENTRY_ENABLED() && funcname != NULL) { in dtrace_execute_ex()
78 …DTRACE_FUNCTION_ENTRY((char *)funcname, (char *)filename, lineno, (char *)classname, (char *)scope… in dtrace_execute_ex()
83 if (DTRACE_FUNCTION_RETURN_ENABLED() && funcname != NULL) { in dtrace_execute_ex()
84 …DTRACE_FUNCTION_RETURN((char *)funcname, (char *)filename, lineno, (char *)classname, (char *)scop… in dtrace_execute_ex()
/PHP-8.1/Zend/tests/
H A Dbug79668.phpt8 foreach (['sha1', 'sha1_file', 'hash', 'password_hash'] as $funcname) {
9 var_dump(in_array($funcname, $df['internal'], true));
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_frame.c172 zval *funcname, *class, class_zv, *args, *argstmp; in phpdbg_dump_prototype() local
174 funcname = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("function")); in phpdbg_dump_prototype()
186 phpdbg_out("%s%s%s(", Z_STRVAL_P(class), Z_STRVAL_P(type), Z_STRVAL_P(funcname)); in phpdbg_dump_prototype()
188 phpdbg_out("%s(", Z_STRVAL_P(funcname)); in phpdbg_dump_prototype()
201 if ((func = phpdbg_get_function(Z_STRVAL_P(funcname), class ? Z_STRVAL_P(class) : NULL))) { in phpdbg_dump_prototype()
/PHP-8.1/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h39 const char *funcname; member
H A Dsqlite_driver.c107 func->funcname, in pdo_sqlite_cleanup_callbacks()
114 efree((char*)func->funcname); in pdo_sqlite_cleanup_callbacks()
557 func->funcname = estrdup(func_name); in PHP_METHOD()
623 func->funcname = estrdup(func_name); in PHP_METHOD()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c4567 static int funcname(LexState*ls,expdesc*v){
4582 needself=funcname(ls,&v);

Completed in 35 milliseconds