| /PHP_5_5/Zend/ |
| H A D | zend_dtrace.c | 38 zend_op_array *res; local 40 res = compile_file(file_handle, type TSRMLS_CC); 43 return res;
|
| /PHP_5_5/ext/soap/interop/ |
| H A D | client_round2_params.php | 109 $res = $fault->faultcode; variable 110 $pos = strpos($res,':'); 112 $res = substr($res,$pos+1); variable 115 print "<font color=\"#ff0000\">FAILED: [$res] {$fault->faultstring}</font>\n"; 117 print "FAILED: [$res] {$fault->faultstring}\n";
|
| H A D | test.utility.php | 138 $res = ob_get_contents(); variable 140 return $res;
|
| /PHP_5_5/ext/xmlwriter/examples/ |
| H A D | xmlwriter_file.php | 6 $res = xmlwriter_set_indent_string($xw, ' '); variable
|
| H A D | xmlwriter_mem.php | 6 $res = xmlwriter_set_indent_string($xw, ' '); variable 22 $res = xmlwriter_start_comment($xw); variable 24 $res = xmlwriter_end_comment($xw); variable
|
| H A D | xmlwriter_mem_ns.php | 6 $res = xmlwriter_set_indent_string($xw, ' '); variable
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_atomic.h | 45 unsigned char res; local 48 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); 50 return res; 71 unsigned char res; local 74 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); 76 return res;
|
| H A D | fpm_events.c | 55 int res, ret; local 60 res = read(fd, &c, 1); 61 } while (res == -1 && errno == EINTR); 63 if (res <= 0) { 64 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) {
|
| H A D | fpm_process_ctl.c | 155 int res = kill(child->pid, signo); local 161 if (res == 0) {
|
| H A D | fpm_stdio.c | 97 int res; local 112 res = read(fd, buf + in_buf, max_buf_size - 1 - in_buf); 113 if (res <= 0) { /* no data */ 115 if (res < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) { 119 if (res < 0) { /* error */ 135 in_buf += res;
|
| /PHP_5_5/ext/fileinfo/ |
| H A D | fileinfo.php | 10 $res = finfo_open(FILEINFO_MIME); /* return mime type ala mimetype extension */ variable 13 echo finfo_file($res, $file) . "\n"; 15 finfo_close($res);
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_io_ss.c | 82 int res; local 86 res = ((lctx->src->source) (lctx->src->context, buf, size)); 93 if (res == 0) { 95 } else if (res < 0) { 98 return res; 104 int res; local 107 res = sourceGetbuf (ctx, &buf, 1); 109 if (res == 1) { 119 int res; local 123 res [all...] |
| /PHP_5_5/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.cpp | 213 UBool res = utext_moveIndex32(this->fText, n); local 219 if (res) {
|
| H A D | breakiterator_methods.cpp | 165 int res = zend_get_parameters_ex(1, &textzv); local 166 assert(res == SUCCESS); 212 int32_t res = (bio->biter->*func)(); local 214 RETURN_LONG((long)res); 244 int32_t res = (bio->biter->*func)((int32_t)arg); local 246 RETURN_LONG((long)res); 278 int res = zend_get_parameters_ex(1, &arg); local 279 assert(res == SUCCESS); 312 int32_t res = bio->biter->current(); local 314 RETURN_LONG((long)res); 353 UBool res = bio->biter->isBoundary((int32_t)offset); local [all...] |
| /PHP_5_5/ext/intl/calendar/ |
| H A D | calendar_class.cpp | 209 int32_t res = cal->get(debug_info_fields[i].field, uec); local 211 add_assoc_long(zfields, name, (long)res);
|
| /PHP_5_5/ext/intl/dateformat/ |
| H A D | dateformat_attrcpp.cpp | 58 UnicodeString res = UnicodeString(); local 59 fetch_datefmt(dfo)->getTimeZone().getID(res); 60 intl_charFromString(res, &Z_STRVAL_P(return_value),
|
| /PHP_5_5/ext/intl/ |
| H A D | intl_convertcpp.cpp | 51 * faster than doing intl_convert_utf16_to_utf8(&res, &res_len, 54 int intl_charFromString(const UnicodeString &from, char **res, int *res_len, UErrorCode *status) argument 65 *res = (char*)emalloc(1); 66 **res = '\0'; 71 *res = (char*)emalloc(capacity); 76 u_strToUTF8WithSub(*res, capacity - 1, &actual_len, utf16buf, from.length(), 80 efree(*res); 81 *res = NULL; 84 (*res)[actual_len] = '\0';
|
| /PHP_5_5/ext/calendar/ |
| H A D | easter.c | 39 struct tm b, *res; local 41 res = php_localtime_r(&a, &b); 42 if (!res) {
|
| /PHP_5_5/ext/dba/libflatfile/ |
| H A D | flatfile.c | 213 datum res; local 234 res.dptr = buf; 235 res.dsize = num; 236 return res; 252 res.dptr = NULL; 253 res.dsize = 0; 254 return res; 261 datum res; local 294 res.dptr = buf; 295 res [all...] |
| /PHP_5_5/ext/mbstring/ |
| H A D | mb_gpc.c | 56 char *res = NULL, *separator=NULL; local 105 res = (char *) estrdup(c_var); 113 res = (char *) estrdup(c_var); 119 res = str; 123 if (!res) { 164 detected = _php_mb_encoding_handler_ex(&info, array_ptr, res TSRMLS_CC); 189 efree(res); 195 const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_handler_info_t *info, zval *arg, char *res TSRMLS_DC) 212 if (!res || *res [all...] |
| H A D | php_unicode.c | 309 int res = php_unicode_is_prop( local 313 if (res) { 320 if (res) {
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_bt.c | 207 char *res = estrdup(""), **str = &res, *s_tmp; local 226 res[res_len] = '\0'; 229 return res;
|
| /PHP_5_5/ext/dba/ |
| H A D | dba_inifile.c | 83 int res; local 91 res = inifile_append(dba, &ini_key, &ini_val TSRMLS_CC); 93 res = inifile_replace(dba, &ini_key, &ini_val TSRMLS_CC); 96 switch(res) { 126 int res; local 131 res = inifile_delete(dba, &ini_key TSRMLS_CC); 134 return (res == -1 ? FAILURE : SUCCESS);
|
| /PHP_5_5/ext/curl/ |
| H A D | curl_file.c | 75 zval *res; local 79 res = zend_read_property(curl_CURLFile_class, getThis(), name, strlen(name), 1 TSRMLS_CC); 80 *return_value = *res;
|
| /PHP_5_5/ext/opcache/Optimizer/ |
| H A D | pass1_5.c | 162 zval res; variable 163 res = ZEND_OP1_LITERAL(opline); 164 zval_copy_ctor(&res); variable 167 convert_to_null(&res); variable 170 convert_to_boolean(&res); variable 173 convert_to_long(&res); variable 176 convert_to_double(&res); variable 179 convert_to_string(&res); variable 185 ZEND_OP1_LITERAL(opline) = res;
|