Home
last modified time | relevance | path

Searched refs:number (Results 301 – 325 of 636) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-7.4/ext/gd/tests/
H A Dimagecolorstotal_basic.phpt16 * Description: Find out the number of colors in an image's palette
/PHP-7.4/ext/standard/tests/math/
H A Dacosh_variation.phpt8 * proto float acosh(float number)
H A Dasinh_variation.phpt8 * proto float asinh(float number)
H A Datan_variation.phpt8 * proto float atan(float number)
H A Dcos_variation.phpt8 * proto float cos(float number)
H A Dcosh_variation.phpt8 * proto float cosh(float number)
H A Dlog10_basic.phpt8 * proto float log10(float number)
H A Dlog10_variation.phpt8 * proto float log10(float number)
H A Drad2deg_variation.phpt8 * proto float rad2deg(float number)
H A Dsin_variation.phpt8 * proto float sin(float number)
H A Dsinh_variation.phpt8 * proto float sinh(float number)
H A Dtanh_variation.phpt8 * proto float tanh(float number)
H A Dacos_variation.phpt8 * proto float acos(float number)
H A Dasin_variation.phpt8 * proto float asin(float number)
/PHP-7.4/ext/standard/tests/array/
H A Dusort_object1.phpt2 Test usort() function : object functionality - different number of properties
11 * Pass an array of objects which have a different number of properties
H A Darray_push.phpt8 and returns the new number of elements in the array.
12 $number = 5;
40 var_dump( array_push($number, 22) );
H A Dcount_variation3.phpt6 * Description: Count the number of elements in a variable (usually an array)
/PHP-7.4/ext/standard/tests/strings/
H A Dltrim.phpt15 echo "\n *** Output for more than valid number of arguments (Valid are 1 or 2 arguments) ***\n";
58 *** Output for more than valid number of arguments (Valid are 1 or 2 arguments) ***
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt13 //Test stream_set_timeout with one more than the expected number of arguments
32 // Testing stream_set_timeout with one less than the expected number of arguments
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_fields.phpt42 if ($field->charsetnr != $charsetInfo->number) {
45 $charsetInfo->number, $field->charsetnr);
/PHP-7.4/ext/gmp/tests/
H A Dbug70284.phpt37 Fatal error: Uncaught Exception: Could not unserialize number in %sbug70284.php:6
/PHP-7.4/ext/oci8/tests/
H A Dbind_long_raw.phpt13 $stmt = oci_parse($c, "create table phptestlngraw( id number(10), fileimage long raw)");
H A Dbind_raw.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
H A Dbind_raw_2.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
/PHP-7.4/ext/odbc/
H A Dconfig.w324 ARG_WITH("odbcver", "Force support for the passed ODBC version. A hex number is expected, default 0…

Completed in 70 milliseconds

1...<<11121314151617181920>>...26