Home
last modified time | relevance | path

Searched refs:part (Results 26 – 50 of 184) sorted by relevance

12345678

/php-src/ext/standard/tests/mail/
H A Dbug54298.phpt12 var_dump(mail('someuser@example.com', 'testsubj', 'Body part', ''));
20 Body part
/php-src/ext/mbstring/tests/
H A Dmb_stristr_error2.phpt14 $part = true;
17 var_dump( mb_stristr($haystack, $needle, $part, $encoding) );
H A Dmb_strrchr_error2.phpt14 $part = true;
17 var_dump( mb_strrchr($haystack, $needle, $part, $encoding) );
H A Dmb_strrichr_error2.phpt14 $part = true;
17 var_dump( mb_strrichr($haystack, $needle, $part, $encoding) );
H A Dmb_strstr_error2.phpt14 $part = true;
17 var_dump( mb_strstr($haystack, $needle, $part, $encoding) );
/php-src/ext/gd/tests/
H A Dcreatefromgd2.phpt22 echo 'test create from gd2 part: ';
28 test create from gd2 part: ok
/php-src/Zend/tests/
H A Dbug32596.phpt6 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!
H A Dgh7792_5.phpt10 Fatal error: Enum Foo must implement interface Traversable as part of either Iterator or IteratorAg…
H A Dexception_during_property_assign_op.phpt2 Exception during read part of compound assignment operation on a property
H A Dbug62609.phpt12 Fatal error: Class NonAbstractTraversable must implement interface Traversable as part of either It…
/php-src/ext/spl/tests/
H A Drecursive_tree_iterator_008.phpt37 RecursiveTreeIterator::setPrefixPart(): Argument #1 ($part) must be a RecursiveTreeIterator::PREFIX…
38 RecursiveTreeIterator::setPrefixPart(): Argument #1 ($part) must be a RecursiveTreeIterator::PREFIX…
/php-src/ext/soap/tests/
H A Dclassmap.wsdl13 <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"/>
/php-src/tests/lang/
H A Dcomments2.phpt2 #-style comments (part 2)
/php-src/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt2 Test serialize_precision (part 1)
H A Dserialization_precision_002.phpt2 Test serialize_precision (part 2)
H A Dbug74300.phpt2 Bug #74300 (unserialize() for float nvexp part)
/php-src/ext/soap/tests/bugs/
H A Dbug29061.wsdl13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
H A Dbug68361.phpt39 <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"/>
H A Dbug77945.phpt8 // The important part is to have a restriction enumeration with value="".
H A Dbug29839.wsdl14 <part name="string" type="tns:LocalizedString"/>
17 <part name="string" type="tns:LocalizedString"/>
H A Dbug34453.wsdl14 <part name="string" type="tns:LocalizedString"/>
17 <part name="string" type="tns:LocalizedString"/>
H A Dbug75502.phpt10 /* The important part is that restriction>enumeration is used together with mem cache.
/php-src/ext/bcmath/tests/
H A Dbug78878.phpt14 bcpowmod(): Argument #3 ($modulus) cannot have a fractional part
/php-src/ext/simplexml/tests/
H A Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/php-src/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt17 $out2 = " part of the ttxt";
55 final:The 1st part of the text

Completed in 28 milliseconds

12345678