Home
last modified time | relevance | path

Searched refs:text (Results 201 – 225 of 507) sorted by relevance

12345678910>>...21

/PHP-5.3/ext/standard/tests/streams/
H A Dbug47997.phpt8 $in = fopen('data://text/plain,', 'rb+');
/PHP-5.3/ext/filter/tests/
H A Dbug39846.phpt7 var_dump(filter_var('192.168.1.100random-text-here', FILTER_VALIDATE_IP));
/PHP-5.3/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-5.3/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-5.3/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-5.3/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-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c364 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
401 xReturn = XMLRPC_CreateValueString(name, el->text.str, el->text.len); in xml_element_to_method_description()
419 else if(el->name && el->text.len) { in xml_element_to_method_description()
420 xReturn = XMLRPC_CreateValueString(el->name, el->text.str, el->text.len); in xml_element_to_method_description()
/PHP-5.3/ext/simplexml/tests/
H A D013.phpt2 SimpleXML: Split text content
/PHP-5.3/ext/mbstring/tests/
H A Dmb_output_handler_pattern-02.phpt10 header("Content-Type: text/plain");
H A Dmb_output_handler_pattern-01.phpt10 header("Content-Type: text/html");
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");
H A Dmb_output_handler_pattern-07.phpt11 header("Content-Type: text/html");
H A Dmb_output_handler_pattern-08.phpt11 header("Content-Type: text/plain");
/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller27.phpt15 Content-type: text/plain;charset=UTF-8
H A Dfrontcontroller2.phpt15 Content-type: text/html; 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
H A Dfrontcontroller31.phpt12 Content-type: text/html; charset=UTF-8
H A Dwithphar_web.phpt16 Content-type: text/html; charset=UTF-8
H A Dfrontcontroller24.phpt15 Content-type: text/html; charset=UTF-8
/PHP-5.3/ext/pcre/tests/
H A Dpreg_split_basic.phpt11 var_dump(preg_split('/:\s*(\w*,*\s*)+;/', $string)); //all text between : and ; is removed
12 …\))/', $string, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY)); //all text before (parentheses…
/PHP-5.3/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)
679 if(cur->text.data) in mail_free_foblist()
2470 char *text, *decode; in PHP_FUNCTION() local
2493 char *text, *decode; in PHP_FUNCTION() local
2516 char *text, *decode; in PHP_FUNCTION() local
2539 char *text, *decode; in PHP_FUNCTION() local
4263 decode = text; in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller2.phpt16 Content-type: text/html; charset=UTF-8

Completed in 76 milliseconds

12345678910>>...21