/PHP-7.0/ext/spl/internal/ |
H A D | recursivetreeiterator.inc | 55 * Set prefix part as used in getPrefix() and stored in $prefix. 56 * @param $part any PREFIX_* const. 57 * @param $value new prefix string for specified part. 58 * @throws OutOfRangeException if 0 > $part or $part > 5. 60 function setPrefixPart($part, $value) 62 if (0 > $part || $part > 5) { 65 $this->prefix[$part] = (string)$value;
|
/PHP-7.0/ext/imap/tests/ |
H A D | bug35669.phpt | 21 $body[] = $textpart; //add body part 27 $plain["description"] = "Plaintype part of message"; 31 $body[] = $plain; //next add plain text part 37 $html["description"] = "HTML part of message"; 59 Content-Description: Plaintype part of message 65 Content-Description: HTML part of message
|
H A D | imap_bodystruct_basic.phpt | 23 echo "\nGet and validate structure of body part 1\n"; 53 echo "\nTry to get part 4!\n"; 82 Get and validate structure of body part 1 91 Try to get part 4!
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | sscanf_basic1.phpt | 21 list($part, $number, $stock) = sscanf($str, $format); 22 var_dump($part, $number, $stock); 26 $res = sscanf($str, $format, $part, $number, $stock); 27 var_dump($res, $part, $number, $stock);
|
H A D | sscanf_basic2.phpt | 21 list($part, $number, $stock) = sscanf($str, $format); 22 var_dump($part, $number, $stock); 26 $res = sscanf($str, $format, $part, $number, $stock); 27 var_dump($res, $part, $number, $stock);
|
H A D | sscanf_basic3.phpt | 18 list($part, $length, $width, $depth) = sscanf($str, $format); 19 var_dump($part, $length, $width, $depth); 23 $res = sscanf($str, $format, $part, $length, $width, $depth); 24 var_dump($res, $part, $length, $width, $depth);
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | AUTHORS | 5 Email local part: ph10 19 Email local part: hzmester 30 Email local part: hzmester
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | mb_stristr_error2.phpt | 10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 24 var_dump( mb_stristr($haystack, $needle, $part, $encoding) );
|
H A D | mb_strrchr_error2.phpt | 10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 24 var_dump( mb_strrchr($haystack, $needle, $part, $encoding) );
|
H A D | mb_strrichr_error2.phpt | 10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 24 var_dump( mb_strrichr($haystack, $needle, $part, $encoding) );
|
H A D | mb_strstr_error2.phpt | 10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 24 var_dump( mb_strstr($haystack, $needle, $part, $encoding) );
|
H A D | mb_stristr_error1.phpt | 10 /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 26 var_dump( mb_stristr($haystack, $needle, $part, $encoding, $extra_arg) );
|
H A D | mb_strrchr_error1.phpt | 10 /* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 26 var_dump( mb_strrchr($haystack, $needle, $part, $encoding, $extra_arg) );
|
H A D | mb_strrichr_error1.phpt | 10 /* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 26 var_dump( mb_strrichr($haystack, $needle, $part, $encoding, $extra_arg) );
|
H A D | mb_strstr_error1.phpt | 10 /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) 23 $part = true; 26 var_dump( mb_strstr($haystack, $needle, $part, $encoding, $extra_arg) );
|
/PHP-7.0/ext/gd/tests/ |
H A D | createfromgd2.phpt | 17 echo 'test create from gd2 part: '; 23 test create from gd2 part: ok
|
/PHP-7.0/Zend/tests/ |
H A D | bug32596.phpt | 6 public $error = "please fix this thing, it wasted a nice part of my life!\n"; 25 please fix this thing, it wasted a nice part of my life!
|
/PHP-7.0/ext/pdo_oci/tests/ |
H A D | pecl_bug_11345.phpt | 12 // This tests only part of PECL bug 11345. The other part - testing
|
/PHP-7.0/ext/soap/tests/ |
H A D | classmap.wsdl | 13 <part name="dotestReturn" type="tns:book"/> 16 <part name="res" type="xsi:string"/> 19 <part name="dotest2" type="xsi:string"/> 22 <part name="res" type="tns:book"/>
|
H A D | bug68361.phpt | 39 <part name="name" type="xsd:name"/> 42 <part name="employeeReturn" type="ns:ArrayOfEmployeeReturn"/> 45 <part name="id" type="xsd:id"/> 48 <part name="userReturn" element="ns:User"/>
|
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | testinput14 | 102 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 116 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 130 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 143 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 153 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 181 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 194 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 209 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 222 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 235 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… [all …]
|
H A D | testinput17 | 20 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 34 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 48 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 61 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 71 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 99 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 112 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 127 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 140 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… 153 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of a… [all …]
|
/PHP-7.0/tests/lang/ |
H A D | comments2.phpt | 2 #-style comments (part 2)
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug29061.wsdl | 13 <part name="parameter" element="" type="xs:string"/> 16 <part name="String" element="" type="xs:string"/>
|
H A D | bug29839.wsdl | 14 <part name="string" type="tns:LocalizedString"/> 17 <part name="string" type="tns:LocalizedString"/>
|