Home
last modified time | relevance | path

Searched refs:res (Results 1 – 25 of 570) sorted by path

12345678910>>...23

/PHP-5.5/
H A D.gitignore178 ext/mbstring/libmbfl/*.res
H A Dacinclude.m41512 int res = 0;
1513 res = res || (snprintf(buf, 2, "marcus") != 6);
1514 res = res || (buf[1] != '\0');
1518 res = res || (buf[0] != 'm');
1519 res = res || (snprintf(NULL, 0, "boerger") != 7);
1520 res = res || (snprintf(buf, sizeof(buf), "%f", 0.12345678) != 8);
1521 exit(res);
/PHP-5.5/TSRM/
H A Dtsrm_win32.c466 BOOL res; in popen_ex() local
542res = CreateProcessAsUser(token_user, NULL, cmd, &security, &security, security.bInheritHandle, dw… in popen_ex()
545res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, … in popen_ex()
549 if (!res) { in popen_ex()
/PHP-5.5/Zend/tests/
H A Dbug26698.phpt26 $res = new Object();
27 $this->three($res->getNone());
39 $res = new Object();
40 $this->three(1, $res->getNone());
52 $res = new Object();
53 $this->three(1, 2, $res->getNone());
/PHP-5.5/Zend/
H A Dzend_alloc.c2465 size_t res = nmemb; in safe_address() local
2470 : "%0"(res), in safe_address()
2478 return res; in safe_address()
2498 : "%0"(res), in safe_address()
2507 return res; in safe_address()
2514 size_t res; in safe_address() local
2528 return res; in safe_address()
2535 size_t res; in safe_address() local
2548 return res; in safe_address()
2561 return (size_t) res; in safe_address()
[all …]
H A Dzend_builtin_functions.c218 ZEND_ARG_INFO(0, res)
H A Dzend_closures.c442 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zval *th… in zend_create_closure() argument
446 object_init_ex(res, zend_ce_closure); in zend_create_closure()
448 closure = (zend_closure *)zend_object_store_get_object(res TSRMLS_CC); in zend_create_closure()
H A Dzend_closures.h31 ZEND_API void zend_create_closure(zval *res, zend_function *op_array, zend_class_entry *scope, zval…
H A Dzend_dtrace.c38 zend_op_array *res; in dtrace_compile_file() local
40 res = compile_file(file_handle, type TSRMLS_CC); in dtrace_compile_file()
43 return res; in dtrace_compile_file()
H A Dzend_exceptions.c612 char *res, **str, *s_tmp; in ZEND_METHOD() local
622 res = estrdup(""); in ZEND_METHOD()
623 str = &res; in ZEND_METHOD()
632 res[res_len] = '\0'; in ZEND_METHOD()
633 RETURN_STRINGL(res, res_len, 0); in ZEND_METHOD()
H A Dzend_hash.c1592 Bucket *p, *res; in zend_hash_minmax() local
1601 res = p = ht->pListHead; in zend_hash_minmax()
1604 if (compar(&res, &p TSRMLS_CC) < 0) { /* max */ in zend_hash_minmax()
1605 res = p; in zend_hash_minmax()
1608 if (compar(&res, &p TSRMLS_CC) > 0) { /* min */ in zend_hash_minmax()
1609 res = p; in zend_hash_minmax()
1613 *pData = res->pData; in zend_hash_minmax()
/PHP-5.5/ext/bz2/tests/
H A Dbug72613.phpt13 $res = bzread($fp);
14 if ($res === FALSE) {
17 $data .= $res;
/PHP-5.5/ext/calendar/
H A Deaster.c39 struct tm b, *res; in _cal_easter() local
41 res = php_localtime_r(&a, &b); in _cal_easter()
42 if (!res) { in _cal_easter()
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c45 HRESULT res = E_FAIL; in PHP_FUNCTION() local
186 if (SUCCEEDED(res)) { in PHP_FUNCTION()
205 if (SUCCEEDED(res)) { in PHP_FUNCTION()
206 res = qi.hr; in PHP_FUNCTION()
212 if (SUCCEEDED(res)) { in PHP_FUNCTION()
224 if (FAILED(res)) { in PHP_FUNCTION()
227 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
295 HRESULT res; in PHP_FUNCTION() local
309 if (FAILED(res)) { in PHP_FUNCTION()
314 if (FAILED(res)) { in PHP_FUNCTION()
[all …]
H A Dcom_handlers.c37 HRESULT res; in com_property_read() local
54 if (res == SUCCESS) { in com_property_read()
57 } else if (res == DISP_E_BADPARAMCOUNT) { in com_property_read()
132 HRESULT res; in com_write_dimension() local
166 res = SafeArrayPutElement(V_ARRAY(&obj->v), &indices, &v); in com_write_dimension()
173 if (FAILED(res)) { in com_write_dimension()
174 php_com_throw_exception(res, NULL TSRMLS_CC); in com_write_dimension()
494 HRESULT res = S_OK; in com_object_cast() local
527 res = VariantChangeType(&v, &v, 0, vt); in com_object_cast()
530 if (SUCCEEDED(res)) { in com_object_cast()
[all …]
H A Dcom_persist.c339 HRESULT res; in CPH_METHOD() local
371 HRESULT res; in CPH_METHOD() local
434 HRESULT res; in CPH_METHOD() local
481 HRESULT res; in CPH_METHOD() local
500 if (res != S_OK) { in CPH_METHOD()
513 HRESULT res; in CPH_METHOD() local
540 HRESULT res; in CPH_METHOD() local
561 res = S_OK; in CPH_METHOD()
586 if (FAILED(res)) { in CPH_METHOD()
600 HRESULT res; in CPH_METHOD() local
[all …]
H A Dcom_saproxy.c98 HRESULT res; in saproxy_read_dimension() local
120 res = php_com_do_invoke(proxy->obj, Z_STRVAL_P(proxy->indices[0]), in saproxy_read_dimension()
124 if (res == SUCCESS) { in saproxy_read_dimension()
127 } else if (res == DISP_E_BADPARAMCOUNT) { in saproxy_read_dimension()
187 res = SafeArrayGetElement(sa, indices, &v); in saproxy_read_dimension()
190 res = SafeArrayGetElement(sa, indices, &v.lVal); in saproxy_read_dimension()
195 if (SUCCEEDED(res)) { in saproxy_read_dimension()
198 php_com_throw_exception(res, NULL TSRMLS_CC); in saproxy_read_dimension()
215 HRESULT res; in saproxy_write_dimension() local
276 if (FAILED(res)) { in saproxy_write_dimension()
[all …]
H A Dcom_variant.c407 HRESULT res; in PHP_FUNCTION() local
451 if (FAILED(res)) { in PHP_FUNCTION()
959 VARIANT res; in PHP_FUNCTION() local
971 VariantInit(&res); in PHP_FUNCTION()
984 V_VT(&res) = VT_DATE; in PHP_FUNCTION()
989 VariantClear(&res); in PHP_FUNCTION()
1017 HRESULT res; in PHP_FUNCTION() local
1027 if (SUCCEEDED(res)) { in PHP_FUNCTION()
1035 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1053 HRESULT res; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/curl/
H A Dcurl_file.c75 zval *res; in curlfile_get_property() local
79 res = zend_read_property(curl_CURLFile_class, getThis(), name, strlen(name), 1 TSRMLS_CC); in curlfile_get_property()
80 *return_value = *res; in curlfile_get_property()
H A Dinterface.c3497 char *str = NULL, *res = NULL; in PHP_FUNCTION() local
3508 if ((res = curl_easy_escape(ch->cp, str, str_len))) { in PHP_FUNCTION()
3509 RETVAL_STRING(res, 1); in PHP_FUNCTION()
3510 curl_free(res); in PHP_FUNCTION()
/PHP-5.5/ext/date/lib/
H A Dparse_date.c740 timelib_tzinfo *res; in timelib_parse_zone() local
783 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) { in timelib_parse_zone()
784 t->tz_info = res; in timelib_parse_zone()
H A Dparse_date.re738 timelib_tzinfo *res;
781 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) {
782 t->tz_info = res;
H A Dtm2unixtime.c316 timelib_sll res = 0; in do_years() local
342 return res; in do_years()
361 timelib_sll res = 0; in do_time() local
363 res += hour * 3600; in do_time()
364 res += minute * 60; in do_time()
365 res += second; in do_time()
366 return res; in do_time()
439 timelib_sll res = 0; in timelib_update_ts() local
448 time->sse = res; in timelib_update_ts()
451 time->sse = res; in timelib_update_ts()
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug35885.phpt11 $res = ($ts == $ts2);
12 var_dump($res);
14 if (!$res) {
H A Dbug41964.phpt10 var_dump($res['zone'], $res['tz_abbr']);
13 $res = date_parse('A ');
14 var_dump($res['zone'], $res['tz_abbr']);
17 $res = date_parse('A');
18 var_dump($res['zone'], $res['tz_abbr']);
21 $res = date_parse('a ');
22 var_dump($res['zone'], $res['tz_abbr']);
25 $res = date_parse('a');
26 var_dump($res['zone'], $res['tz_abbr']);
30 var_dump($res['zone'], $res['tz_abbr']);
[all …]

Completed in 174 milliseconds

12345678910>>...23