Home
last modified time | relevance | path

Searched refs:res (Results 551 – 567 of 567) sorted by relevance

1...<<212223

/PHP-7.4/ext/soap/
H A Dphp_http.c522 add_property_resource(this_ptr, "httpsocket", stream->res); in make_http_soap_request()
523 GC_ADDREF(stream->res); in make_http_soap_request()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c429 int res = 0; in mbfl_encoding_detector_feed() local
448 res = 1; in mbfl_encoding_detector_feed()
456 return res; in mbfl_encoding_detector_feed()
/PHP-7.4/ext/session/
H A Dsession.c1120 struct tm tm, *res; in strcpy_gmt() local
1123 res = php_gmtime_r(when, &tm); in strcpy_gmt()
1125 if (!res) { in strcpy_gmt()
/PHP-7.4/
H A D.gdbinit246 printf "resource: #%d", $zvalue->value.res->handle
/PHP-7.4/ext/libxml/
H A Dlibxml.c710 GC_ADDREF(stream->res); in _php_libxml_external_entity_loader()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1524 int res = zip_set_default_password(intern, (const char *)password); local
1525 if (res == 0) {
/PHP-7.4/ext/date/lib/
H A Dparse_date.re809 timelib_tzinfo *res;
854 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
855 t->tz_info = res;
H A Dparse_date.c811 timelib_tzinfo *res; in timelib_parse_zone() local
856 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) { in timelib_parse_zone()
857 t->tz_info = res; in timelib_parse_zone()
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug37083.phpt53 $res=$ws->search($search,0,10);
/PHP-7.4/Zend/
H A Dzend_compile.c791 zend_string *res = zend_string_alloc(len, 0); in zend_concat3() local
793 memcpy(ZSTR_VAL(res), str1, str1_len); in zend_concat3()
794 memcpy(ZSTR_VAL(res) + str1_len, str2, str2_len); in zend_concat3()
795 memcpy(ZSTR_VAL(res) + str1_len + str2_len, str3, str3_len); in zend_concat3()
796 ZSTR_VAL(res)[len] = '\0'; in zend_concat3() local
798 return res; in zend_concat3()
H A Dzend_builtin_functions.c211 ZEND_ARG_INFO(0, res)
H A Dzend_API.c3908 ZEND_API int zend_try_assign_typed_ref_res(zend_reference *ref, zend_resource *res) /* {{{ */ in zend_try_assign_typed_ref_res() argument
3912 ZVAL_RES(&tmp, res); in zend_try_assign_typed_ref_res()
H A Dzend_vm_def.h6601 zval *res = EX_VAR(opline->op2.var); variable
6604 ZVAL_COPY_VALUE_EX(res, value, gc, value_type);
H A Dzend_vm_execute.h21652 zval *res = EX_VAR(opline->op2.var); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() local
21655 ZVAL_COPY_VALUE_EX(res, value, gc, value_type); in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()
/PHP-7.4/ext/spl/
H A Dspl_directory.c328 ZVAL_RES(&intern->u.file.zresource, intern->u.file.stream->res); in spl_filesystem_file_open()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13648 # MULTIBEAM SONARS https://www.ldeo.columbia.edu/res/pi/MB-System/formatdoc/
21987 # .res
21988 0 string \000\000\000\000\040\000\000\000\377 MSVC .res
21989 0 string \377\003\000\377\001\000\020\020\350 MSVC .res
21990 0 string \377\003\000\377\001\000\060\020\350 MSVC .res
H A Dmagic13648 # MULTIBEAM SONARS https://www.ldeo.columbia.edu/res/pi/MB-System/formatdoc/
21987 # .res
21988 0 string \000\000\000\000\040\000\000\000\377 MSVC .res
21989 0 string \377\003\000\377\001\000\020\020\350 MSVC .res
21990 0 string \377\003\000\377\001\000\060\020\350 MSVC .res

Completed in 390 milliseconds

1...<<212223