Home
last modified time | relevance | path

Searched refs:text (Results 301 – 325 of 714) sorted by relevance

1...<<11121314151617181920>>...29

/PHP-8.1/ext/fileinfo/tests/
H A Dbug71434.phpt17 text/x-script.python
H A Dbug79283.phpt20 string(10) "ASCII text"
/PHP-8.1/ext/phar/tests/
H A Dfrontcontroller16.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller24.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller32.phpt11 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller34.phpt12 Content-type: text/html; charset=UTF-8
/PHP-8.1/ext/dom/tests/
H A Dbug78221.phpt2 Bug #78221 (DOMNode::normalize() doesn't remove empty text nodes)
/PHP-8.1/ext/imap/
H A Dphp_imap.c293 if(cur->text.data) in mail_free_foblist()
325 if ((*errlist)->text.data) { in mail_free_errorlist()
2056 zend_string *text; in PHP_FUNCTION() local
2078 zend_string *text; in PHP_FUNCTION() local
2100 zend_string *text; in PHP_FUNCTION() local
2122 zend_string *text; in PHP_FUNCTION() local
2130 decode = (char*)rfc822_binary(ZSTR_VAL(text), ZSTR_LEN(text), &newlength); in PHP_FUNCTION()
3872 text = &charset[end + 1]; in PHP_FUNCTION()
3894 decode = text; in PHP_FUNCTION()
3896 …for(i=0; text[i] != 0x00; i++) if (text[i] == '_') text[i] = ' '; /* Replace all *_' with space. */ in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/phar/tests/cache_list/
H A Dfrontcontroller2.phpt15 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller27.phpt15 Content-type: text/plain;charset=UTF-8
H A Dfrontcontroller28.phpt15 Content-type: text/plain;charset=UTF-8
H A Dfrontcontroller16.phpt15 Content-type: text/html; charset=UTF-8
/PHP-8.1/ext/phar/tests/tar/
H A Dfrontcontroller2.phar.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller11.phar.phpt14 Content-type: text/html
H A Dfrontcontroller16.phar.phpt14 Content-type: text/html; charset=UTF-8
/PHP-8.1/Zend/tests/
H A Dlist_keyed_non_literals.phpt14 define('PROBABLY_NOT_COMPILE_TIME_RESOLVABLE', file_get_contents("data:text/plain,2"));
/PHP-8.1/ext/mbstring/tests/
H A Dmb_output_handler_runtime_ini_alteration-02.phpt12 header("Content-Type: text/html");
H A Dcp850_encoding.phpt2 Exhaustive test of verification and conversion of CP850 text
H A Dcp866_encoding.phpt2 Exhaustive test of verification and conversion of CP866 text
H A Dcp1252_encoding.phpt2 Exhaustive test of verification and conversion of CP1252 text
/PHP-8.1/build/
H A Dshtool479 text="$*"
501 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[Bb]'`" != . ]; then
581 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%U'`" != . ]; then
615 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[gG]'`" != . ]; then
646 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%g'`" != . ]; then
681 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%h'`" != . ]; then
698 if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%d'`" != . ]; then
752 text=`echo $seo "$text" |\
769 echo $seo "$text"
774 echo $seo $minusn "$text"
[all …]
/PHP-8.1/ext/oci8/tests/
H A Dlob_null.phpt69 echo "Temporary CLOB: text\n";
113 echo "Procedure parameter: text\n";
143 echo "RETURNING INTO: text\n";
198 Temporary CLOB: text
201 Procedure parameter: text
204 RETURNING INTO: text
/PHP-8.1/ext/phar/tests/zip/
H A Dfrontcontroller2.phar.phpt16 Content-type: text/html; charset=UTF-8
/PHP-8.1/ext/standard/tests/streams/
H A Dbug70362.phpt9 $data = 'data://plain/text;base64,' . base64_encode($data);
/PHP-8.1/ext/pcre/tests/
H A Dpreg_split_basic.phpt10 var_dump(preg_split('/:\s*(\w*,*\s*)+;/', $string)); //all text between : and ; is removed
11 …\))/', $string, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY)); //all text before (parentheses…

Completed in 41 milliseconds

1...<<11121314151617181920>>...29