Home
last modified time | relevance | path

Searched refs:res (Results 576 – 588 of 588) sorted by relevance

1...<<21222324

/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c487 int i, n, num, bad, res; in mbfl_encoding_detector_feed() local
491 res = 0; in mbfl_encoding_detector_feed()
509 res = 1; in mbfl_encoding_detector_feed()
517 return res; in mbfl_encoding_detector_feed()
/PHP-5.6/ext/soap/
H A Dphp_http.c826 … int res = zend_hash_get_current_key_ex(Z_ARRVAL_PP(cookies), &key, &key_len, &numindx, 0, NULL); in make_http_soap_request() local
829 if (res == HASH_KEY_IS_STRING && Z_TYPE_PP(data) == IS_ARRAY) { in make_http_soap_request()
/PHP-5.6/ext/session/
H A Dsession.c1167 struct tm tm, *res;
1170 res = php_gmtime_r(when, &tm);
1172 if (!res) {
/PHP-5.6/ext/phar/
H A Dphar.c3335 zend_op_array *res; local
3382 res = phar_orig_compile_file(file_handle, type TSRMLS_CC);
3385 res = NULL;
3396 return res;
/PHP-5.6/ext/mbstring/
H A Dmbstring.c1120 char *res; in php_mb_rfc1867_getword() local
1141 res = estrdup(*line); in php_mb_rfc1867_getword()
1143 return res; in php_mb_rfc1867_getword()
1146 res = estrndup(*line, pos - *line); in php_mb_rfc1867_getword()
1153 return res; in php_mb_rfc1867_getword()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2106 + char *res;
2144 + res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
2151 + if (NULL == res) {
2156 + strncpy(ms->o.buf, res, res_len);
2159 + efree(res);
/PHP-5.6/ext/date/lib/
H A Dparse_date.re748 timelib_tzinfo *res;
791 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) {
792 t->tz_info = res;
H A Dparse_date.c750 timelib_tzinfo *res; in timelib_parse_zone() local
793 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) { in timelib_parse_zone()
794 t->tz_info = res; in timelib_parse_zone()
/PHP-5.6/ext/zip/
H A Dphp_zip.c1609 int res = zip_set_default_password(intern, (const char *)password); in ZIPARCHIVE_METHOD() local
1610 if (res == 0) { in ZIPARCHIVE_METHOD()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_net.c419 if (res == Z_OK) { in MYSQLND_METHOD()
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug37083.phpt53 $res=$ws->search($search,0,10);
/PHP-5.6/Zend/
H A Dzend_builtin_functions.c218 ZEND_ARG_INFO(0, res)
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic9136 # MULTIBEAM SONARS http://www.ldeo.columbia.edu/res/pi/MB-System/formatdoc/
14536 # .res
14537 0 string \000\000\000\000\040\000\000\000\377 MSVC .res
14538 0 string \377\003\000\377\001\000\020\020\350 MSVC .res
14539 0 string \377\003\000\377\001\000\060\020\350 MSVC .res

Completed in 182 milliseconds

1...<<21222324