Searched refs:strip (Results 1 – 25 of 25) sorted by relevance
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | bug70018.phpt | 2 Bug #70018 (exec does not strip all whitespace)
|
/PHP-8.2/Zend/tests/ |
H A D | bug76439_2.phpt | 2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (er…
|
H A D | bug76965.phpt | 2 Bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace)
|
H A D | bug76439.phpt | 2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens
|
/PHP-8.2/ext/fileinfo/ |
H A D | generate_patch.sh | 5 | tar -xz --strip-components=2 -C libmagic.orig file-$VERSION/src
|
/PHP-8.2/ext/filter/tests/ |
H A D | bug69203.phpt | 2 Bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127)
|
H A D | 042.phpt | 2 Combination of strip & sanitize filters
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | bug53319.phpt | 2 Bug #53319 (Strip_tags() may strip '<br />' incorrectly)
|
H A D | strrpos.phpt | 7 var_dump(strrpos("test strip string strand", "str"));
|
H A D | strripos.phpt | 7 var_dump(strripos("test strip string strand", "str"));
|
/PHP-8.2/ext/soap/tests/ |
H A D | gh8538.phpt | 2 Bug GH-8538 (SoapClient may strip parts of nmtokens)
|
/PHP-8.2/ext/snmp/tests/ |
H A D | bug60749.phpt | 2 Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
|
/PHP-8.2/ext/standard/tests/http/ |
H A D | bug80256.phpt | 2 Bug #80256: file_get_contents strip first line with chunked encoding redirect
|
/PHP-8.2/.github/actions/build-libmysqlclient/ |
H A D | action.yml | 22 tar -xf $LIBMYSQL --strip-components=1 -C $MYSQL_DIR
|
/PHP-8.2/sapi/cli/tests/ |
H A D | 007.phpt | 2 strip comments and whitespace with -w
|
/PHP-8.2/sapi/cgi/tests/ |
H A D | 003.phpt | 2 strip comments and whitespace with -w
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | uuencode_encoding.phpt | 24 /* mbstring's uuencode requires the user to strip off the terminating "`\nend\n" */
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMNode_cloneNode_basic.phpt | 38 // strip all text nodes from this tree
|
/PHP-8.2/ext/standard/tests/mail/ |
H A D | mail_include.inc | 135 * Get the mailbox name from a mailbox description, i.e strip off server details.
|
/PHP-8.2/ext/imap/tests/setup/ |
H A D | imap_include.inc | 201 * Get the mailbox name from a mailbox description, i.e strip off server details.
|
/PHP-8.2/ext/phar/phar/ |
H A D | clicommand.inc | 236 $b = substr($what, 0, $l); // strip out initial $l
|
H A D | pharcommand.inc | 110 'inf' => '<level> Number of preceding subdirectories to strip from file entries',
|
/PHP-8.2/build/ |
H A D | shtool | 897 strip $dsttmp || shtool_exit $?
|
H A D | libtool.m4 | 138 AC_CHECK_TOOL(STRIP, strip, :) 1272 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 1273 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 1274 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 3205 # explicitly linking system object files so we need to strip them 3267 # explicitly linking system object files so we need to strip them 3349 # explicitly linking system object files so we need to strip them 3409 # explicitly linking system object files so we need to strip them 3525 # explicitly linking system object files so we need to strip them 3588 # explicitly linking system object files so we need to strip them [all …]
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 3236 mkdbname(struct magic_set *ms, const char *fn, int strip) argument 3241 if (strip) {
|
Completed in 52 milliseconds