Home
last modified time | relevance | path

Searched refs:part (Results 51 – 75 of 213) sorted by relevance

123456789

/PHP-5.4/ext/mbstring/tests/
H A Dmb_stristr_variation1.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
29 $part = true;
114 var_dump( mb_stristr($value, $needle, $part, $encoding) );
H A Dmb_strstr_variation1.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
29 $part = true;
114 var_dump( mb_strstr($value, $needle, $part, $encoding) );
H A Dmb_stristr_variation2.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
29 $part = true;
114 var_dump( mb_stristr($haystack, $value, $part, $encoding) );
H A Dmb_strstr_variation2.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
29 $part = true;
114 var_dump( mb_strstr($haystack, $value, $part, $encoding) );
H A Dmb_strstr_variation3.phpt2 Test mb_strstr() function : usage variation - different values for part
10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
116 // loop through each element of the array for part
H A Dmb_strrichr_variation3.phpt2 Test mb_strrichr() function : usage variation - different values for part
10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
116 // loop through each element of the array for part
H A Dmb_stristr_variation3.phpt2 Test mb_stristr() function : usage variation - different values for part
10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
116 // loop through each element of the array for part
H A Dmb_strrchr_variation3.phpt2 Test mb_strrchr() function : usage variation - different values for part
10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
116 // loop through each element of the array for part
H A Dmb_substr_error2.phpt11 * Description: Returns part of a string
H A Dmb_stristr_variation4.phpt10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]])
30 $part = true;
114 var_dump( mb_stristr($haystack, $needle, $part, $value) );
H A Dmb_strrchr_variation4.phpt10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
30 $part = true;
114 var_dump( mb_strrchr($haystack, $needle, $part, $value) );
H A Dmb_strrichr_variation4.phpt10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
30 $part = true;
114 var_dump( mb_strrichr($haystack, $needle, $part, $value) );
H A Dmb_strstr_variation4.phpt10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
30 $part = true;
114 var_dump( mb_strstr($haystack, $needle, $part, $value) );
/PHP-5.4/ext/imap/
H A Dphp_imap.h56 #define CONTENT_PART nested.part
63 #define CONTENT_PART contents.part
/PHP-5.4/ext/spl/examples/
H A Dregexfindfile.inc24 * part of it is used as separate directory.
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26part name="part1" element="ns:update" /></wsdl:message><wsdl:message name="getPriceMessage"><wsdl:
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest_appname.phpt7 /* This file is part of PHP test framework for ext/sybase_ct
H A Dbug27843.phpt7 /* This file is part of PHP test framework for ext/sybase_ct
H A Dbug28354.phpt7 /* This file is part of PHP test framework for ext/sybase_ct
/PHP-5.4/ext/iconv/tests/
H A Diconv_substr_error2.phpt11 * Description: Returns part of a string
/PHP-5.4/ext/soap/
H A DTODO49 ? server part support for "document" style encoding
56 - support for binding operation input/output name attribute (part of overloading)
/PHP-5.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_001w.phpt20 …hemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/types/part"><SOAP-ENV:Body><SO…
/PHP-5.4/ext/standard/tests/file/
H A Dreadfile_variation6.phpt17 // we change to this to ensure we are not part of the
H A Dreadfile_variation7.phpt17 // we change to this to ensure we are not part of the
H A Dfile_get_contents_variation1.phpt18 // we change to this to ensure we are not part of the

Completed in 31 milliseconds

123456789