Home
last modified time | relevance | path

Searched refs:res (Results 501 – 525 of 535) sorted by relevance

1...<<2122

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_openbasedir.phpt19 if (!$res = mysqli_query($link, 'SHOW VARIABLES LIKE "local_infile"')) {
H A Dmysqli_class_mysqli_warning.phpt36 $res = $mysqli->query('INSERT INTO test(id, label) VALUES (1, "zz")');
H A Dmysqli_class_mysqli_properties_no_conn.phpt141 $res = @$mysqli->query("SELECT * FROM test");
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dpager.c316 u32 res; in read32bits() local
318 rc = sqliteOsRead(fd, &res, sizeof(res)); in read32bits()
321 memcpy(ac, &res, 4); in read32bits()
322 res = (ac[0]<<24) | (ac[1]<<16) | (ac[2]<<8) | ac[3]; in read32bits()
324 *pRes = res; in read32bits()
/PHP-5.3/ext/standard/tests/math/
H A Dhypot_basic.phpt46 $res = hypot($valuesy[$i], $valuesx[$j]);
47 var_dump($res);
/PHP-5.3/ext/hash/
H A Dhash.c537 int res; in PHP_FUNCTION() local
549 res = hash->ops->hash_copy(hash->ops, hash->context, context); in PHP_FUNCTION()
550 if (res != SUCCESS) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Dvar.c752 int res; in php_var_serialize_intern() local
787res = call_user_function_ex(CG(function_table), &struc, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_… in php_var_serialize_intern()
789 if (res == SUCCESS && !EG(exception)) { in php_var_serialize_intern()
H A Dstring.c154 struct lconv *res; in localeconv_r() local
161 res = localeconv(); in localeconv_r()
163 *out = *res; in localeconv_r()
4185 char *res = NULL; local
4192 res = estrndup(arg, arglen);
4201 sapi_module.treat_data(PARSE_STRING, res, &tmp TSRMLS_CC);
4206 sapi_module.treat_data(PARSE_STRING, res, &ret TSRMLS_CC);
H A Darray.c1199 res; /* comparison result */ in php_search_array() local
1217 is_equal_func(&res, value, *entry TSRMLS_CC); in php_search_array()
1218 if (Z_LVAL(res)) { in php_search_array()
2437 res, /* Result of comparison */ in PHP_FUNCTION() local
2467 is_equal_func(&res, search_value, *entry TSRMLS_CC); in PHP_FUNCTION()
2468 add_key = zval_is_true(&res); in PHP_FUNCTION()
H A Dfile.c1831 int res; in php_copy_file_ctx() local
1841 res = in php_copy_file_ctx()
1850 if (res) { in php_copy_file_ctx()
/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1448 struct addrinfo *res, hints; in LSAPI_ParseSockAddr() local
1523 if ( getaddrinfo(p, NULL, &hints, &res) ) { in LSAPI_ParseSockAddr()
1527 memcpy(pAddr, res->ai_addr, res->ai_addrlen); in LSAPI_ParseSockAddr()
1528 freeaddrinfo(res); in LSAPI_ParseSockAddr()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c32439 int res;
32468 int res;
66094 int res;
66301 int res;
66465 int res;
67027 int res;
67082 int res;
67135 int res;
67339 u.bq.res = -u.bq.res;
95084 res.azResult[0] = SQLITE_INT_TO_PTR(res.nData);
[all …]
/PHP-5.3/ext/spl/
H A Dphp_spl.c765 char *res; in spl_build_class_list_string() local
767 spprintf(&res, 0, "%s, %s", *list, Z_STRVAL_PP(entry)); in spl_build_class_list_string()
769 *list = res; in spl_build_class_list_string()
/PHP-5.3/
H A Dacinclude.m41501 int res = 0;
1502 res = res || (snprintf(buf, 2, "marcus") != 6);
1503 res = res || (buf[1] != '\0');
1507 res = res || (buf[0] != 'm');
1508 res = res || (snprintf(NULL, 0, "boerger") != 7);
1509 res = res || (snprintf(buf, sizeof(buf), "%f", 0.12345678) != 8);
1510 exit(res);
H A D.gitignore172 ext/mbstring/libmbfl/*.res
H A Drun-tests.php1641 if (empty($env['CONTENT_TYPE']) && preg_match('/^Content-Type:(.*)/i', $line, $res)) {
1642 $env['CONTENT_TYPE'] = trim(str_replace("\r", '', $res[1]));
1675 if (empty($env['CONTENT_TYPE']) && preg_match('/^Content-Type:(.*)/i', $line, $res)) {
1676 $env['CONTENT_TYPE'] = trim(str_replace("\r", '', $res[1]));
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c718 char *res; in PHP_FUNCTION() local
730 res = (char *)ap_get_remote_host(r->connection, r->per_dir_config, (int)type); in PHP_FUNCTION()
732 if (res) { in PHP_FUNCTION()
733 RETURN_STRING(res, 1); in PHP_FUNCTION()
/PHP-5.3/ext/phar/
H A Dstream.c394 int res; in phar_stream_seek() local
424 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
427 return res; in phar_stream_seek()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c1834 char *res = estrdup(""), **str = &res, *s_tmp; in mysqlnd_get_backtrace() local
1853 res[res_len] = '\0'; in mysqlnd_get_backtrace()
1856 return res; in mysqlnd_get_backtrace()
/PHP-5.3/ext/interbase/
H A Dinterbase.c1461 char *res; in PHP_FUNCTION() local
1464 l = spprintf(&res, 0, "%" LL_MASK "d", result); in PHP_FUNCTION()
1465 RETURN_STRINGL(res, l, 0); in PHP_FUNCTION()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2020 zval *res, *ctor_params = NULL; local
2034 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z|sz", &res, &class_name, &class_name_len, &…
2051 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &res, &result_type) == FAILURE) {
2065 ZEND_FETCH_RESOURCE(mysql_result, MYSQL_RES *, &res, -1, "MySQL result", le_result);
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c424 int i, n, num, bad, res; in mbfl_encoding_detector_feed() local
428 res = 0; in mbfl_encoding_detector_feed()
446 res = 1; in mbfl_encoding_detector_feed()
454 return res; in mbfl_encoding_detector_feed()
/PHP-5.3/ext/session/
H A Dsession.c1087 struct tm tm, *res;
1090 res = php_gmtime_r(when, &tm);
1092 if (!res) {
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c991 char *res; in sxe_xmlNodeListGetString() local
994 res = estrdup((char*)tmp); in sxe_xmlNodeListGetString()
997 res = STR_EMPTY_ALLOC(); in sxe_xmlNodeListGetString()
1000 return res; in sxe_xmlNodeListGetString()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c2183 int res; in PHP_METHOD() local
2185 res = zend_hash_get_current_key_ex(stmt->bound_params, &str, &len, &num, 0, &pos); in PHP_METHOD()
2186 if (res == HASH_KEY_IS_LONG) { in PHP_METHOD()
2188 } else if (res == HASH_KEY_IS_STRING) { in PHP_METHOD()

Completed in 446 milliseconds

1...<<2122