Home
last modified time | relevance | path

Searched refs:trace (Results 376 – 389 of 389) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt32 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_007w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
H A Dr4_groupH_complex_rpcenc_008w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
H A Dr4_groupH_complex_rpcenc_009w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
H A Dr4_groupH_complex_rpcenc_010w.phpt33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
/PHP-5.5/ext/soap/
H A Dsoap.c904 zval *faultcode, *faultstring, *file, *line, *trace; in PHP_METHOD() local
926 fci.retval_ptr_ptr = &trace; in PHP_METHOD()
937 convert_to_string(trace); in PHP_METHOD()
941 Z_STRLEN_P(trace) ? Z_STRVAL_P(trace) : "#0 {main}\n"); in PHP_METHOD()
943 zval_ptr_dtor(&trace); in PHP_METHOD()
2561 zval **trace; local
2572 if (zend_hash_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace"), (void **) &trace) == SUCCESS &&
2573 (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
2608 (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) {
2637 zval **trace; local
[all …]
/PHP-5.5/ext/soap/tests/
H A Dsetheaders.phpt8 "exceptions"=>0,"trace"=>1));
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h145 void * (*trace)(sqlite3*,void(*xTrace)(void*,const char*),void*); member
391 #define sqlite3_trace sqlite3_api->trace
H A Dsqlite3.c19527 int trace; /* True to trace changes */ member
19738 if( p->trace ){ in pthreadMutexEnter()
19787 if( rc==SQLITE_OK && p->trace ){ in pthreadMutexTry()
19817 if( p->trace ){ in pthreadMutexLeave()
20336 p->trace = 1;
20358 p->trace = 1;
20413 if( p->trace ){
20415 tid, p, p->trace, p->nRef));
20456 if( p->trace ){
20485 if( p->trace ){
[all …]
/PHP-5.5/Zend/
H A DZEND_CHANGES555 $this->trace = debug_backtrace();
564 private $trace; // backtrace of exception
577 return $this->trace;
1099 in its entirely, no trace remains from it.
/PHP-5.5/
H A Dphp.ini-development1150 ; http://php.net/mysql.trace-mode
H A Dphp.ini-production1150 ; http://php.net/mysql.trace-mode
H A DNEWS2431 . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
5143 file and line in trace). (Felipe)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3859 4 string pipe CLIPPER instruction trace
16782 >>116 belong =5 (trace trap)

Completed in 415 milliseconds

1...<<111213141516