Home
last modified time | relevance | path

Searched refs:my (Results 26 – 50 of 98) sorted by relevance

1234

/php-src/Zend/tests/
H A Dbug78921.phpt25 public static $prop = 'my property';
35 Value is my property
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!
/php-src/ext/standard/tests/streams/
H A Dbug67626.phpt29 stream_wrapper_register("my", "MyStream");
31 $fp = fopen('my://foobar', 'r+');
H A Dbug77069.phpt39 stream_filter_register('my-filter', 'MyFilter');
44 stream_filter_append($stream, 'my-filter');
/php-src/ext/phar/tests/
H A Dphar_metadata_write.phpt27 $phar->setMetadata(array('my' => 'friend'));
28 $phar->setMetadata(array('my' => 'friend'));
54 ["my"]=>
H A Dphar_metadata_write2.phpt24 $phar->setMetadata((object) ['my' => 'friend']);
43 ["my"]=>
H A Dphar_isvalidpharfilename.phpt52 var_dump(Phar::isValidPharFilename('my.pharmy'));
53 var_dump(Phar::isValidPharFilename('my.pharmy', true));
54 var_dump(Phar::isValidPharFilename('my.pharmy', false));
116 my.pharmy
/php-src/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt37 /* note that there is no savepoint my... */
38 if (false !== ($tmp = mysqli_release_savepoint($link, 'my')))
48 if (true !== ($tmp = mysqli_savepoint($link, 'my')))
54 if (true !== ($tmp = mysqli_release_savepoint($link, 'my')))
/php-src/ext/pdo_pgsql/tests/
H A Dbug62479.phpt51 $sql = sprintf($template, 'my password');
53 $testConn = new PDO($config['ENV']['PDOTEST_DSN'], $user, "my password");
62 $sql = sprintf($template, "my pass''word");
65 $testConn = new PDO($config['ENV']['PDOTEST_DSN'], $user, "my pass'word");
/php-src/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt155 When the pains of life won't bar my way
158 I'll tear you down into my private hell
164 When the pains of life won't bar my way
167 I'll tear you down into my private hell
177 When the pains of life won't bar my way
180 I'll tear you down into my private hell
/php-src/ext/dom/tests/
H A DDOMProcessingInstruction.phpt38 $pi->data = "my data <>";
80 string(10) "my data <>"
83 <root><?test my data <>?></root>
H A Dbug77686.phpt27 $new_element->textContent = 'my new text';
40 string(11) "my new text"
/php-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createHTMLDocument.phpt20 echo $dom->implementation->createHTMLDocument("my <title>")->saveXml(), "\n";
35 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>my &lt;title&gt;</title></head><body></body…
/php-src/ext/ldap/tests/
H A Dldap_mod_del_error.phpt17 var_dump(ldap_mod_del($link, "dc=my-domain,$base", array()));
31 @ldap_delete($link, "dc=my-domain,$base");
H A DREADME.md109 suffix "dc=my-domain,dc=com"
111 rootdn "cn=Manager,dc=my-domain,dc=com"
118 cn=Manager,dc=my-domain,dc=com
134 LDAP_TEST_BASE (default: dc=my-domain,dc=com) Base to use. May be the ldap root or a s…
135 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding
/php-src/ext/sockets/tests/
H A Dsocket_export_stream-3.phpt34 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", $port);
47 string(10) "my message"
H A Dsocket_import_stream-3.phpt34 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58379);
48 string(10) "my message"
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_full_document.phpt12 <title>This is my épic title!</title>
35 <title>This is my épic title!</title>
/php-src/ext/standard/tests/general_functions/
H A Dbug49692.ini1 //my.ini file
/php-src/ext/zlib/tests/
H A D007.phpt27 $string = "Light of my sun
29 Light in my truth
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar6 …�� ���index.php��� �~G�����I�������hiohio<?php function hio(){}here is my indexXȅ�A�$��0@�…
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/php-src/ext/phar/tests/files/
H A Dfrontcontroller.phar6 …�� ���index.php��� �~G�����I�������hiohio<?php function hio(){}here is my indexXȅ�A�$��0@�…
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/php-src/ext/phar/tests/tar/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';

Completed in 124 milliseconds

1234