Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 20 of 20) sorted by relevance

/PHP-5.6/ext/ldap/tests/
H A Dbug76248.phpt20 $ds = ldap_connect("127.0.0.1", PORT);
21 ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3);
22 $b = ldap_bind($ds, "cn=root,dc=example,dc=com", "secret");
24 $s = ldap_search($ds, "dc=example,dc=com", "(cn=root)");
25 $tt = ldap_get_entries($ds, $s);
H A Dldap_set_rebind_proc_basic.phpt13 function rebind_proc ($ds, $ldap_url) {
H A Dldap_unbind_variation.phpt13 function rebind_proc ($ds, $ldap_url) {
H A Dldap_set_rebind_proc_error.phpt22 function rebind_proc ($ds, $ldap_url) {
/PHP-5.6/ext/standard/tests/streams/
H A Dopendir-002.phpt15 $ds=opendir($path);
16 var_dump($ds);
18 while ($fn=readdir($ds)) {
22 closedir($ds);
H A Dopendir-004.phpt19 $ds=opendir($path, $context);
20 var_dump($ds);
21 while ($fn=readdir($ds)) {
H A Dbug72771.phpt16 $ds=opendir($path, $context);
17 var_dump($ds);
/PHP-5.6/ext/simplexml/tests/
H A Dbug67116.phpt17 <ds><d id="d"></d></ds>
41 [ds] => SimpleXMLElement Object
/PHP-5.6/ext/standard/tests/general_functions/
H A Dproc_open.phpt10 $ds = array(
18 $ds,
H A Dproc_open02.phpt10 $ds = array(array('pipe', 'r'));
14 $ds,
/PHP-5.6/sapi/phttpd/
H A Dphttpd.c198 Ns_DString ds; in php_phttpd_request_ctor()
205 Ns_DStringInit(&ds); in php_phttpd_request_ctor()
206 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_phttpd_request_ctor()
209 SG(request_info).path_translated = strdup(Ns_DStringValue(&ds)); in php_phttpd_request_ctor()
210 Ns_DStringFree(&ds); in php_phttpd_request_ctor()
/PHP-5.6/sapi/aolserver/
H A Daolserver.c434 Ns_DString ds; in php_ns_request_ctor() local
444 Ns_DStringInit(&ds); in php_ns_request_ctor()
445 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_ns_request_ctor()
448 SG(request_info).path_translated = safe_strdup(Ns_DStringValue(&ds)); in php_ns_request_ctor()
449 Ns_DStringFree(&ds); in php_ns_request_ctor()
/PHP-5.6/pear/
H A DMakefile.frag11 PEAR_SUFFIX = -ds a$(program_suffix)
/PHP-5.6/Zend/
H A Dzend_strtod.c1487 double ds; in zend_dtoa() local
1582 k = (int)ds; in zend_dtoa()
1583 if (ds < 0. && ds != k) in zend_dtoa()
1655 ds = tens[k&0xf]; in zend_dtoa()
1666 ds *= bigtens[i]; in zend_dtoa()
1668 value(d) /= ds; in zend_dtoa()
1750 ds = tens[k]; in zend_dtoa()
1758 L = value(d) / ds; in zend_dtoa()
1759 value(d) -= L*ds; in zend_dtoa()
1764 value(d) += ds; in zend_dtoa()
[all …]
/PHP-5.6/ext/phar/
H A Dphar.c104 char ds[2]; in phar_split_cache_list() local
112 ds[0] = DEFAULT_DIR_SEPARATOR; in phar_split_cache_list()
113 ds[1] = '\0'; in phar_split_cache_list()
133 for (key = php_strtok_r(tmp, ds, &lasts); in phar_split_cache_list()
135 key = php_strtok_r(NULL, ds, &lasts)) { in phar_split_cache_list()
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt91 printf("[%04ds] [%d] %s - %s\n", $offset + 1, $mysqli->errno, $mysqli->error, $sql);
H A Dmysqli_fetch_all_oo.phpt115 printf("[%04ds] [%d] %s - %s\n", $offset + 1, $link->errno, $link->error, $sql);
H A Dmysqli_fetch_array.phpt92 printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
H A Dmysqli_fetch_all.phpt114 printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic3758 #16 beshort 0x3d3d image/x-3ds
6348 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
6389 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
6434 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
7377 # assembler instructions: cli;xor ax,ax;mov ds,ax;mov es,ax;mov ss,

Completed in 84 milliseconds