Home
last modified time | relevance | path

Searched refs:num (Results 151 – 175 of 269) sorted by relevance

1234567891011

/PHP-7.4/ext/oci8/tests/
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-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt19 $num = $stmt->fetch(PDO::FETCH_NUM);
27 $computed_both = array_merge($num, $assoc);
/PHP-7.4/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 Dneg_num_string.phpt2 Test edge-cases for negative num strings in interpolated string offsets
/PHP-7.4/ext/gmp/tests/
H A Dunserialize_with_reference.phpt14 ["num"]=>
H A Dgmp_sub.phpt41 ["num"]=>
46 ["num"]=>
/PHP-7.4/ext/pgsql/tests/
H A D16pg_result_status.phpt11 $sql = "SELECT * FROM ".$table_name." WHERE num = -2";
/PHP-7.4/ext/gmp/
H A Dphp_gmp_int.h20 mpz_t num; member
/PHP-7.4/Zend/
H A Dbench.php366 $num = number_format($end-$start,3);
367 $pad = str_repeat(" ", 24-strlen($name)-strlen($num));
369 echo $name.$pad.$num."\n";
379 $num = number_format($total,3);
380 $pad = str_repeat(" ", 24-strlen("Total")-strlen($num));
381 echo "Total".$pad.$num."\n";
H A Dzend_compile.h33 (opline)->op1.num = 0; \
34 (opline)->op2.num = 0; \
35 (opline)->result.num = 0; \
66 uint32_t num; member
123 zend_ulong num; member
373 #define OBJ_PROP_NUM(obj, num) \ argument
374 (&(obj)->properties_table[(num)])
375 #define OBJ_PROP_TO_OFFSET(num) \ argument
376 ((uint32_t)(XtOffsetOf(zend_object, properties_table) + sizeof(zval) * (num)))
656 # define CT_CONSTANT_EX(op_array, num) \ argument
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_break.c52 phpdbg_delete_breakpoint(param->num); in PHPDBG_BREAK()
H A Dphpdbg_opcode.c75 spprintf(&result, 0, "%" PRIu32, op.num); in phpdbg_decode_input_op()
77 if (op.num != (uint32_t)-1) { in phpdbg_decode_input_op()
78 spprintf(&result, 0, "try-catch(%" PRIu32 ")", op.num); in phpdbg_decode_input_op()
H A Dphpdbg_list.c60 …phpdbg_list_file(file, param->num < 0 ? 1 - param->num : param->num, (param->num < 0 ? param->num in PHPDBG_LIST()
/PHP-7.4/ext/standard/
H A Dformatted_print.c322 register zend_ulong num; in php_sprintf_append2n() local
331 num = (zend_ulong) number; in php_sprintf_append2n()
335 numbuf[--i] = chartable[(num & andbits)]; in php_sprintf_append2n()
336 num >>= n; in php_sprintf_append2n()
338 while (num > 0); in php_sprintf_append2n()
351 register zend_long num = ZEND_STRTOL(*buffer, &endptr, 10); in php_sprintf_getnumber() local
361 if (num >= INT_MAX || num < 0) { in php_sprintf_getnumber()
364 return (int) num; in php_sprintf_getnumber()
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13num-suffix="." text:bullet-char="•"><style:list-level-properties text:list-level-position-and-spac…
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.h37 int num; member
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_rollback.phpt52 if (!$res = mysqli_query($link, 'SELECT COUNT(*) AS num FROM test'))
55 if (0 != $tmp['num'])
56 printf("[12] Expecting 0 rows 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_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);
/PHP-7.4/ext/xmlreader/tests/
H A D015-get-errors.phpt11 …ww.ns1.namespace.org/" xmlns:ns2="http://www.ns2.namespace.org/"><book ns1:num="1" ns2:idx="2" ns1…
48 ns1:num: 1
H A D006.phpt9 <books><book num="1"></book><test /></books>';
/PHP-7.4/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

Completed in 39 milliseconds

1234567891011