Home
last modified time | relevance | path

Searched refs:num (Results 101 – 125 of 205) sorted by last modified time

123456789

/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2005 The output is a long integer that gives the default limit for the num-
2915 the 8-bit library, where the first two bytes of each entry are the num-
3963 To extract a substring by name, you first have to find associated num-
5520 Xan matches characters that have either the L (letter) or the N (num-
5744 character's individual bytes are then captured by the appropriate num-
6066 the captured substrings are "red king", "red", and "king", and are num-
6133 unique number, the test is true if any of the subpatterns of that num-
6236 The general repetition quantifier specifies a minimum and maximum num-
/PHP-5.5/ext/openssl/
H A Dopenssl.c1439 long i, length, num; in openssl_x509v3_subjectAltName() local
1459 num = sk_GENERAL_NAME_num(names); in openssl_x509v3_subjectAltName()
1460 for (i = 0; i < num; i++) { in openssl_x509v3_subjectAltName()
1490 if (i < (num - 1)) { in openssl_x509v3_subjectAltName()
4647 static int passwd_callback(char *buf, int num, int verify, void *data) /* {{{ */ in passwd_callback() argument
4657 if (Z_STRLEN_PP(val) < num - 1) { in passwd_callback()
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs3.phpt38 foreach ($row as $num => $field) {
39 $num++;
40 var_dump(oci_field_is_null($s, $num));
41 var_dump(oci_field_name($s, $num));
42 var_dump(oci_field_type($s, $num));
43 var_dump(oci_field_type_raw($s, $num));
44 var_dump(oci_field_scale($s, $num));
45 var_dump(oci_field_precision($s, $num));
46 var_dump(oci_field_size($s, $num));
H A Dfield_funcs.phpt43 foreach ($row as $num => $field) {
44 $num++;
45 var_dump(oci_field_is_null($s, $num));
46 var_dump(oci_field_name($s, $num));
47 var_dump(oci_field_type($s, $num));
48 var_dump(oci_field_type_raw($s, $num));
49 var_dump(oci_field_scale($s, $num));
50 var_dump(oci_field_precision($s, $num));
51 var_dump(oci_field_size($s, $num));
H A Dfield_funcs0.phpt43 foreach ($row as $num => $field) {
44 $num++;
45 var_dump(oci_field_is_null($s, $num));
46 var_dump(oci_field_name($s, $num));
47 var_dump(oci_field_type($s, $num));
48 var_dump(oci_field_type_raw($s, $num));
49 var_dump(oci_field_scale($s, $num));
50 var_dump(oci_field_precision($s, $num));
51 var_dump(oci_field_size($s, $num));
H A Dfield_funcs_old.phpt43 foreach ($row as $num => $field) {
44 $num++;
45 var_dump(ocicolumnisnull($s, $num));
46 var_dump(ocicolumnname($s, $num));
47 var_dump(ocicolumntype($s, $num));
48 var_dump(ocicolumntyperaw($s, $num));
49 var_dump(ocicolumnscale($s, $num));
50 var_dump(ocicolumnprecision($s, $num));
51 var_dump(ocicolumnsize($s, $num));
H A Ddrcp_functions.inc60 function drcp_set_packagevar($conn,$num)
62 $set_stmt = "begin drcp_test_package.p1($num); end;";
65 echo " Package variable value set to " .$num."\n";
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c153 int *len, *num; in mysqlnd_build_trace_string() local
162 num = va_arg(args, int*); in mysqlnd_build_trace_string()
170 sprintf(s_tmp, "#%d ", (*num)++); in mysqlnd_build_trace_string()
208 int res_len = 0, *len = &res_len, num = 0; in mysqlnd_get_backtrace() local
216 …P(trace) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace_string, 4, &max_levels, str, len, &num); in mysqlnd_get_backtrace()
221 sprintf(s_tmp, "#%d {main}", num); in mysqlnd_get_backtrace()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_geom.phpt68 $num = 0;
110 $num++;
113 if ($num != 3) {
115 $offset + 18, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_stmt_get_result_metadata.phpt152 $num = count($fields['res']);
154 $pos = mt_rand(-1, $num + 1);
155 if ($pos >= 0 && $pos < $num) {
H A Dmysqli_stmt_get_result_types.phpt79 $num = 0;
87 $offset + 10, $num,
95 $num++;
98 if ($num != 3) {
100 $offset + 11, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_stmt_num_rows.phpt63 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
66 func_test_mysqli_stmt_num_rows($stmt, "SELECT id, label FROM test", (int)$row['num'], 40);
H A Dmysqli_stmt_bind_result.phpt125 $num = 0;
132 $offset + 10, $num,
139 $num++;
142 if ($num != 3) {
144 $offset + 11, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_stmt_fetch_geom.phpt66 $num = 0;
70 $num++;
73 if ($num != 3) {
75 $offset + 17, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt), $num);
H A Dmysqli_rollback.phpt54 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
57 if (0 != $tmp['num'])
58 printf("[12] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_stmt_affected_rows.phpt100 if (!($res = mysqli_query($link, "SELECT count(id) AS num FROM test")) ||
103 $num = (int)$tmp['num'];
113 if ($num !== ($tmp = mysqli_stmt_affected_rows($stmt)))
114 printf("[019] Expecting int/%d, got %s/%s\n", $num, gettype($tmp), $tmp);
H A Dmysqli_multi_query.phpt97 …(!mysqli_multi_query($link, "SELECT 1 AS num, 'a' AS somechar; SELECT 2 AS num, 'a' AS somechar; S…
111 if ($row['num'] != $res_num)
112 printf("[013 - %d] Expecting %s got %s\n", $res_num, $res_num, $row['num']);
H A Dmysqli_num_rows.phpt48 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
53 func_test_mysqli_num_rows($link, "SELECT id, label FROM test", (int)$row['num'], 25);
H A Dmysqli_pconnect.phpt20 $num = 20;
22 for ($i = 0; $i < $num; $i++) {
29 $index = mt_rand(0, $num);
37 $num = 20;
38 for ($i = 0; $i < $num; $i++) {
43 $left = $num;
47 $index = mt_rand(0, $num);
63 $index = mt_rand(0, $num);
H A Dmysqli_fetch_array_many_rows.phpt83 if (!$res = mysqli_query($link, 'SELECT count(*) AS num FROM test')) {
87 $num = $row['num'];
102 if ($i != $num)
104 $num, $i, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_commit.phpt55 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
58 if (1 != $tmp['num'])
59 printf("[12] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_commit_oo.phpt61 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test')) {
66 if (1 != $tmp['num']) {
67 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_change_user_rollback.phpt32 $num = $row['_num'];
33 assert($num > 0);
57 if ($row['_num'] != $num)
59 $num, $row['_num']);
H A Dmysqli_autocommit.phpt76 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
79 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
81 $tmp['num'], mysqli_errno($link), mysqli_error($link));
111 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
114 if (0 != $tmp['num'])
115 printf("[27] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
124 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
127 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
129 $tmp['num'], mysqli_errno($link), mysqli_error($link));
H A Dmysqli_autocommit_oo.phpt65 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
68 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
70 $tmp['num'], $mysqli->errno, $mysqli->error);
101 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
104 if (0 != $tmp['num'])
105 printf("[24] Expecting 0 rows in table test, found %d rows\n", $tmp['num']);
114 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
117 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
119 $tmp['num'], $mysqli->errno, $mysqli->error);

Completed in 96 milliseconds

123456789