Searched refs:wb (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 674 int k, wa, wb, wc; local 688 wb = b->wds; 689 wc = wa + wb; 700 xbe = xb + wb; 920 int i, wa, wb; local 947 wb = b->wds; 949 xbe = xb + wb;
|
| /PHP_5_3/ext/phar/tests/tar/files/ |
| H A D | corrupt_tarmaker.php.inc | 139 $this->tmp = gzopen($this->path, 'wb'); 145 $this->tmp = fopen($this->path, 'wb');
|
| H A D | make.dangerous.tar.php.inc | 132 $this->tmp = gzopen($this->path, 'wb'); 138 $this->tmp = fopen($this->path, 'wb');
|
| H A D | tarmaker.php.inc | 131 $this->tmp = gzopen($this->path, 'wb'); 137 $this->tmp = fopen($this->path, 'wb');
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 2342 /* wb+ == O_WRONLY|O_CREAT|O_TRUNC|O_BINARY */ 2344 stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); 2346 stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL);
|
Completed in 10 milliseconds