Home
last modified time | relevance | path

Searched refs:text (Results 551 – 575 of 618) sorted by relevance

1...<<2122232425

/PHP-7.0/
H A Drun-tests.php1068 function save_text($filename, $text, $filename_copy = null) argument
1073 if (file_put_contents($filename_copy, $text, FILE_BINARY) === false) {
1078 if (file_put_contents($filename, $text, FILE_BINARY) === false) {
1084 $text
H A DREADME.RELEASE_PROCESS275 php-general@lists.php.net and internals@lists.php.net with a text similar to
313 php-general@lists.php.net and internals@lists.php.net with a text similar to
/PHP-7.0/ext/ldap/
H A Dldap.c1331 char *text; in PHP_FUNCTION() local
1345 text = ldap_get_dn(ld->link, resultentry->data); in PHP_FUNCTION()
1346 if (text != NULL) { in PHP_FUNCTION()
1347 RETVAL_STRING(text); in PHP_FUNCTION()
1349 ldap_memfree(text); in PHP_FUNCTION()
1351 free(text); in PHP_FUNCTION()
/PHP-7.0/Zend/tests/type_declarations/
H A Dscalar_basic.phpt44 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic.phpt47 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic_64bit.phpt47 fopen("data:text/plain,foobar", "r")
H A Dscalar_strict_basic.phpt35 fopen("data:text/plain,foobar", "r")
/PHP-7.0/ext/standard/tests/file/
H A Dfread_variation3-win32.phpt59 $file_content_types = array("numeric","text","text_with_new_line");
243 -- Testing fread() with file having content of type text --
H A Dfread_variation3.phpt59 $file_content_types = array("numeric","text","text_with_new_line");
243 -- Testing fread() with file having content of type text --
H A Dfread_variation4-win32.phpt59 $file_content_types = array("numeric","text","text_with_new_line");
232 -- Testing fread() with file having content of type text --
H A Dfread_variation4.phpt59 $file_content_types = array("numeric","text","text_with_new_line");
232 -- Testing fread() with file having content of type text --
H A Dfread_basic.phpt37 $file_content_types = array("numeric","text","text_with_new_line","alphanumeric");
239 -- Testing fread) with file having data of type text --
H A Dfgetcsv_variation8.phpt58 // write another line of text and a blank line
61 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation9.phpt57 // write another line of text and a blank line
60 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfread_variation2.phpt56 $file_content_types = array("numeric","text","text_with_new_line", "alphanumeric");
246 -- Testing fread() with file having content of type text --
H A Dfgetcsv_variation1.phpt55 // write another line of text and a blank line
58 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation19.phpt52 // write another line of text and a blank line
55 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation2.phpt55 // write another line of text and a blank line
58 fwrite($file_handle, "This is line of text without csv fields\n");
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput83070 /multiple words of text/
3387 /multiple words of text/i
4789text <H more text <H texting more hexA0-"\xA0" hex above 7F-"\xBC" F> text xxxxx <H text F> te…
H A Dtestoutput84881 /multiple words of text/
5337 /multiple words of text/i
7704text <H more text <H texting more hexA0-"\xA0" hex above 7F-"\xBC" F> text xxxxx <H text F> te…
7705 …0: <H more text <H texting more hexA0-"\xa0" hex above 7F-"\xbc" F> text xxxxx <H text F> text
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME98 concatenation of the text forms of all the section 3 man pages except
100 The other two are the text forms of the section 1 man pages for the
101 pcregrep and pcretest commands. These text forms are provided for ease of
102 scanning with text editors or similar tools. They are installed in
948 doc/pcre.txt plain text version of the man pages
949 doc/pcretest.txt plain text documentation of test program
950 doc/perltest.txt plain text documentation of Perl test program
/PHP-7.0/ext/oci8/
H A Doci8_interface.c151 define->name = (text*) ecalloc(1, name_len+1); in PHP_FUNCTION()
1661 text errbuf[PHP_OCI_ERRBUF_LEN]; in PHP_FUNCTION()
1665 text *sqltext = NULL; in PHP_FUNCTION()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c1127 static const char text[] = "text"; in set_text_binary() local
1129 static const size_t len = sizeof(text); in set_text_binary()
1141 me[i].mp->flag & BINTEST ? binary : text); in set_text_binary()
1143 char *p = strstr(me[i].mp->desc, text); in set_text_binary()
/PHP-7.0/ext/fileinfo/tests/
H A Dbug68819_001.phpt18 string(60) "ASCII text, with very long lines, with CRLF line terminators"
/PHP-7.0/Zend/tests/
H A Dbug60771.phpt2 test of larger than 8kb text file being parsed by require statement

Completed in 83 milliseconds

1...<<2122232425