Home
last modified time | relevance | path

Searched refs:res (Results 201 – 225 of 597) sorted by relevance

12345678910>>...24

/php-src/ext/opcache/tests/jit/
H A Dadd_001.phpt13 $res = $var + 1;
14 var_dump($res);
H A Dxor_001.phpt13 $res = $var ^ 1;
14 var_dump($res);
H A Dadd_002.phpt13 $res = $var + 0x1000;
14 var_dump($res);
H A Dxor_002.phpt13 $res = $var ^ $var;
14 var_dump($res);
H A Dxor_003.phpt13 $res = $a ^ $b;
14 var_dump($res);
H A Dadd_006.phpt13 $res = $a + $b;
14 var_dump($res);
/php-src/ext/standard/tests/general_functions/
H A Dget_resource_type_basic.phpt7 $res = fopen(__FILE__, "r");
8 var_dump(get_resource_type($res));
/php-src/ext/standard/
H A Dfile.c767 zval *res; in PHP_FUNCTION() local
847 zval *res; in PHP_FUNCTION() local
866 zval *res; in PHP_FUNCTION() local
886 zval *res; in PHP_FUNCTION() local
937 zval *res; in PHP_FUNCTION() local
1000 zval *res; in PHP_FUNCTION() local
1042 zval *res; in PHP_FUNCTION() local
1063 zval *res; in PHP_FUNCTION() local
1082 zval *res; in PHP_FUNCTION() local
1580 int res; in php_copy_file_ctx() local
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_twice.phpt28 if (!($res = mysqli_query($link, "SELECT 'ok' AS it_works")) ||
29 !($row = mysqli_fetch_assoc($res)))
33 mysqli_free_result($res);
44 if (!($res = $link->query("SELECT 'works also with oo' AS syntax")) ||
45 !($row = $res->fetch_assoc()))
49 mysqli_free_result($res);
H A Dmysqli_info.phpt14 if (!$res = mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, 'a')"))
21 if (!$res = mysqli_query($link, "INSERT INTO test(id, label) VALUES (101, 'a'), (102, 'b')"))
27 if (!$res = mysqli_query($link, 'INSERT INTO test(id, label) SELECT id + 200, label FROM test'))
33 if (!$res = mysqli_query($link, 'ALTER TABLE test MODIFY label CHAR(2)'))
39 if (!$res = mysqli_query($link, "UPDATE test SET label = 'b' WHERE id >= 100"))
45 if (!$res = mysqli_query($link, "SELECT 1"))
50 mysqli_free_result($res);
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt25 if (!is_object($res = mysqli_stmt_get_result($stmt)) || 'mysqli_result' != get_class($res)) {
27 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
33 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
37 while ($field = $res->fetch_field()) {
H A Dmysqli_auth_pam.phpt17 if (!$res = $link->query("SHOW PLUGINS"))
21 while ($row = $res->fetch_assoc()) {
27 $res->close();
34 if (!$res = mysqli_query($link, 'SHOW GLOBAL VARIABLES LIKE "pam_use_cleartext_plugin"'))
37 $pam_use_cleartext_plugin = mysqli_fetch_row($res);
38 mysqli_free_result($res);
109 if (!$res = $link->query("SELECT id FROM test WHERE id = 1"))
112 if (!$row = mysqli_fetch_assoc($res)) {
120 $res->close();
H A Dmysqli_poll_reference.phpt50 if ($res = mysqli_reap_async_query($link)) {
51 mysqli_free_result($res);
80 if ($res = mysqli_reap_async_query($link)) {
81 mysqli_free_result($res);
110 if ($res = mysqli_reap_async_query($link)) {
111 mysqli_free_result($res);
153 if ($res = mysqli_reap_async_query($link)) {
154 mysqli_free_result($res);
189 if ($res = mysqli_reap_async_query($link)) {
190 mysqli_free_result($res);
H A Dmysqli_mysqlnd_read_timeout_zero.phpt28 if (!$res = mysqli_query($link, "SELECT SLEEP(2)"))
31 var_dump($res->fetch_assoc());
33 mysqli_free_result($res);
H A Dmysqli_mysqlnd_read_timeout_long.phpt30 if (!$res = mysqli_query($link, "SELECT SLEEP(6)"))
33 var_dump($res->fetch_assoc());
35 mysqli_free_result($res);
H A Dmysqli_stmt_send_long_data.phpt31 if (!$res = mysqli_query($link, "SHOW VARIABLES LIKE 'max_allowed_packet'"))
34 if (!$row = mysqli_fetch_assoc($res))
37 mysqli_free_result($res);
85 if (!$res = mysqli_query($link, "SELECT id, label FROM test ORDER BY id"))
88 if (1 != ($tmp = mysqli_num_rows($res)))
92 if (!$row = mysqli_fetch_assoc($res))
95 mysqli_free_result($res);
H A Dmysqli_options_init_command.phpt24 if (!$res = mysqli_query($link, "SELECT COUNT(id) AS _num_rows FROM test"))
27 $row = mysqli_fetch_assoc($res);
28 mysqli_free_result($res);
43 if (!$res = mysqli_query($link, "SELECT COUNT(id) AS _num_rows FROM test"))
46 $row = mysqli_fetch_assoc($res);
47 mysqli_free_result($res);
/php-src/ext/opcache/
H A Dzend_shared_alloc.c150 int res; in zend_shared_alloc_try() local
158 if (res) { in zend_shared_alloc_try()
160 return res; in zend_shared_alloc_try()
184 int res = ALLOC_FAILURE; in zend_shared_alloc_startup() local
209 if (res) { in zend_shared_alloc_startup()
219 return res; in zend_shared_alloc_startup()
222 if (ALLOC_FALLBACK == res) { in zend_shared_alloc_startup()
232 if (res) { in zend_shared_alloc_startup()
245 return res; in zend_shared_alloc_startup()
248 if (ALLOC_FALLBACK == res) { in zend_shared_alloc_startup()
[all …]
/php-src/ext/openssl/tests/
H A Dbug39217.phpt10 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
11 print_r($res['serialNumber']);
/php-src/ext/intl/tests/
H A Dbug62070_3.phpt12 $res = collator_get_sort_key($coll, $s1);
14 echo urlencode($res);
H A Dbug62070.phpt12 $res = collator_get_sort_key($coll, $s1);
14 echo urlencode($res);
/php-src/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt52 $res = $db->query("SELECT blob1 from test_one_blob_46274_2");
54 var_dump($x = $res->fetch());
58 var_dump($res->fetch());
62 var_dump($res->fetch());
66 var_dump($res->fetch());
/php-src/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt21 $res = sscanf($str, $format1, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
22 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
23 $res = sscanf($str, $format2, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
24 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
/php-src/ext/filter/tests/
H A Dbug7715.phpt20 $res = filter_var($val, FILTER_VALIDATE_FLOAT);
21 var_dump($res);
/php-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h39 …define mysqlnd_plugin_get_plugin_result_data(res, p_id) mysqlnd_plugin_area_getters.get_result_… argument
40 …nd_plugin_get_plugin_result_unbuffered_data(res, p_id) mysqlnd_plugin_area_getters.get_unbuffered… argument
41 …plugin_get_plugin_result_buffered_data_c(res, p_id) mysqlnd_plugin_area_getters.get_result_buffer… argument

Completed in 40 milliseconds

12345678910>>...24