Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 98) sorted by relevance

1234

/php-src/ext/dom/tests/manually_call_constructor/
H A Dcdatasection.phpt8 $cdata = new DOMCdataSection("my value");
10 $cdata->__construct("my new value");
21 $cdata->__construct("my even newer value");
27 string(8) "my value"
28 string(12) "my new value"
30 <container><![CDATA[my new value]]></container>
32 <container><![CDATA[my new value]]><![CDATA[my even newer value]]></container>
H A Dattribute.phpt8 $attr = new DOMAttr("attribute", "my value");
10 $attr->__construct("newattribute", "my new value");
21 $attr->__construct("newnewattribute", "my even newer value");
28 string(8) "my value"
30 string(12) "my new value"
32 <container newattribute="my new value"/>
34 <container newattribute="my new value" newnewattribute="my even newer value"/>
H A Dcomment.phpt8 $comment = new DOMComment("my value");
10 $comment->__construct("my new value");
21 $comment->__construct("my even newer value");
28 string(8) "my value"
30 string(12) "my new value"
32 <container><!--my new value--></container>
34 <container><!--my new value--><!--my even newer value--></container>
H A Delement.phpt8 $element = new DOMElement('foo', 'my value');
10 $element->__construct('foo2', 'my new value');
21 $element->__construct('foo3', 'my new new value');
28 string(8) "my value"
30 string(12) "my new value"
32 <container><foo2>my new value</foo2></container>
34 <container><foo2>my new value</foo2><foo3>my new new value</foo3></container>
H A Dtext.phpt8 $text = new DOMText('my value');
10 $text->__construct('my new value');
27 string(8) "my value"
28 string(12) "my new value"
30 <container>my new value</container>
32 <container>my new value
33 my new new value</container>
/php-src/ext/ldap/tests/
H A Dldap_delete_ext.phpt18 ldap_add($link, "dc=my-domain,$base", array(
23 "dc" => "my-domain",
24 "o" => "my-domain",
28 $result = ldap_delete_ext($link, "dc=my-domain,$base",
35 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
44 @ldap_delete($link, "dc=my-domain,$base");
58 string(%d) "dc=my-domain,%s"
62 string(9) "my-domain"
67 string(9) "my-domain"
H A Dldap_delete_basic.phpt15 ldap_add($link, "dc=my-domain,$base", array(
20 "dc" => "my-domain",
21 "o" => "my-domain",
25 ldap_delete($link, "dc=my-domain,$base"),
26 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
35 @ldap_delete($link, "dc=my-domain,$base");
H A Dldap_add_basic.phpt17 ldap_add($link, "dc=my-domain,$base", array(
22 "dc" => "my-domain",
23 "o" => "my-domain",
27 ldap_search($link, "$base", "(o=my-domain)")
37 ldap_delete($link, "dc=my-domain,$base");
64 string(9) "my-domain"
73 string(9) "my-domain"
80 string(%d) "dc=my-domain,%s"
H A Dldap_mod_add_error.phpt17 var_dump(ldap_mod_add($link, "dc=my-domain,$base", array()));
27 "dc" => "my-domain",
28 "o" => "my-domain",
31 ldap_add($link, "dc=my-domain,$base", $entry);
36 var_dump(ldap_mod_add($link, "dc=my-domain,$base", $entry2));
41 var_dump(ldap_mod_add($link, "dc=my-domain,$base", $entry2));
49 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_add_error.phpt30 ldap_add($link, "dc=my-domain,$base", array(
35 "dc" => "my-domain",
36 "o" => "my-domain",
43 ldap_add($link, "dc=my-domain2,dc=com", array(
48 "dc" => "my-domain",
49 "o" => "my-domain",
67 "dc" => "my-domain",
68 "o" => "my-domain",
91 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_modify_error.phpt27 "dc" => "my-domain",
28 "o" => "my-domain",
31 ldap_add($link, "dc=my-domain,$base", $entry);
36 var_dump(ldap_modify($link, "dc=my-domain,$base", $entry2));
41 var_dump(ldap_modify($link, "dc=my-domain,$base", $entry2));
49 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_modify_batch_error.phpt36 "dc" => "my-domain",
37 "o" => "my-domain",
40 ldap_add($link, "dc=my-domain,$base", $entry);
51 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods));
62 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods));
70 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_errno_basic.phpt20 "dc" => "my-domain",
21 "o" => "my-domain",
H A Dldap_error_basic.phpt20 "dc" => "my-domain",
21 "o" => "my-domain",
/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNode.phpt13 $attribute1 = $dom1->createAttribute("my-attribute");
17 $attribute2 = $dom1->createAttribute("my-attribute");
20 $attribute3 = $dom1->createAttributeNS("", "my-ATTRIBUTE");
26 $attribute4 = $dom1->createAttributeNS("urn:a", "my-attribute");
30 $attribute5 = $dom1->createAttributeNS("urn:b", "my-attribute");
48 <container my-attribute="2" my-ATTRIBUTE="3" my-attribute="4" my-attribute="5"></container>
H A DElement_setAttributeNode_adoption.phpt14 $attr = $dom2->createAttribute("my-attribute");
27 $attr2 = $dom2->createAttributeNS("urn:a", "a:my-attribute");
32 $attr3 = $dom2->createAttributeNS("urn:b", "a:my-attribute");
50 string(12) "my-attribute"
53 string(12) "my-attribute"
55 <container my-attribute="1" a:my-attribute="2" a:my-attribute="3"></container>
H A DElement_setAttributeNode_inuse.phpt10 $attr1 = $dom1->createAttribute("my-attribute");
24 <container my-attribute="1"><element></element></container>
/php-src/ext/dom/tests/delayed_freeing/
H A Dtext_node.phpt10 ->appendChild($doc->createTextNode('my text 1'));
11 $text2 = $doc->documentElement->appendChild($doc->createTextNode('my text 2'));
22 <container>my text 1my text 2</container>
26 my text 1
27 my text 2
H A Dcomment_node.phpt9 ->appendChild($doc->createComment('my comment'));
18 <container><!--my comment--></container>
22 <!--my comment-->
/php-src/ext/phar/tests/tar/
H A Dlinks3.phpt15 echo $p['my/file']->getContent();
18 my file
19 my file
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_line_column.phpt17 <strong>This is my paragraph</strong>
18 <!-- my comment -->
54 Text: 'This is my paragraph', 8
57 Comment: ' my comment ', 9
/php-src/sapi/fuzzer/
H A DREADME.md40 cp -r sapi/fuzzer/corpus/exif ./my-exif-corpus
41 sapi/fuzzer/php-fuzz-exif ./my-exif-corpus
48 cp -r sapi/fuzzer/corpus/unserialize ./my-unserialize-corpus
49 sapi/fuzzer/php-fuzz-unserialize -dict=$PWD/sapi/fuzzer/dict/unserialize ./my-unserialize-corpus
56 cp -r sapi/fuzzer/corpus/unserializehash ./my-unserialize-corpus
57 sapi/fuzzer/php-fuzz-unserializehash ./my-unserialize-corpus
64 mkdir ./my-parser-corpus
65 sapi/fuzzer/php-fuzz-parser -merge=1 ./my-parser-corpus sapi/fuzzer/corpus/parser
66 sapi/fuzzer/php-fuzz-parser -only_ascii=1 ./my-parser-corpus
80 sapi/fuzzer/php-fuzz-mbstring -dict=$PWD/sapi/fuzzer/dict/mbstring ./my-mbstring-corpus
/php-src/ext/standard/tests/file/
H A Dbug38086.txt2 When the pains of life won't bar my way
5 I'll tear you down into my private hell
H A Duserstreams.phpt11 ...and the road becomes my bride
21 But Ill take my time anywhere
22 Free to speak my mind anywhere
25 Where I lay my head is home
26 ...and the earth becomes my throne
31 ...and my ties are severed clean
37 But Ill take my time anywhere
42 But Ill take my time anywhere
44 and Ill take my find anywhere
47 carved upon my stone
[all …]
/php-src/ext/reflection/tests/
H A DReflectionFunction_getDocComment.001.phpt12 * my doc comment
39 * my doc comment

Completed in 36 milliseconds

1234