Home
last modified time | relevance | path

Searched refs:debug (Results 76 – 100 of 130) sorted by relevance

123456

/PHP-7.0/ext/standard/tests/file/
H A Dbug52820.phpt6 die("skip only for debug builds");
/PHP-7.0/tests/basic/
H A Drfc1867_empty_upload.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_max_file_size.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.0/
H A Dphp7.spec.in32 --disable-debug \
/PHP-7.0/ext/mbstring/tests/
H A Dmb_http_output.phpt8 //$debug = true;
H A Dmb_strlen.phpt11 //$debug=true;
H A Dmb_detect_encoding.phpt10 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
H A Dmb_convert_encoding.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/PHP-7.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h77 char *debug; /* The actual string */
/PHP-7.0/win32/build/
H A DMakefile164 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
193 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
203 …-$(ZIP) -9 -q php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_…
/PHP-7.0/appveyor/
H A Dbuild_task.bat46 --disable-debug-pack ^
/PHP-7.0/ext/session/tests/
H A Drfc1867_sid_cookie.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_get.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_only_cookie.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_inter.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_get_2.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_post.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_sid_invalid.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-7.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt40 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
41 …ll --eanble-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt17 die("skip: debug functionality not enabled");
H A Dmysqli_debug_mysqlnd_control_string.phpt16 die("skip: debug functionality not enabled");
221 print "libmysql/DBUG package prints some debug info here.";
/PHP-7.0/Zend/
H A Dzend_alloc.c283 } debug; member
2215 heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
2369 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2378 … AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); \
2471 …return AG(mm_heap)->custom_heap.debug._malloc(size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_REL…
2486 AG(mm_heap)->custom_heap.debug._free(ptr ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
2501 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2514 …return AG(mm_heap)->custom_heap.debug._realloc(ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_OR…
2774 _heap->custom_heap.debug._malloc = _malloc;
2775 _heap->custom_heap.debug._free = _free;
[all …]
/PHP-7.0/ext/soap/interop/
H A Dclient_round2_interop.php53 var $debug = 0; variable in Interop_Client
610 $soap_test->showTestResult($this->debug, $this->html);

Completed in 42 milliseconds

123456