Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 124) sorted by last modified time

12345

/PHP-7.4/
H A DNEWS2099 . Fixed bug #77869 (Core dump when using server controls) (mcmic)
2215 . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
H A D.gdbinit602 dump operands of the current opline
H A DCONTRIBUTING.md363 3. Do not commit multiple files and dump all messages in one commit. If you
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c2900 const char * dump = WCOREDUMP( status ) ? "yes" : "no"; in lsapi_sigchild() local
2902 const char * dump = "unknown"; in lsapi_sigchild() local
2905 "%d, core dumped: %s\n", pid, sig_num, dump ); in lsapi_sigchild()
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt63 // NOTE: the error message varies with the MySQL Server version, dump only the error code!
H A Dmysqli_phpinfo.phpt19 /* all versions should at least dump this minimum information */
H A Dmysqli_debug_mysqlnd_control_string.phpt212 …printf("[125] Memory dump does neither contain _mysqlnd_pefree nor _mysqlnd_pemalloc calls - check…
H A Dmysqli_constants.phpt185 /* pretty dump test, but that is the best way to mimic mysql.c */
/PHP-7.4/build/
H A Dlibtool.m4383 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
386 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
/PHP-7.4/ext/exif/
H A Dexif.c1592 char *dump; in exif_dump_data() local
1612 len = spprintf(&dump, 0, "{"); in exif_dump_data()
1620 dump = erealloc(dump, len + 4 + 1); in exif_dump_data()
1627 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1634 dump = erealloc(dump, len + 6 + 1); in exif_dump_data()
1641 dump = erealloc(dump, len + 13 + 1); in exif_dump_data()
1648 dump = erealloc(dump, len + 2 + 1); in exif_dump_data()
1649 snprintf(dump + len, 2 + 1, ", "); in exif_dump_data()
1656 dump = erealloc(dump, len + 1 + 1); in exif_dump_data()
1657 snprintf(dump + len, 1 + 1, "}"); in exif_dump_data()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt82 // failure then dump the list of failing locales
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt70 // creating files and link, also dump the value of stats
H A Dlstat_stat_variation18.phpt39 // dump the stat returned value
43 // dump the stat returned value
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in75 ; core dump and ptrace the process for the pool user.
/PHP-7.4/Zend/tests/
H A Dbug77589.phpt2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
/PHP-7.4/sapi/phpdbg/
H A Dtest.php45 if (isset($dump))
/PHP-7.4/tests/classes/
H A Darray_access_007.phpt33 function dump() {
43 $a->dump();
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt14 /* function to dump reference count of global variable,$global_var
23 /* dump value and reference count of $global_var using debug_zval_dump() */
31 /* dump value and reference count of $global_var after exiting function
40 /* dump value and reference count of $first_var */
54 /* dump value and reference count of $first_var, $ref_first_var
H A Dgettype_settype_basic.phpt99 // dump the var
H A Dgettype_settype_variation1.phpt24 dump the variable to see its new data
173 // dump the converted data
H A Dgettype_settype_variation2.phpt28 dump the variable to see its new data
181 // dump the converted $var
H A Dgettype_settype_variation3.phpt24 dump the variable to see its new data
177 // dump the converted $var
H A Dgettype_settype_variation4.phpt24 dump the variable to see its new data
202 // dump the converted $var
H A Dgettype_settype_variation5.phpt24 dump the variable to see its new data
173 // dump the converted data

Completed in 91 milliseconds

12345