Home
last modified time | relevance | path

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

/php-src/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-src/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-src/sapi/phpdbg/
H A Dphpdbg_frame.c172 zval *funcname, *class, class_zv, *args, *argstmp; in phpdbg_dump_prototype() local
174 funcname = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_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-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h33 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()
524 func->funcname = estrdup(func_name); in pdo_sqlite_create_function_internal()
583 func->funcname = estrdup(func_name); in pdo_sqlite_create_aggregate_internal()
/php-src/ext/zend_test/
H A Dobserver.c305 zend_string *funcname; in ZEND_INI_MH() local
308 ZEND_HASH_FOREACH_STR_KEY(*p, funcname) { in ZEND_INI_MH()
309 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
331 ZEND_HASH_FOREACH_STR_KEY(*p, funcname) { in ZEND_INI_MH()
332 if ((func = zend_hash_find_ptr(EG(function_table), funcname))) { in ZEND_INI_MH()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c4568 static int funcname(LexState*ls,expdesc*v){
4583 needself=funcname(ls,&v);

Completed in 32 milliseconds