Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/ldap/tests/
H A Dldap_delete_ext.phpt17 ldap_add($link, "dc=my-domain,$base", array(
22 "dc" => "my-domain",
23 "o" => "my-domain",
27 $result = ldap_delete_ext($link, "dc=my-domain,$base",
34 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
44 ldap_delete($link, "dc=my-domain,$base");
57 string(%d) "dc=my-domain,%s"
61 string(9) "my-domain"
66 string(9) "my-domain"
H A Dldap_delete_basic.phpt14 ldap_add($link, "dc=my-domain,$base", array(
19 "dc" => "my-domain",
20 "o" => "my-domain",
24 ldap_delete($link, "dc=my-domain,$base"),
25 @ldap_search($link, "dc=my-domain,$base", "(o=my-domain)")
35 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_add_basic.phpt16 ldap_add($link, "dc=my-domain,$base", array(
21 "dc" => "my-domain",
22 "o" => "my-domain",
26 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_add_error.phpt37 ldap_add($link, "dc=my-domain,$base", array(
42 "dc" => "my-domain",
43 "o" => "my-domain",
50 ldap_add($link, "dc=my-domain2,dc=com", array(
55 "dc" => "my-domain",
56 "o" => "my-domain",
72 "dc" => "my-domain",
73 "o" => "my-domain",
97 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_mod_add_error.phpt24 var_dump(ldap_mod_add($link, "dc=my-domain,$base", array()));
34 "dc" => "my-domain",
35 "o" => "my-domain",
38 ldap_add($link, "dc=my-domain,$base", $entry);
43 var_dump(ldap_mod_add($link, "dc=my-domain,$base", $entry2));
48 var_dump(ldap_mod_add($link, "dc=my-domain,$base", $entry2));
57 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_modify_error.phpt34 "dc" => "my-domain",
35 "o" => "my-domain",
38 ldap_add($link, "dc=my-domain,$base", $entry);
43 var_dump(ldap_modify($link, "dc=my-domain,$base", $entry2));
48 var_dump(ldap_modify($link, "dc=my-domain,$base", $entry2));
57 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_modify_batch_error.phpt43 "dc" => "my-domain",
44 "o" => "my-domain",
47 ldap_add($link, "dc=my-domain,$base", $entry);
58 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods));
69 var_dump(ldap_modify_batch($link, "dc=my-domain,$base", $mods));
78 ldap_delete($link, "dc=my-domain,$base");
H A Dldap_errno_basic.phpt19 "dc" => "my-domain",
20 "o" => "my-domain",
H A Dldap_error_basic.phpt19 "dc" => "my-domain",
20 "o" => "my-domain",
/PHP-7.3/ext/phar/tests/tar/
H A Dlinks3.phpt15 echo $p['my/file']->getContent();
19 my file
20 my file
/PHP-7.3/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.phpt12 ...and the road becomes my bride
22 But Ill take my time anywhere
23 Free to speak my mind anywhere
26 Where I lay my head is home
32 ...and my ties are severed clean
38 But Ill take my time anywhere
42 Where I lay my head is home
43 But Ill take my time anywhere
47 Where I lay my head is home
48 carved upon my stone
[all …]
H A Dstream_copy_to_stream.phpt133 When the pains of life won't bar my way
136 I'll tear you down into my private hell
140 When the pains of life won't bar my way
143 I'll tear you down into my private hell
149 When the pains of life won't bar my way
152 I'll tear you down into my private hell
/PHP-7.3/ext/reflection/tests/
H A DReflectionFunction_getDocComment.001.phpt12 * my doc comment
39 * my doc comment
/PHP-7.3/ext/standard/tests/streams/
H A Dbug67626.phpt27 stream_wrapper_register("my", "MyStream");
29 $fp = fopen('my://foobar', 'r+');
/PHP-7.3/Zend/tests/
H A Dbug78921.phpt25 public static $prop = 'my property';
36 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-7.3/ext/phar/tests/
H A Dphar_metadata_write.phpt29 $phar->setMetadata(array('my' => 'friend'));
30 $phar->setMetadata(array('my' => 'friend'));
57 ["my"]=>
/PHP-7.3/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-7.3/ext/standard/tests/general_functions/
H A Dbug49692.ini1 //my.ini file
/PHP-7.3/ext/sockets/tests/
H A Dsocket_export_stream-3.phpt34 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
45 string(10) "my message"
H A Dsocket_import_stream-3.phpt33 $so = socket_sendto($sendsock, $m = "my message", strlen($m), 0, "224.0.0.23", 58381);
44 string(10) "my message"
/PHP-7.3/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt41 Warning: Directory::read(): Unable to find my handle property in %s on line %d
44 Warning: Directory::rewind(): Unable to find my handle property in %s on line %d
47 Warning: Directory::close(): Unable to find my handle property in %s on line %d
H A DDirectoryClass_error_001-mb.phpt51 Warning: Directory::read(): Unable to find my handle property in %s on line %d
54 Warning: Directory::rewind(): Unable to find my handle property in %s on line %d
57 Warning: Directory::close(): Unable to find my handle property in %s on line %d
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt52 /* note that there is no savepoint my... */
53 if (false !== ($tmp = mysqli_release_savepoint($link, 'my')))
63 if (true !== ($tmp = mysqli_savepoint($link, 'my')))
69 if (true !== ($tmp = mysqli_release_savepoint($link, 'my')))

Completed in 44 milliseconds

1234