Home
last modified time | relevance | path

Searched refs:debug (Results 26 – 50 of 165) sorted by relevance

1234567

/PHP-5.5/ext/pgsql/
H A Dpgsql.mak59 # Extra stuff based on debug / release builds
60 ifeq '$(BUILD)' 'debug'
129 ifeq '$(BUILD)' 'debug'
168 ifeq '$(BUILD)' 'debug'
/PHP-5.5/ext/ldap/
H A Dldap.mak62 # Extra stuff based on debug / release builds
63 ifeq '$(BUILD)' 'debug'
133 ifeq '$(BUILD)' 'debug'
171 ifeq '$(BUILD)' 'debug'
/PHP-5.5/ext/xml/
H A Dxml.mak61 # Extra stuff based on debug / release builds
62 ifeq '$(BUILD)' 'debug'
132 ifeq '$(BUILD)' 'debug'
170 ifeq '$(BUILD)' 'debug'
/PHP-5.5/tests/basic/
H A Drfc1867_invalid_boundary.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_post_max_size.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_file_upload_disabled.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_missing_boundary_2.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-5.5/ext/standard/tests/file/
H A Dstream_enclosed.phpt5 if (!function_exists('leak_variable')) die("skip only debug builds");
H A Dphp_fd_wrapper_04.phpt8 //we'd need a release and a test variation for windows, because in debug builds we get this message:
/PHP-5.5/Zend/
H A Dzend_alloc.c373 zend_mm_debug_info debug; member
375 zend_mm_debug_info debug; member
1258 if (p->debug.filename==b->debug.filename && p->debug.lineno==b->debug.lineno) { in zend_mm_find_leaks()
1300 leak.size = p->debug.size; in zend_mm_check_leaks()
1301 leak.filename = p->debug.filename; in zend_mm_check_leaks()
1302 leak.lineno = p->debug.lineno; in zend_mm_check_leaks()
1304 leak.orig_lineno = p->debug.orig_lineno; in zend_mm_check_leaks()
1438 …loc_output("OK (allocated on %s:%d, %d bytes)\n", p->debug.filename, p->debug.lineno, (int)p->debu… in zend_mm_check_ptr()
2195 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int()
2361 memcpy(ptr, p, mm_block->debug.size); in _zend_mm_realloc_int()
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt9 die('SKIP only for debug builds');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt16 die("skip: debug functionality not enabled");
29 // the debug file should have entries
86 print "libmysql/DBUG package prints some debug info here."
/PHP-5.5/ext/openssl/
H A Dopenssl.mak71 # Extra stuff based on debug / release builds
72 ifeq '$(BUILD)' 'debug'
140 ifeq '$(BUILD)' 'debug'
183 ifeq '$(BUILD)' 'debug'
/PHP-5.5/Zend/tests/
H A Dbug32252.phpt2 Bug #32252 (Segfault when offsetSet throws an Exception (only without debug))
/PHP-5.5/ext/bcmath/libbcmath/src/
H A DMakefile.am7 libbcmath_a_SOURCES= add.c compare.c debug.c div.c divmod.c doaddsub.c \
/PHP-5.5/ext/bcmath/
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-5.5/sapi/cli/
H A Dconfig.w325 ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strwidth.phpt8 //$debug = true;
/PHP-5.5/ext/dom/tests/
H A Ddomobject_debug_handler.phpt2 Objects of DOM extension: debug info object handler.
/PHP-5.5/sapi/apache2filter/
H A DREADME57 To debug Apache, we recommend:
63 If you want to debug a part of the PHP startup procedure, set a
/PHP-5.5/ext/xmlreader/
H A Dxmlreader.dsp55 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdb…
56 …b resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nod…
83 …b resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nod…
85 # SUBTRACT LINK32 /debug
/PHP-5.5/ext/xmlwriter/
H A Dxmlwriter.dsp56 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 …
58 # SUBTRACT LINK32 /debug
83 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdb…
84 …b resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /debug /machine:I386 /nod…
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug70172.phpt4 Memory leak on debug build, needs fix.
/PHP-5.5/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt27 echo debug( $t );
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_016.phpt5 and require php compiled with --enable-debug

Completed in 47 milliseconds

1234567