Home
last modified time | relevance | path

Searched refs:text (Results 251 – 275 of 642) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-7.2/ext/simplexml/tests/
H A Dsxe_004.phpt15 Plain text.
20 Here we have some text data.
102 string(28) "Here we have some text data."
H A D013.phpt2 SimpleXML: Split text content
/PHP-7.2/ext/readline/
H A Dreadline.c455 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
468 if (strncmp (Z_STRVAL_P(entry), text, strlen(text)) == 0) { in _readline_command_generator()
490 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb() argument
496 _readline_string_zval(&params[0], text); in _readline_completion_cb()
503 matches = rl_completion_matches(text,_readline_command_generator); in _readline_completion_cb()
/PHP-7.2/ext/standard/tests/streams/
H A Dbug47997.phpt8 $in = fopen('data://text/plain,', 'rb+');
/PHP-7.2/ext/pcre/tests/
H A D005.phpt54 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
56 ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
58 ext/ming/ming.o(.text+0xc115): In function `zim_swfmovie_namedAnchor':
62 ext/ming/ming.o(.text+0x851): In function `zif_ming_setSWFCompression':
68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.
410 [0] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
412 [1] => ext/mysql/libmysql/my_tempnam.o(.text+0x80): In function `my_tempnam':
415 [3] => (.text+0x80)
430 [3] => (.text+0x80)
447 [3] => (.text+0xc115)
[all …]
/PHP-7.2/ext/filter/tests/
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-7.2/ext/mysqli/tests/
H A D005.phpt2 mysqli fetch char/text long
18 if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
/PHP-7.2/ext/standard/tests/strings/
H A Dtrim_basic.phpt13 $text = " \t\r\n\0\x0B ---These are a few words--- \t\r\n\0\x0B ";
18 var_dump(trim($text));
H A Dbug21744.phpt2 Bug #21744 (strip_tags misses exclamation marks in alt text)
/PHP-7.2/ext/fileinfo/tests/
H A Dprecedural_finfo_in_method.phpt18 string(28) "text/x-php; charset=us-ascii"
/PHP-7.2/ext/fileinfo/libmagic/
H A Dascmagic.c72 int text) in file_ascmagic() argument
90 type, text); in file_ascmagic()
100 const char *type, int text) in file_ascmagic_with_encoding() argument
145 TEXTTEST, text)) == 0) in file_ascmagic_with_encoding()
/PHP-7.2/ext/standard/tests/http/
H A Dbug38802.phpt16 …"data://text/plain,HTTP/1.0 302 Moved Temporarily\r\nLocation: http://127.0.0.1:12342/foo/bar2\r\n…
17 …"data://text/plain,HTTP/1.0 301 Moved Permanently\r\nLocation: http://127.0.0.1:12342/foo/bar3\r\n…
18 …"data://text/plain,HTTP/1.0 302 Moved Temporarily\r\nLocation: http://127.0.0.1:12342/foo/bar4\r\n…
19 "data://text/plain,HTTP/1.0 200 OK\r\n\r\ndone.",
/PHP-7.2/ext/opcache/tests/
H A Dbug75370.phpt2 Bug #75370 (Webserver hangs on valid PHP text)
/PHP-7.2/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-7.2/sapi/cli/tests/
H A Dphp_cli_server_013.phpt87 Content-Type: text/html; charset=UTF-8
96 Content-Type: text/html; charset=UTF-8
105 Content-Type: text/html; charset=UTF-8
/PHP-7.2/tests/basic/
H A Drfc1867_malicious_input.phpt10 Content-Type: text/plain-file1
/PHP-7.2/ext/oci8/tests/
H A Dlob_null.phpt65 echo "Temporary CLOB: text\n";
109 echo "Procedure parameter: text\n";
139 echo "RETURNING INTO: text\n";
194 Temporary CLOB: text
197 Procedure parameter: text
200 RETURNING INTO: text
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c361 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
398 xReturn = XMLRPC_CreateValueString(name, el->text.str, el->text.len); in xml_element_to_method_description()
416 else if(el->name && el->text.len) { in xml_element_to_method_description()
417 xReturn = XMLRPC_CreateValueString(el->name, el->text.str, el->text.len); in xml_element_to_method_description()
/PHP-7.2/ext/imap/
H A Dphp_imap.c314 ZEND_ARG_INFO(0, text)
318 ZEND_ARG_INFO(0, text)
322 ZEND_ARG_INFO(0, text)
326 ZEND_ARG_INFO(0, text)
688 if(cur->text.data) in mail_free_foblist()
2528 zend_string *text; in PHP_FUNCTION() local
2551 zend_string *text; in PHP_FUNCTION() local
2574 zend_string *text; in PHP_FUNCTION() local
2597 zend_string *text; in PHP_FUNCTION() local
4310 decode = text; in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/phar/tests/
H A Dfrontcontroller2.phpt14 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller27.phpt14 Content-type: text/plain;charset=UTF-8
/PHP-7.2/ext/mbstring/tests/
H A Dmb_output_handler_pattern-01.phpt10 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-02.phpt10 header("Content-Type: text/plain");
H A Dmb_output_handler_pattern-06.phpt10 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-12.phpt10 header("Content-Type: text/html");

Completed in 45 milliseconds

1...<<11121314151617181920>>...26