Home
last modified time | relevance | path

Searched refs:d (Results 6401 – 6425 of 6649) sorted by relevance

1...<<251252253254255256257258259260>>...266

/php-src/build/
H A DMakefile.global120 find . -name .libs -a -type d|xargs rm -rf
133 …rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sa…
/php-src/ext/standard/tests/strings/
H A Dquoted_printable_encode_002.phpt7 var_dump($d = quoted_printable_encode($s));
8 var_dump(quoted_printable_decode($d));
11 var_dump($d = quoted_printable_encode($s));
12 var_dump(quoted_printable_decode($d));
H A Durl_t.phpt63 '/foo.php?a=b&c=d',
64 'foo.php?a=b&c=d',
681 --> /foo.php?a=b&c=d: array(2) {
685 string(7) "a=b&c=d"
688 --> foo.php?a=b&c=d: array(2) {
692 string(7) "a=b&c=d"
H A Dhtml_entity_decode_macroman.phpt143 $d = unpack("H*", $res);
144 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
196 LATIN SMALL LETTER C WITH CEDILLA: &#xE7; => 8d
244 LATIN SMALL LETTER U WITH GRAVE: &#xF9; => 9d
467 &#xE7; => 8d
521 &#xF9; => 9d
/php-src/ext/fileinfo/
H A Dlibmagic.patch370 - struct dirent *d;
372 + php_stream_dirent d;
401 - while ((d = readdir(dir)) != NULL) {
402 - if (d->d_name[0] == '.')
405 + while (php_stream_readdir(dir, &d)) {
705 + file_error(ms, 0, "File %d supports only version %d magic "
1159 cdf_directory_t *d;
1160 char name[__arraycount(d->d_name)];
1293 DPRINTF("Zmagic returns %d\n", rv);
1729 if (file_printf(ms, "%scharacter special (%d/%d/%d)",
[all …]
/php-src/Zend/Optimizer/
H A Dzend_inference.c560 if (temp <= d) { in minOR()
576 if (b & d & m) { in maxOR()
584 d = temp; in maxOR()
590 return b | d; in maxOR()
606 if (temp <= d) { in minAND()
622 if (b & ~d & m) { in maxAND()
628 } else if (~b & d & m) { in maxAND()
631 d = temp; in maxAND()
637 return b & d; in maxAND()
721 tmp->max = d; in zend_ssa_range_and()
[all …]
/php-src/ext/xml/tests/
H A Dxml001.phpt27 die(sprintf("XML error: %s at line %d\n",
H A Dxml003.phpt68 die(sprintf("XML error: %s at line %d\n",
H A Dxml002.phpt69 die(sprintf("XML error: %s at line %d\n",
/php-src/ext/exif/tests/
H A Dbug50845.phpt15 int(%d)
/php-src/Zend/tests/named_params/
H A Dunpack.phpt77 …ference argument 2 of test2() by unpacking a Traversable, passing by-value instead in %s on line %d
/php-src/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A DDatePeriod_set_state_exception.phpt49 $d = DatePeriod::__set_state( $propertySet );
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt9 $date_format = 'Y-m-d H:i:s T e';
/php-src/ext/standard/tests/file/
H A D007_variation14.phpt40 resource(%d) of type (stream)
H A D007_variation22.phpt40 resource(%d) of type (stream)
H A D007_variation6.phpt40 resource(%d) of type (stream)
H A Dchmod_variation2.phpt73 Warning: chmod(): No such file or directory in %s on line %d
H A Dcopy_variation7.phpt63 int(%d)
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c206 double d = zval_get_double(tmpzval); in php_stream_url_wrap_http_ex() local
208 timeout.tv_sec = (time_t) d; in php_stream_url_wrap_http_ex()
209 timeout.tv_usec = (size_t) ((d - timeout.tv_sec) * 1000000); in php_stream_url_wrap_http_ex()
211 timeout.tv_sec = (long) d; in php_stream_url_wrap_http_ex()
212 timeout.tv_usec = (long) ((d - timeout.tv_sec) * 1000000); in php_stream_url_wrap_http_ex()
/php-src/ext/ffi/
H A Dffi.c7129 val->d = (zend_ffi_double)val->u64 OP op2->d; \
7145 val->d = (zend_ffi_double)val->i64 OP op2->d; \
7153 val->d = val->d OP (zend_ffi_double)op2->u64; \
7155 val->d = val->d OP (zend_ffi_double)op2->i64; \
7158 val->d = val->d OP op2->d; \
7160 val->d = val->d OP (zend_ffi_double)op2->ch; \
7173 val->d = (zend_ffi_double)val->ch OP op2->d; \
7284 val->i64 = val->d OP op2->d; \
7460 val->d = val->ch;
7476 val->d = val->ch;
[all …]
/php-src/ext/standard/tests/array/
H A Darray_search_variation4.phpt41 array("c"=> TRUE, "d"=>TRUE)
H A Din_array_variation4.phpt43 array("c"=> TRUE, "d"=>TRUE)

Completed in 84 milliseconds

1...<<251252253254255256257258259260>>...266