Home
last modified time | relevance | path

Searched refs:text (Results 51 – 75 of 507) sorted by path

12345678910>>...21

/PHP-5.3/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt27 string(28) "text/x-php; charset=us-ascii"
28 string(22) "PHP script, ASCII text"
29 string(32) "text/plain; charset=unknown-8bit"
H A Dfinfo_file_regex.phpt11 * resources/test.awk: awk script, ASCII text
27 string(28) "text/plain; charset=us-ascii"
28 string(22) "awk script, ASCII text"
H A Dmagic2030 >>>73 string text
3539 !:mime text/x-awk
3541 !:mime text/x-awk
3569 !:mime text/x-php
3571 !:mime text/x-php
3573 !:mime text/x-php
3575 !:mime text/x-php
3577 !:mime text/x-php
13237 !:mime text/rtf
13573 !:mime text/html
[all …]
/PHP-5.3/ext/filter/tests/
H A D010.phpt10 var_dump(filter_var(array(1,"1","", "-23234", "text", "asdf234asdfgs", array()), FILTER_VALIDATE_IN…
11 var_dump(filter_var(array(1.2,"1.7","", "-23234.123", "text", "asdf234.2asdfgs", array()), FILTER_V…
H A D024.phpt10 var_dump(filter_var(" text here ", FILTER_SANITIZE_ENCODED));
18 string(23) "%20%20text%20here%20%20"
H A D039.phpt35 var_dump(filter_var_array(array("asdas"=>"text"), array("var_name"=>-1, "asdas"=>"asdasd", "qwe"=>"…
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-5.3/ext/ftp/
H A Dftp.c1602 char *text; in ftp_genlist() local
1665 text = (char*) (ret + lines + 1); in ftp_genlist()
1666 *entry = text; in ftp_genlist()
1670 *(text - 1) = 0; in ftp_genlist()
1671 *++entry = text; in ftp_genlist()
1673 *text++ = ch; in ftp_genlist()
/PHP-5.3/ext/ftp/tests/
H A Dftp_fget_basic.phpt18 //test simple text transfer
H A Dftp_get_basic.phpt18 //test simple text transfer
/PHP-5.3/ext/gd/
H A Dgd.c734 ZEND_ARG_INFO(0, text)
746 ZEND_ARG_INFO(0, text)
755 ZEND_ARG_INFO(0, text)
766 ZEND_ARG_INFO(0, text)
802 ZEND_ARG_INFO(0, text)
816 ZEND_ARG_INFO(0, text)
/PHP-5.3/ext/gd/tests/
H A Dbug49600.phpt2 Bug #49600 (imageTTFText text shifted right)
H A Dbug51263.phpt2 Bug #51263 (imagettftext and rotated text uses wrong baseline)
H A Dimageconvolution_basic.phpt14 // Writes the text and apply a gaussian blur on the image
H A Dimageconvolution_error1.phpt14 // Writes the text and apply a gaussian blur on the image
H A Dimageconvolution_error2.phpt14 // Writes the text and apply a gaussian blur on the image
H A Dimageconvolution_error3.phpt14 // Writes the text and apply a gaussian blur on the image
H A Djpeg2wbmp_error1.phpt17 // Create a blank image and add some text
H A Djpeg2wbmp_error3.phpt17 // Create a blank image and add some text
H A Dpng2wbmp_error1.phpt17 // Create a blank image and add some text
H A Dpng2wbmp_error3.phpt17 // Create a blank image and add some text
/PHP-5.3/ext/gettext/tests/locale/en/LC_MESSAGES/
H A Dmessages.po10 "Content-Type: text/plain; charset=ISO-8859-1\n"
/PHP-5.3/ext/gettext/tests/locale/fi/LC_MESSAGES/
H A Dmessages.po10 "Content-Type: text/plain; charset=ISO-8859-1\n"
/PHP-5.3/ext/gmp/tests/
H A D001.phpt12 text in the --EXPECT-- section below for the tests
14 expected text are interpreted as failure
/PHP-5.3/ext/iconv/tests/
H A Dbug48289.phpt7 $text = "\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88\xE3\x83\x86\xE3\x82\xB9\xE3\x83\x88";
15 echo iconv_mime_encode('Subject', $text, $options);

Completed in 100 milliseconds

12345678910>>...21