Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/ldap/tests/
H A Dldap_search_variation2.phpt20 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=person)", array('sn'), 1),
49 string(28) "cn=userA,dc=my-domain,dc=com"
63 string(28) "cn=userB,dc=my-domain,dc=com"
77 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
H A Dldap_mod_del_error.phpt18 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com"));
21 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com", array(), "Additional data"));
24 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com", array()));
30 var_dump(ldap_mod_del($link, "dc=my-domain,dc=com", array('dc')));
39 ldap_delete($link, "dc=my-domain,dc=com");
H A Dldap_mod_replace_error.phpt18 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com"));
21 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com", array(), "Additional data"));
24 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com", array()));
30 var_dump(ldap_mod_replace($link, "dc=my-domain,dc=com", array('dc')));
39 ldap_delete($link, "dc=my-domain,dc=com");
H A Dldap_mod_replace_basic.phpt21 ldap_mod_replace($link, "cn=userA,dc=my-domain,dc=com", $entry),
24 ldap_search($link, "dc=my-domain,dc=com", "(description=user X)", array("description"))
56 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_get_attributes_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
49 string(9) "my-domain"
58 string(9) "my-domain"
H A Dldap_control_paged_results_variation3.phpt17 $dn = "dc=my-domain,dc=com";
58 string(28) "cn=userA,dc=my-domain,dc=com"
74 string(28) "cn=userB,dc=my-domain,dc=com"
97 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
H A Dldap_control_paged_results_variation2.phpt17 $dn = "dc=my-domain,dc=com";
53 string(28) "cn=userA,dc=my-domain,dc=com"
69 string(28) "cn=userB,dc=my-domain,dc=com"
H A Dldap_search_variation5.phpt19 $dn = "dc=my-domain,dc=com";
60 string(28) "cn=userA,dc=my-domain,dc=com"
81 string(28) "cn=userA,dc=my-domain,dc=com"
102 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_search_basic.phpt20 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectClass=person)"),
96 string(28) "cn=userA,dc=my-domain,dc=com"
148 string(28) "cn=userB,dc=my-domain,dc=com"
191 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
H A Dldap_rename_error.phpt14 var_dump(ldap_rename($link, "cn=userNotFound,dc=my-domain,dc=com", "cn=userZ", "dc=my-domain,dc=com…
H A Dldap_get_entries_variation.phpt19 ldap_search($link, "dc=my-domain,dc=com", "(o=my-unexisting-domain)")
H A DREADME22 suffix "dc=my-domain,dc=com"
24 rootdn "cn=Manager,dc=my-domain,dc=com"
31 cn=Manager,dc=my-domain,dc=com
43 LDAP_TEST_USER (default: cn=Manager,dc=my-domain,dc=com) DN used for binding
H A Dldap_get_dn_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
30 string(19) "dc=my-domain,dc=com"
H A Dldap_get_values_len_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
32 string(9) "my-domain"
H A Dldap_modify_batch_basic.phpt36 ldap_modify_batch($link, "cn=userA,dc=my-domain,dc=com", $mods),
37 ldap_get_entries($link, ldap_search($link, "dc=my-domain,dc=com", "(sn=Brown-Smith)"))
106 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_mod_del_basic.phpt21 ldap_mod_del($link, "cn=userA,dc=my-domain,dc=com", $entry),
24 ldap_search($link, "dc=my-domain,dc=com", "(description=user A)")
H A Dldap_compare_basic.phpt16 ldap_compare($link, "cn=userA,dc=my-domain,dc=com", "sn", "testSN1"),
17 ldap_compare($link, "cn=userA,dc=my-domain,dc=com", "telephoneNumber", "yy-yy-yy-yy-yy")
/PHP-5.5/ext/standard/tests/file/
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 Dbug38086.txt2 When the pains of life won't bar my way
5 I'll tear you down into my private hell
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-5.5/ext/reflection/tests/
H A DReflectionFunction_getDocComment.001.phpt13 * my doc comment
40 * my doc comment
/PHP-5.5/ext/standard/tests/streams/
H A Dbug67626.phpt27 stream_wrapper_register("my", "MyStream");
29 $fp = fopen('my://foobar', 'r+');
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62479.phpt50 $sql = sprintf($template, 'my password');
52 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "my password");
61 $sql = sprintf($template, "my pass''word");
64 $testConn = new PDO($conf['ENV']['PDOTEST_DSN'], $user, "my pass'word");
/PHP-5.5/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!
/PHP-5.5/ext/phar/tests/
H A Dphar_metadata_write.phpt30 $phar->setMetadata(array('my' => 'friend'));
31 $phar->setMetadata(array('my' => 'friend'));
58 ["my"]=>

Completed in 26 milliseconds

123456