/PHP-8.2/ext/dom/tests/ |
H A D | specific_namespace_behaviour.phpt | 11 <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-8.2/ext/standard/tests/streams/ |
H A D | opendir-002.phpt | 15 $ds=opendir($path); 16 var_dump($ds); 18 while ($fn=readdir($ds)) { 22 closedir($ds);
|
H A D | opendir-004.phpt | 20 $ds=opendir($path, $context); 21 var_dump($ds); 22 while ($fn=readdir($ds)) {
|
H A D | bug72771.phpt | 17 $ds=opendir($path, $context); 18 var_dump($ds);
|
H A D | bug73457.phpt | 18 $ds=file_get_contents($path); 19 var_dump($ds);
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | proc_open_array.phpt | 7 $ds = [ 15 proc_open([], $ds, $pipes); 22 proc_open(["php\0oops"], $ds, $pipes); 29 proc_open(["php", "array\0oops"], $ds, $pipes); 35 $proc = proc_open([$php, '-r', 'echo "Hello World!\n";'], $ds, $pipes); 44 $proc = proc_open($cmd, $ds, $pipes); 49 $proc = proc_open($cmd, $ds, $pipes, null, $env); 64 $proc = proc_open($cmd, $ds, $pipes);
|
H A D | proc_open.phpt | 10 $ds = array( 18 $ds,
|
H A D | proc_open-mb1.phpt | 15 $ds = array( 23 $ds,
|
H A D | proc_open-mb0.phpt | 15 $ds = array( 23 $ds,
|
H A D | proc_open02.phpt | 10 $ds = array(array('pipe', 'r')); 14 $ds,
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | bug67116.phpt | 15 <ds><d id="d"></d></ds> 39 [ds] => SimpleXMLElement Object
|
/PHP-8.2/ext/ldap/tests/ |
H A D | ldap_unbind_variation.phpt | 17 function rebind_proc ($ds, $ldap_url) {
|
H A D | ldap_set_rebind_proc_basic.phpt | 17 function rebind_proc ($ds, $ldap_url) {
|
H A D | ldap_set_rebind_proc_error.phpt | 23 function rebind_proc ($ds, $ldap_url) {
|
/PHP-8.2/pear/ |
H A D | Makefile.frag | 9 PEAR_SUFFIX = -ds a$(program_suffix)
|
/PHP-8.2/Zend/ |
H A D | zend_strtod.c | 3757 double ds; in zend_dtoa() local 3892 k = (int)ds; in zend_dtoa() 3893 if (ds < 0. && ds != k) in zend_dtoa() 3979 ds = tens[k&0xf]; in zend_dtoa() 3990 ds *= bigtens[i]; in zend_dtoa() 3992 dval(&u) /= ds; in zend_dtoa() 4087 ds = tens[k]; in zend_dtoa() 4096 dval(&u) -= L*ds; in zend_dtoa() 4101 dval(&u) += ds; in zend_dtoa() 4121 if (dval(&u) >= ds) in zend_dtoa() [all …]
|
/PHP-8.2/ext/phar/ |
H A D | phar.c | 92 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-8.2/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_oo.phpt | 93 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, $mysqli->errno, $mysqli->error, $sql);
|
H A D | mysqli_fetch_all.phpt | 100 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
|
H A D | mysqli_fetch_all_oo.phpt | 112 printf("[%04ds] [%d] %s - %s\n", $offset + 1, $link->errno, $link->error, $sql);
|
H A D | mysqli_fetch_array.phpt | 86 … printf("[%04ds] [%d] %s - %s\n", $offset + 1, mysqli_errno($link), mysqli_error($link), $sql);
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 5625 0 name nintendo-3ds-bcstm-fields 5648 >>0 use nintendo-3ds-bcstm-fields 5650 >>0 use \^nintendo-3ds-bcstm-fields 5662 >>0 use nintendo-3ds-bcstm-fields 5664 >>0 use \^nintendo-3ds-bcstm-fields 5667 0 name nintendo-3ds-bcwav-fields 5686 >>0 use nintendo-3ds-bcwav-fields 5688 >>0 use \^nintendo-3ds-bcwav-fields 6689 !:mime image/x-3ds 6690 !:ext 3ds [all …]
|
H A D | magic私はガラスを食べられます | 5625 0 name nintendo-3ds-bcstm-fields 5648 >>0 use nintendo-3ds-bcstm-fields 5650 >>0 use \^nintendo-3ds-bcstm-fields 5662 >>0 use nintendo-3ds-bcstm-fields 5664 >>0 use \^nintendo-3ds-bcstm-fields 5667 0 name nintendo-3ds-bcwav-fields 5686 >>0 use nintendo-3ds-bcwav-fields 5688 >>0 use \^nintendo-3ds-bcwav-fields 6689 !:mime image/x-3ds 6690 !:ext 3ds [all …]
|