Home
last modified time | relevance | path

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

/PHP-5.3/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.3/sapi/phttpd/
H A Dphttpd.c203 Ns_DString ds; in php_phttpd_request_ctor()
210 Ns_DStringInit(&ds); in php_phttpd_request_ctor()
211 Ns_UrlToFile(&ds, server, NSG(conn->request->url)); in php_phttpd_request_ctor()
214 SG(request_info).path_translated = strdup(Ns_DStringValue(&ds)); in php_phttpd_request_ctor()
215 Ns_DStringFree(&ds); in php_phttpd_request_ctor()
/PHP-5.3/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.3/ext/ldap/tests/
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.3/pear/
H A DMakefile.frag11 PEAR_SUFFIX = -ds a$(program_suffix)
/PHP-5.3/Zend/
H A Dzend_strtod.c1488 double ds; in zend_dtoa() local
1583 k = (int)ds; in zend_dtoa()
1584 if (ds < 0. && ds != k) in zend_dtoa()
1656 ds = tens[k&0xf]; in zend_dtoa()
1667 ds *= bigtens[i]; in zend_dtoa()
1669 value(d) /= ds; in zend_dtoa()
1751 ds = tens[k]; in zend_dtoa()
1759 L = value(d) / ds; in zend_dtoa()
1760 value(d) -= L*ds; in zend_dtoa()
1765 value(d) += ds; in zend_dtoa()
[all …]
/PHP-5.3/ext/phar/
H A Dphar.c106 char ds[2]; in phar_split_cache_list() local
114 ds[0] = DEFAULT_DIR_SEPARATOR; in phar_split_cache_list()
115 ds[1] = '\0'; in phar_split_cache_list()
135 for (key = php_strtok_r(tmp, ds, &lasts); in phar_split_cache_list()
137 key = php_strtok_r(NULL, ds, &lasts)) { in phar_split_cache_list()
/PHP-5.3/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.3/ext/fileinfo/tests/
H A Dmagic3335 #16 beshort 0x3d3d image/x-3ds

Completed in 71 milliseconds