Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/
H A Dspecific_namespace_behaviour.phpt11 <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
12 </ds:Signature>
24 <xml><child><wsse:Security xmlns:wsse="foo:bar" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
25 <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
26 </ds:Signature>
/php-src/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.phpt20 $ds=opendir($path, $context);
21 var_dump($ds);
22 while ($fn=readdir($ds)) {
H A Dbug72771.phpt17 $ds=opendir($path, $context);
18 var_dump($ds);
H A Dbug73457.phpt18 $ds=file_get_contents($path);
19 var_dump($ds);
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt7 $ds = [
15 proc_open([], $ds, $pipes);
22 proc_open(["php\0oops"], $ds, $pipes);
29 proc_open(["php", "array\0oops"], $ds, $pipes);
36 proc_open([""], $ds, $pipes);
42 $proc = proc_open([$php, '-r', 'echo "Hello World!\n";'], $ds, $pipes);
51 $proc = proc_open($cmd, $ds, $pipes);
56 $proc = proc_open($cmd, $ds, $pipes, null, $env);
71 $proc = proc_open($cmd, $ds, $pipes);
H A Dproc_open.phpt10 $ds = array(
18 $ds,
H A Dproc_open-mb1.phpt16 $ds = array(
24 $ds,
H A Dproc_open-mb0.phpt16 $ds = array(
24 $ds,
H A Dproc_open02.phpt10 $ds = array(array('pipe', 'r'));
14 $ds,
/php-src/ext/simplexml/tests/
H A Dbug67116.phpt15 <ds><d id="d"></d></ds>
39 [ds] => SimpleXMLElement Object
/php-src/ext/ldap/tests/
H A Dldap_unbind_variation.phpt14 function rebind_proc ($ds, $ldap_url) {
H A Dldap_set_rebind_proc_basic.phpt14 function rebind_proc ($ds, $ldap_url) {
H A Dldap_set_rebind_proc_error.phpt23 function rebind_proc ($ds, $ldap_url) {
/php-src/pear/
H A DMakefile.frag9 PEAR_SUFFIX = -ds a$(program_suffix)
/php-src/Zend/
H A Dzend_strtod.c3750 double ds; in zend_dtoa() local
3885 k = (int)ds; in zend_dtoa()
3886 if (ds < 0. && ds != k) in zend_dtoa()
3972 ds = tens[k&0xf]; in zend_dtoa()
3983 ds *= bigtens[i]; in zend_dtoa()
3985 dval(&u) /= ds; in zend_dtoa()
4080 ds = tens[k]; in zend_dtoa()
4089 dval(&u) -= L*ds; in zend_dtoa()
4094 dval(&u) += ds; in zend_dtoa()
4114 if (dval(&u) >= ds) in zend_dtoa()
[all …]
/php-src/ext/phar/
H A Dphar.c92 char ds[2]; in phar_split_cache_list() local
100 ds[0] = DEFAULT_DIR_SEPARATOR; in phar_split_cache_list()
101 ds[1] = '\0'; in phar_split_cache_list()
120 for (key = php_strtok_r(tmp, ds, &lasts); in phar_split_cache_list()
122 key = php_strtok_r(NULL, ds, &lasts)) { in phar_split_cache_list()
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt86 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, $mysqli->errno, $mysqli->error, $sql);
H A Dmysqli_fetch_all_oo.phpt102 printf("[%04ds] [%d] %s - %s\n", $offset + 1, $link->errno, $link->error, $sql);
H A Dmysqli_fetch_array.phpt84 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6145 0 name nintendo-3ds-bcstm-fields
6168 >>0 use nintendo-3ds-bcstm-fields
6170 >>0 use \^nintendo-3ds-bcstm-fields
6182 >>0 use nintendo-3ds-bcstm-fields
6184 >>0 use \^nintendo-3ds-bcstm-fields
6187 0 name nintendo-3ds-bcwav-fields
6206 >>0 use nintendo-3ds-bcwav-fields
6208 >>0 use \^nintendo-3ds-bcwav-fields
7518 !:mime image/x-3ds
7519 !:ext 3ds
[all …]
H A Dmagic6145 0 name nintendo-3ds-bcstm-fields
6168 >>0 use nintendo-3ds-bcstm-fields
6170 >>0 use \^nintendo-3ds-bcstm-fields
6182 >>0 use nintendo-3ds-bcstm-fields
6184 >>0 use \^nintendo-3ds-bcstm-fields
6187 0 name nintendo-3ds-bcwav-fields
6206 >>0 use nintendo-3ds-bcwav-fields
6208 >>0 use \^nintendo-3ds-bcwav-fields
7518 !:mime image/x-3ds
7519 !:ext 3ds
[all …]

Completed in 175 milliseconds