trace 151 Zend/zend_exceptions.c zval *trace; trace 158 Zend/zend_exceptions.c ALLOC_ZVAL(trace); trace 159 Zend/zend_exceptions.c Z_UNSET_ISREF_P(trace); trace 160 Zend/zend_exceptions.c Z_SET_REFCOUNT_P(trace, 0); trace 161 Zend/zend_exceptions.c zend_fetch_debug_backtrace(trace, skip_top_traces, 0, 0 TSRMLS_CC); trace 165 Zend/zend_exceptions.c zend_update_property(default_exception_ce, &obj, "trace", sizeof("trace")-1, trace TSRMLS_CC); trace 611 Zend/zend_exceptions.c zval *trace; trace 617 Zend/zend_exceptions.c trace = zend_read_property(default_exception_ce, getThis(), "trace", sizeof("trace")-1, 1 TSRMLS_CC); trace 618 Zend/zend_exceptions.c if (Z_TYPE_P(trace) != IS_ARRAY) { trace 625 Zend/zend_exceptions.c zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)_build_trace_string, 3, str, len, &num); trace 665 Zend/zend_exceptions.c zval message, file, line, *trace, *exception; trace 688 Zend/zend_exceptions.c trace = NULL; trace 694 Zend/zend_exceptions.c fci.retval_ptr_ptr = &trace; trace 701 Zend/zend_exceptions.c if (trace && Z_TYPE_P(trace) != IS_STRING) { trace 702 Zend/zend_exceptions.c zval_ptr_dtor(&trace); trace 703 Zend/zend_exceptions.c trace = NULL; trace 709 Zend/zend_exceptions.c (trace && Z_STRLEN_P(trace)) ? Z_STRVAL_P(trace) : "#0 {main}\n", trace 714 Zend/zend_exceptions.c (trace && Z_STRLEN_P(trace)) ? Z_STRVAL_P(trace) : "#0 {main}\n", trace 724 Zend/zend_exceptions.c if (trace) { trace 725 Zend/zend_exceptions.c zval_ptr_dtor(&trace); trace 93 ext/com_dotnet/com_wrapper.c trace(" PHP Object:%p (name:unknown) %s\n", disp->object, methname); \ trace 95 ext/com_dotnet/com_wrapper.c trace(" PHP Object:%p (name:%s) %s\n", disp->object, Z_OBJCE_P(disp->object)->name, methname); \ trace 134 ext/com_dotnet/com_wrapper.c trace("-- refcount now %d\n", ret); trace 229 ext/com_dotnet/com_wrapper.c trace("Looking for %s, namelen=%d in %p\n", name, namelen, disp->name_to_dispid); trace 233 ext/com_dotnet/com_wrapper.c trace("found it\n"); trace 263 ext/com_dotnet/com_wrapper.c trace("-- Invoke: %d %20s [%d] flags=%08x args=%d\n", id, Z_STRVAL_PP(name), Z_STRLEN_PP(name), wFlags, pdp->cArgs); trace 275 ext/com_dotnet/com_wrapper.c trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg)); trace 284 ext/com_dotnet/com_wrapper.c trace("arguments processed, prepare to do some work\n"); trace 298 ext/com_dotnet/com_wrapper.c trace("function called ok\n"); trace 306 ext/com_dotnet/com_wrapper.c trace("percolate modified value for arg %d VT=%08x\n", i, V_VT(dstvar)); trace 311 ext/com_dotnet/com_wrapper.c trace("failed to call func\n"); trace 315 ext/com_dotnet/com_wrapper.c trace("something blew up\n"); trace 319 ext/com_dotnet/com_wrapper.c trace("Don't know how to handle this invocation %08x\n", wFlags); trace 343 ext/com_dotnet/com_wrapper.c trace("InvokeEx: I don't support DISPID=%d\n", id); trace 535 ext/com_dotnet/com_wrapper.c trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name); trace 560 ext/com_dotnet/com_wrapper.c trace("destroying COM wrapper for PHP object %p (name:unknown)\n", disp->object); trace 562 ext/com_dotnet/com_wrapper.c trace("destroying COM wrapper for PHP object %p (name:%s)\n", disp->object, Z_OBJCE_P(disp->object)->name); trace 206 ext/mysqlnd/mysqlnd_bt.c zval *trace; trace 213 ext/mysqlnd/mysqlnd_bt.c MAKE_STD_ZVAL(trace); trace 214 ext/mysqlnd/mysqlnd_bt.c zend_fetch_debug_backtrace(trace, 0, 0, 0 TSRMLS_CC); trace 216 ext/mysqlnd/mysqlnd_bt.c zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_string, 4, &max_levels, str, len, &num); trace 217 ext/mysqlnd/mysqlnd_bt.c zval_ptr_dtor(&trace); trace 348 ext/soap/php_http.c zval **trace, **tmp; trace 858 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && trace 859 ext/soap/php_http.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { trace 903 ext/soap/php_http.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && trace 904 ext/soap/php_http.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { trace 904 ext/soap/soap.c zval *faultcode, *faultstring, *file, *line, *trace; trace 926 ext/soap/soap.c fci.retval_ptr_ptr = &trace; trace 937 ext/soap/soap.c convert_to_string(trace); trace 941 ext/soap/soap.c Z_STRLEN_P(trace) ? Z_STRVAL_P(trace) : "#0 {main}\n"); trace 943 ext/soap/soap.c zval_ptr_dtor(&trace); trace 2561 ext/soap/soap.c zval **trace; trace 2572 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && trace 2573 ext/soap/soap.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { trace 2607 ext/soap/soap.c } else if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && trace 2608 ext/soap/soap.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { trace 2637 ext/soap/soap.c zval **trace; trace 2652 ext/soap/soap.c if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS && trace 2653 ext/soap/soap.c (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { trace 291 ext/spl/spl.php $this->trace = debug_backtrace(); trace 327 ext/spl/spl.php return $this->trace; trace 19527 ext/sqlite3/libsqlite/sqlite3.c int trace; /* True to trace changes */ trace 19738 ext/sqlite3/libsqlite/sqlite3.c if( p->trace ){ trace 19739 ext/sqlite3/libsqlite/sqlite3.c printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef); trace 19787 ext/sqlite3/libsqlite/sqlite3.c if( rc==SQLITE_OK && p->trace ){ trace 19788 ext/sqlite3/libsqlite/sqlite3.c printf("enter mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef); trace 19817 ext/sqlite3/libsqlite/sqlite3.c if( p->trace ){ trace 19818 ext/sqlite3/libsqlite/sqlite3.c printf("leave mutex %p (%d) with nRef=%d\n", p, p->trace, p->nRef); trace 20179 ext/sqlite3/libsqlite/sqlite3.c volatile int trace; /* True to trace changes */ trace 20336 ext/sqlite3/libsqlite/sqlite3.c p->trace = 1; trace 20358 ext/sqlite3/libsqlite/sqlite3.c p->trace = 1; trace 20413 ext/sqlite3/libsqlite/sqlite3.c if( p->trace ){ trace 20415 ext/sqlite3/libsqlite/sqlite3.c tid, p, p->trace, p->nRef)); trace 20456 ext/sqlite3/libsqlite/sqlite3.c if( p->trace ){ trace 20458 ext/sqlite3/libsqlite/sqlite3.c tid, p, p->trace, p->owner, p->nRef, sqlite3ErrName(rc))); trace 20485 ext/sqlite3/libsqlite/sqlite3.c if( p->trace ){ trace 20487 ext/sqlite3/libsqlite/sqlite3.c tid, p, p->trace, p->nRef)); trace 102000 ext/sqlite3/libsqlite/sqlite3.c void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); trace 102246 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_trace sqlite3_api->trace trace 145 ext/sqlite3/libsqlite/sqlite3ext.h void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); trace 391 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_trace sqlite3_api->trace