trace             200 Zend/zend_exceptions.c 	zval trace;
trace             210 Zend/zend_exceptions.c 		zend_fetch_debug_backtrace(&trace, skip_top_traces, 0, 0);
trace             212 Zend/zend_exceptions.c 		array_init(&trace);
trace             214 Zend/zend_exceptions.c 	Z_SET_REFCOUNT(trace, 0);
trace             225 Zend/zend_exceptions.c 	zend_update_property(base_ce, &obj, "trace", sizeof("trace")-1, &trace);
trace             638 Zend/zend_exceptions.c 	zval *trace, *frame, rv;
trace             650 Zend/zend_exceptions.c 	trace = zend_read_property(base_ce, object, "trace", sizeof("trace")-1, 1, &rv);
trace             651 Zend/zend_exceptions.c 	if (Z_TYPE_P(trace) != IS_ARRAY) {
trace             654 Zend/zend_exceptions.c 	ZEND_HASH_FOREACH_NUM_KEY_VAL(Z_ARRVAL_P(trace), index, frame) {
trace             711 Zend/zend_exceptions.c 	zval trace, *exception;
trace             735 Zend/zend_exceptions.c 		fci.retval = &trace;
trace             742 Zend/zend_exceptions.c 		if (Z_TYPE(trace) != IS_STRING) {
trace             743 Zend/zend_exceptions.c 			zval_ptr_dtor(&trace);
trace             744 Zend/zend_exceptions.c 			ZVAL_UNDEF(&trace);
trace             757 Zend/zend_exceptions.c 					(Z_TYPE(trace) == IS_STRING && Z_STRLEN(trace)) ? Z_STRVAL(trace) : "#0 {main}\n",
trace             763 Zend/zend_exceptions.c 					(Z_TYPE(trace) == IS_STRING && Z_STRLEN(trace)) ? Z_STRVAL(trace) : "#0 {main}\n",
trace             770 Zend/zend_exceptions.c 		zval_ptr_dtor(&trace);
trace              92 ext/com_dotnet/com_wrapper.c 		trace(" PHP Object:%p (name:unknown) %s\n", Z_OBJ(disp->object),  methname); 							\
trace              94 ext/com_dotnet/com_wrapper.c 		trace(" PHP Object:%p (name:%s) %s\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val, methname); 	\
trace             133 ext/com_dotnet/com_wrapper.c 	trace("-- refcount now %d\n", ret);
trace             228 ext/com_dotnet/com_wrapper.c 	trace("Looking for %s, namelen=%d in %p\n", name, namelen, disp->name_to_dispid);
trace             232 ext/com_dotnet/com_wrapper.c 		trace("found it\n");
trace             262 ext/com_dotnet/com_wrapper.c 		trace("-- Invoke: %d %20s [%d] flags=%08x args=%d\n", id, Z_STRVAL_P(name), Z_STRLEN_P(name), wFlags, pdp->cArgs);
trace             273 ext/com_dotnet/com_wrapper.c 				trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg));
trace             279 ext/com_dotnet/com_wrapper.c 		trace("arguments processed, prepare to do some work\n");
trace             294 ext/com_dotnet/com_wrapper.c 					trace("function called ok\n");
trace             302 ext/com_dotnet/com_wrapper.c 							trace("percolate modified value for arg %d VT=%08x\n", i, V_VT(dstvar));
trace             307 ext/com_dotnet/com_wrapper.c 					trace("failed to call func\n");
trace             311 ext/com_dotnet/com_wrapper.c 				trace("something blew up\n");
trace             315 ext/com_dotnet/com_wrapper.c 			trace("Don't know how to handle this invocation %08x\n", wFlags);
trace             338 ext/com_dotnet/com_wrapper.c 		trace("InvokeEx: I don't support DISPID=%d\n", id);
trace             536 ext/com_dotnet/com_wrapper.c 	trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name);
trace             564 ext/com_dotnet/com_wrapper.c 		trace("destroying COM wrapper for PHP object %p (name:unknown)\n", Z_OBJ(disp->object));
trace             566 ext/com_dotnet/com_wrapper.c 		trace("destroying COM wrapper for PHP object %p (name:%s)\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val);
trace             342 ext/soap/php_http.c 	zval *trace, *tmp;
trace             849 ext/soap/php_http.c 		if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
trace             850 ext/soap/php_http.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
trace             898 ext/soap/php_http.c 		if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
trace             899 ext/soap/php_http.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
trace             940 ext/soap/soap.c 	zval *faultcode, *faultstring, *file, *line, trace, rv1, rv2, rv3, rv4;
trace             960 ext/soap/soap.c 	fci.retval = &trace;
trace             973 ext/soap/soap.c 	convert_to_string(&trace);
trace             977 ext/soap/soap.c 	               Z_STRLEN(trace) ? Z_STRVAL(trace) : "#0 {main}\n");
trace             979 ext/soap/soap.c 	zval_ptr_dtor(&trace);
trace            2553 ext/soap/soap.c 	zval  *trace;
trace            2566 ext/soap/soap.c 		if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
trace            2567 ext/soap/soap.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
trace            2605 ext/soap/soap.c 		} else if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
trace            2606 ext/soap/soap.c 		    (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
trace            2643 ext/soap/soap.c 	zval *trace;
trace            2659 ext/soap/soap.c 	if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
trace            2660 ext/soap/soap.c 		(Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
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