Home
last modified time | relevance | path

Searched refs:num (Results 101 – 125 of 178) sorted by relevance

12345678

/PHP-5.3/ext/bcmath/libbcmath/src/
H A Dprivate.h43 void _bc_rm_leading_zeros (bc_num num);
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt19 $num = $stmt->fetch(PDO::FETCH_NUM);
27 $computed_both = array_merge($num, $assoc);
H A Dbug_51670.phpt14 $query = $db->prepare('SELECT 1 AS num');
/PHP-5.3/ext/standard/tests/array/
H A Darray_fill_variation1.phpt9 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
10 …* Description: Create an array containing num elements starting with index start_key each initiali…
21 $num = 2;
99 var_dump( array_fill($start_key,$num,$val) );
H A Darray_fill_variation1_64bit.phpt9 /* Prototype : proto array array_fill(int start_key, int num, mixed val)
10 …* Description: Create an array containing num elements starting with index start_key each initiali…
21 $num = 2;
99 var_dump( array_fill($start_key,$num,$val) );
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt57 if (!$res = $mysqli->query('SELECT COUNT(*) AS num FROM test'))
60 if (1 != $tmp['num'])
61 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
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_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_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_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_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);
/PHP-5.3/Zend/tests/
H A Dbug51827.phpt2 Bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-5.3/ext/pgsql/tests/
H A D16pg_result_status.phpt11 $sql = "SELECT * FROM ".$table_name." WHERE num = -2";
/PHP-5.3/ext/dba/libcdb/
H A Dcdb_make.h39 int num; member
/PHP-5.3/ext/gd/tests/
H A Dimagefilledpolygon_negative.phpt2 imagefilledpolygon() with a negative num of points
H A Dimagepolygon_negative.phpt2 imagepolygon() with a negative num of points
/PHP-5.3/win32/
H A Dregistry.c104 ulong num; in LoadDirectory() local
109 … zend_hash_get_current_key_ex(parent_ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in LoadDirectory()
257 ulong num; in UpdateIniFromRegistry() local
262 zend_hash_get_current_key_ex(ht, &index, &index_len, &num, 0, &pos) == HASH_KEY_IS_STRING; in UpdateIniFromRegistry()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c316 int num; /* repeat id */ member
626 stk->u.repeat.num = (id);\
642 stk->u.mem.num = (mnum);\
654 stk->u.mem.num = (mnum);\
665 stk->u.mem.num = (mnum);\
675 && k->u.mem.num == (mnum)) {\
706 stk->u.null_check.num = (cnum);\
714 stk->u.null_check.num = (cnum);\
991 if (k->u.repeat.num == (id)) {\
1096 n = k->u.mem.num; in make_capture_history_tree()
[all …]
/PHP-5.3/main/
H A Dspprintf.c159 #define STR_TO_DEC(str, num) do { \ argument
160 num = NUM(*str++); \
162 num *= 10; \
163 num += NUM(*str++); \
164 if (num >= INT_MAX / 10) { \
/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadelf.c294 int num, size_t size, off_t fsize, int *flags) in dophn_core() argument
311 for ( ; num; num--) { in dophn_core()
843 doshn(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, in doshn() argument
860 for ( ; num; num--) { in doshn()
1032 int num, size_t size, off_t fsize, int *flags, int sh_num) in dophn_exec() argument
1048 for ( ; num; num--) { in dophn_exec()
/PHP-5.3/ext/xmlreader/tests/
H A D006.phpt10 <books><book num="1"></book><test /></books>';
/PHP-5.3/ext/mbstring/
H A Dmbstring.h156 MBSTRING_API int php_mb_gpc_encoding_converter(char **str, int *len, int num, const char *encoding_…
158 MBSTRING_API int php_mb_gpc_encoding_detector(char **arg_string, int *arg_length, int num, char *ar…
/PHP-5.3/ext/mysql/tests/
H A Dmysql_num_rows.phpt46 if ($res = mysql_query('SELECT COUNT(id) AS num FROM test', $link)) {
51 func_test_mysql_num_rows($link, "SELECT id, label FROM test", (int)$row['num'], 25);

Completed in 92 milliseconds

12345678