Home
last modified time | relevance | path

Searched refs:my (Results 51 – 75 of 127) sorted by relevance

123456

/PHP-5.5/ext/phar/tests/
H A Dphar_metadata_writeU.phpt30 $phar->setMetadata(array('my' => 'friend'));
31 $phar->setMetadata(array('my' => 'friend'));
58 [u"my"]=>
H A Dphar_isvalidpharfilename.phpt54 var_dump(Phar::isValidPharFilename('my.pharmy'));
55 var_dump(Phar::isValidPharFilename('my.pharmy', true));
56 var_dump(Phar::isValidPharFilename('my.pharmy', false));
120 my.pharmy
/PHP-5.5/ext/ldap/tests/
H A Dldap_list_basic.phpt19 $result = ldap_list($link, "dc=my-domain,dc=com", "(objectClass=person)"),
95 string(28) "cn=userA,dc=my-domain,dc=com"
147 string(28) "cn=userB,dc=my-domain,dc=com"
H A Dldap_control_paged_results_variation1.phpt17 $dn = "dc=my-domain,dc=com";
53 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_search_variation6.phpt19 $dn = "dc=my-domain,dc=com";
115 string(28) "cn=userA,dc=my-domain,dc=com"
167 string(28) "cn=userB,dc=my-domain,dc=com"
210 string(37) "cn=userC,cn=userB,dc=my-domain,dc=com"
H A Dldap_search_variation4.phpt19 $dn = "dc=my-domain,dc=com";
52 string(28) "cn=userA,dc=my-domain,dc=com"
H A Dldap_delete_error.phpt20 var_dump(ldap_delete($link, "dc=my-domain,dc=com", "Additional data"));
31 ldap_delete($link, "dc=my-domain,dc=com"),
H A Dldap_count_entries_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=person)");
H A Dldap_free_result_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=person)");
H A Dldap_first_attribute_basic.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
/PHP-5.5/ext/sockets/tests/
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-5.5/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
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49692.ini1 //my.ini file
/PHP-5.5/ext/zlib/tests/
H A D007.phpt17 $string = "Light of my sun
19 Light in my truth
/PHP-5.5/ext/date/
H A DTODO1 - Port over my 200 test cases to .phpt format.
/PHP-5.5/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-5.5/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-5.5/ext/standard/tests/file/
H A Dbasename_bug66395_variation2-win32.phpt18 echo basename("x:y:z:hello\world:my.stream:\$DATA") . "\n";
35 world:my.stream:$DATA
/PHP-5.5/ext/phar/tests/tar/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt35 $phar->setDefaultStub('my/custom/thingy.php');
47 $phar->setDefaultStub('my/custom/thingy.php', 'the/web.php');
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt35 $phar->setDefaultStub('my/custom/thingy.php');
47 $phar->setDefaultStub('my/custom/thingy.php', 'the/web.php');
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_getFileName.002.phpt10 * my doc comment

Completed in 23 milliseconds

123456