Home
last modified time | relevance | path

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

/PHP-5.5/ext/simplexml/tests/
H A Dbug67116.phpt17 <ds><d id="d"></d></ds>
41 [ds] => SimpleXMLElement Object
/PHP-5.5/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.5/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.5/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.5/ext/ldap/tests/
H A Dldap_unbind_variation.phpt13 function rebind_proc ($ds, $ldap_url) {
H A Dldap_set_rebind_proc_basic.phpt13 function rebind_proc ($ds, $ldap_url) {
H A Dldap_set_rebind_proc_error.phpt22 function rebind_proc ($ds, $ldap_url) {
/PHP-5.5/pear/
H A DMakefile.frag11 PEAR_SUFFIX = -ds a$(program_suffix)
/PHP-5.5/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.5/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.5/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.phpt114 printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $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);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3554 #16 beshort 0x3d3d image/x-3ds
5872 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
5913 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
5958 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
6848 # assembler instructions: cli;xor ax,ax;mov ds,ax;mov es,ax;mov ss,

Completed in 80 milliseconds