Home
last modified time | relevance | path

Searched refs:num (Results 126 – 150 of 205) sorted by relevance

123456789

/PHP-5.5/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.5/ext/mbstring/oniguruma/
H A Dregint.h571 #define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType) argument
572 #define GET_REPEATNUM_INC(num,p) PLATFORM_GET_INC(num, p, RepeatNumType) argument
575 #define GET_STATE_CHECK_NUM_INC(num,p) PLATFORM_GET_INC(num, p, StateCheckNumType) argument
707 int num; /* repeat id */ member
713 int num; /* memory num */ member
720 int num; /* null check id */ member
726 int num; /* null check id */ member
H A Dregexec.c571 stk->u.repeat.num = (id);\
587 stk->u.mem.num = (mnum);\
599 stk->u.mem.num = (mnum);\
610 stk->u.mem.num = (mnum);\
620 && k->u.mem.num == (mnum)) {\
651 stk->u.null_check.num = (cnum);\
659 stk->u.null_check.num = (cnum);\
936 if (k->u.repeat.num == (id)) {\
1046 n = k->u.mem.num; in make_capture_history_tree()
1064 if (k->u.mem.num == node->group) { in make_capture_history_tree()
[all …]
/PHP-5.5/ext/pgsql/tests/
H A D16pg_result_status.phpt11 $sql = "SELECT * FROM ".$table_name." WHERE num = -2";
/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_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_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_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_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_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);
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c386 int i, num; in mbfl_encoding_detector_new() local
406 num = 0; in mbfl_encoding_detector_new()
411 num++; in mbfl_encoding_detector_new()
428 int i, num; in mbfl_encoding_detector_new2() local
448 num = 0; in mbfl_encoding_detector_new2()
453 num++; in mbfl_encoding_detector_new2()
637 int i, n, num, bad; in mbfl_identify_encoding() local
648 num = 0; in mbfl_identify_encoding()
652 num++; in mbfl_identify_encoding()
731 num = 0; in mbfl_identify_encoding2()
[all …]
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.h39 int num; member
/PHP-5.5/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.5/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.5/main/
H A Dspprintf.c164 #define STR_TO_DEC(str, num) do { \ argument
165 num = NUM(*str++); \
167 num *= 10; \
168 num += NUM(*str++); \
169 if (num >= INT_MAX / 10) { \
/PHP-5.5/ext/xmlreader/tests/
H A D006.phpt10 <books><book num="1"></book><test /></books>';
/PHP-5.5/
H A DUPGRADING.INTERNALS35 ZEND_INIT_FCALL_BY_NAME, ZEND_INIT_NS_FCALL_BY_NAME use result.num as
38 * opcoes ZEND_DO_FCALL and ZEND_DO_FCALL_BY_NAME use op2.num as
47 stores new offsets in op_array->opcodes[*].op?.num. You can use macros
49 number. You can convert number to offset using EX_TMP_VAR_NUM(0, num) or
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_51670.phpt14 $query = $db->prepare('SELECT 1 AS num');
/PHP-5.5/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);
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c159 ZEND_ARG_INFO(0, num)
164 ZEND_ARG_INFO(0, num)
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_object.phpt7 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
8 …* Description: Create an array containing num elements starting with index start_key each initiali…
20 $num = 2;
201 var_dump( array_fill($start_key,$num,$val) );
H A Darray_fill_object_2_4.phpt7 /* Prototype : array array_fill(int $start_key, int $num, mixed $val)
8 …* Description: Create an array containing num elements starting with index start_key each initiali…
20 $num = 2;
201 var_dump( array_fill($start_key,$num,$val) );

Completed in 49 milliseconds

123456789