Home
last modified time | relevance | path

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

1...<<212223

/PHP-5.5/ext/standard/tests/file/
H A Drename_variation10.phpt117 $res = rename($old_name, $new_name, $value);
118 var_dump($res);
119 if ($res == true) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt17 if (!$res = mysqli_query($link, $sql)) {
22 if (!$row = mysqli_fetch_assoc($res)) {
28 mysqli_free_result($res);
H A Dmysqli_stmt_execute_stored_proc.phpt84 if (!$res = mysqli_stmt_get_result($stmt))
87 if ((!($row = mysqli_fetch_assoc($res))) || ($row['_version'] == ""))
92 mysqli_free_result($res);
H A Dmysqli_prepare.phpt27 if (!$res = mysqli_query($link, "SELECT id, label FROM test", MYSQLI_USE_RESULT))
33 mysqli_free_result($res);
H A Dmysqli_debug_mysqlnd_control_string.phpt38 if (!$res = mysqli_query($link, 'SELECT * FROM test')) {
46 while ($row = mysqli_fetch_assoc($res))
48 mysqli_free_result($res);
H A Dmysqli_debug_control_string.phpt37 if (!$res = mysqli_query($link, 'SELECT * FROM test')) {
H A Dmysqli_affected_rows.phpt95 if (!($res = mysqli_query($link, sprintf("SHOW CHARACTER SET LIKE '%s'", $charset))))
97 mysqli_free_result($res);
H A Dmysqli_stmt_execute_stored_proc_out.phpt56 if (!$res = $link->query("SELECT 1"))
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c425 if (res) { in ZEND_GET_MODULE()
426 if (res->values) { in ZEND_GET_MODULE()
431 efree(res->values); in ZEND_GET_MODULE()
432 res->values = NULL; in ZEND_GET_MODULE()
434 if (res->stmt) { in ZEND_GET_MODULE()
436 SQLTransact(res->conn_ptr->henv, res->conn_ptr->hdbc, in ZEND_GET_MODULE()
445 efree(res); in ZEND_GET_MODULE()
472 odbc_result *res; in _close_odbc_conn() local
480 res = (odbc_result *)ptr; in _close_odbc_conn()
501 odbc_result *res; in _close_odbc_pconn() local
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_resource_type_variation1.phpt18 $res = fopen(__FILE__, "r");
/PHP-5.5/ext/standard/tests/math/
H A Dpow_basic.phpt43 $res = pow($base, $exponent);
44 echo $res;
H A Dpow_basic_64bit.phpt43 $res = pow($base, $exponent);
44 echo $res;
H A Datan2_basic.phpt35 $res = atan2($valuesy[$i], $valuesx[$j]);
37 var_dump($res);
H A Dround_basic.phpt43 $res = round($values[$i], $precision[$j]);
45 var_dump($res);
/PHP-5.5/ext/snmp/
H A Dsnmp.c1134 struct sockaddr **res; in netsnmp_session_init() local
1187 res = psal; in netsnmp_session_init()
1191 if (force_ipv6 && (*res)->sa_family != AF_INET6) { in netsnmp_session_init()
1192 res++; in netsnmp_session_init()
1195 if ((*res)->sa_family == AF_INET6) { in netsnmp_session_init()
1198 inet_ntop((*res)->sa_family, &(((struct sockaddr_in6*)(*res))->sin6_addr), pptr, MAX_NAME_LEN); in netsnmp_session_init()
1200 } else if ((*res)->sa_family == AF_INET) { in netsnmp_session_init()
1201 inet_ntop((*res)->sa_family, &(((struct sockaddr_in*)(*res))->sin_addr), pptr, MAX_NAME_LEN); in netsnmp_session_init()
1203 res++; in netsnmp_session_init()
1207 if ((*res)->sa_family != AF_INET) { in netsnmp_session_init()
[all …]
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c493 int res = my_zend_hash_get_current_key(ht, &my_key, &num_index); in determine_vector_type() local
495 if (res == HASH_KEY_IS_LONG) { in determine_vector_type()
505 } else if (res == HASH_KEY_NON_EXISTENT) { in determine_vector_type()
507 } else if (res == HASH_KEY_IS_STRING) { in determine_vector_type()
591 int res = my_zend_hash_get_current_key(Z_ARRVAL_P(val_arr), &my_key, &num_index); in PHP_to_XMLRPC_worker() local
593 switch (res) { in PHP_to_XMLRPC_worker()
602 if (res == HASH_KEY_IS_LONG) { in PHP_to_XMLRPC_worker()
/PHP-5.5/ext/gmp/
H A Dgmp.c1247 int res; local
1257 res=mpz_invert(*gmpnum_result, *gmpnum_a, *gmpnum_b);
1260 if (res) {
1291 int use_si = 0, res; local
1307 res = mpz_cmp_si(*gmpnum_a, Z_LVAL_PP(b_arg));
1309 res = mpz_cmp(*gmpnum_a, *gmpnum_b);
1314 RETURN_LONG(res);
/PHP-5.5/win32/build/
H A DMakefile70 PHPDLL_RES=$(BUILD_DIR)\$(PHPDLL).res
119 …-@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
131 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DI…
/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/ext/oci8/tests/
H A Ddbmsoutput.phpt65 $res = false;
67 $res[] = $ln; // append each line to the array
69 return $res;
77 $res = array();
84 $res = array_merge($res, array_slice($lines, 0, $numlines));
87 return $res;
94 $res = false;
96 $res[] = $row[0];
98 return $res;
/PHP-5.5/ext/pgsql/
H A Dpgsql.c901 PGresult *res; in _close_pgsql_link() local
904 PQclear(res); in _close_pgsql_link()
916 PGresult *res; in _close_pgsql_plink() local
919 PQclear(res); in _close_pgsql_plink()
965 PGresult *res; in _rollback_transactions() local
979 PQclear(res); in _rollback_transactions()
991 PQclear(res); in _rollback_transactions()
994 PQclear(res); in _rollback_transactions()
1677 PGresult *res; local
1693 PQclear(res);
[all …]
/PHP-5.5/Zend/
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_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()
/PHP-5.5/ext/filter/
H A Dlogical_filters.c730 int res = 0; in php_filter_validate_ip() local
731 res = _php_filter_validate_ipv6(Z_STRVAL_P(value), Z_STRLEN_P(value) TSRMLS_CC); in php_filter_validate_ip()
732 if (res < 1) { in php_filter_validate_ip()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_process_ctl.c155 int res = kill(child->pid, signo); in fpm_pctl_kill_all() local
161 if (res == 0) { in fpm_pctl_kill_all()

Completed in 80 milliseconds

1...<<212223