Home
last modified time | relevance | path

Searched refs:debug (Results 126 – 150 of 165) sorted by relevance

1234567

/PHP-5.4/sapi/pi3web/
H A Dphp5pi3web.dsp56 …lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdb…
57 …b odbccp32.lib PiAPI.lib Pi2API.lib Pi3API.lib /nologo /version:4.0 /dll /debug /machine:I386 /nod…
/PHP-5.4/ext/mbstring/tests/
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
H A Dmb_strpos.phpt9 //$debug=true;
H A Dmb_stripos.phpt12 //$debug=true;
/PHP-5.4/ext/soap/interop/
H A Dclient_round2_interop.php53 var $debug = 0; variable in Interop_Client
610 $soap_test->showTestResult($this->debug, $this->html);
/PHP-5.4/Zend/
H A DZend.m4145 AC_ARG_ENABLE(debug,
146 [ --enable-debug Compile with debugging symbols],[
H A DREADME.ZEND_VM98 At last you can debug executor using original zend_vm_def.h or generated file
/PHP-5.4/scripts/
H A Dphpize.m466 AC_MSG_CHECKING([if debug is enabled])
/PHP-5.4/win32/build/
H A Dconfutils.js930 var debug = "";
984 debug = " /d _DEBUG";
992 MFO.WriteLine("\t$(RC) /fo $(BUILD_DIR)\\" + resname + logo + debug +
1001 MFO.WriteLine("\t$(RC) /I $(PHP_DIR)/include /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
1008 MFO.WriteLine("\t$(RC) /n /fo $(BUILD_DIR)\\" + resname + logo + debug +
H A Dphpize.js.in238 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");
/PHP-5.4/
H A DREADME.SUBMITTING_PATCH8 build, debug and begin submitting PHP, PECL or PEAR code, tests or
162 - Rebuild PHP with --enable-debug (which will show some kinds of
H A Dconfigure.in835 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
836 [ --enable-debug Compile with debugging symbols], no, no)
1184 part1=debug
1186 part1=no-debug
1201 extbasedir=$extbasedir-debug
1582 | see the file debug.log for error messages. |
1584 | If you are unable to fix this, send the file debug.log to the |
H A D.gitignore69 debug.log
H A DUPGRADING.INTERNALS132 available on debug builds. It increments the refcount of a zval or, if the
/PHP-5.4/ext/gettext/
H A Dgettext.dsp84 …aut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out…
/PHP-5.4/ext/mssql/
H A Dmssql.dsp84 …odbccp32.lib php5ts_debug.lib ntwdblib.lib /nologo /dll /incremental:yes /debug /machine:I386 /out…
/PHP-5.4/ext/gd/
H A Dgd.dsp87 …aut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out…
89 …aut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out…
/PHP-5.4/sapi/apache_hooks/
H A Dphp5apache_hooks.dsp83 …bccp32.lib /nologo /base:"0x60000000" /version:4.0 /dll /incremental:yes /debug /machine:I386 /out…
/PHP-5.4/sapi/apache/
H A Dphp5apache.dsp83 …bccp32.lib /nologo /base:"0x60000000" /version:4.0 /dll /incremental:yes /debug /machine:I386 /pdb…
/PHP-5.4/ext/dom/
H A Ddom.dsp85 …aut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nod…
/PHP-5.4/ext/mysqli/
H A Dmysqli_fe.c481 PHP_FALIAS(debug, mysqli_debug, arginfo_mysqli_debug)
H A Dmysqli_api.c685 char *debug; in PHP_FUNCTION() local
688 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &debug, &debug_len) == FAILURE) { in PHP_FUNCTION()
692 mysql_debug(debug); in PHP_FUNCTION()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt80 $expected_methods['debug'] = true;
H A Dmysqli_class_mysqli_reflection.phpt266 Inspecting method 'debug'
282 Inspecting parameter 'debug_options' of method 'debug'
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.h265 char* debug; /* The actual string */ variable

Completed in 86 milliseconds

1234567