Home
last modified time | relevance | path

Searched refs:number (Results 76 – 100 of 858) sorted by relevance

12345678910>>...35

/PHP-5.4/ext/bcmath/tests/
H A Dbcsqrt_error1.phpt2 bcsqrt — Get the square root of an arbitrary precision number
13 Warning: bcsqrt(): Square root of negative number in %s.php on line %d
/PHP-5.4/Zend/tests/
H A Dget_defined_vars.phpt11 $number = 22.33; //number
19 var $number = 233;
38 var_dump( $arr["number"] );
100 ["number"]=>
/PHP-5.4/ext/gd/tests/
H A Dgd_info_error.phpt2 Test gd_info() function : error conditions - with more than expected number of arguments
23 echo "\n-- Testing gd_info() function with more than expected number of arguments --\n";
31 -- Testing gd_info() function with more than expected number of arguments --
/PHP-5.4/ext/mbstring/tests/
H A Dmb_stripos_error1.phpt2 Test mb_stripos() function : error conditions - Pass incorrect number of args
17 * Test how mb_stripos behaves when passed an incorrect number of arguments
23 //Test mb_stripos with one more than the expected number of arguments
32 // Testing mb_stripos with one less than the expected number of arguments
H A Dmb_strpos_error1.phpt2 Test mb_strpos() function : error conditions - Pass incorrect number of args
16 * Test how mb_strpos behaves when passed an incorrect number of arguments
22 //Test mb_strpos with one more than the expected number of arguments
31 // Testing mb_strpos with one less than the expected number of arguments
H A Dmb_strripos_error1.phpt2 Test mb_strripos() function : error conditions - Pass incorrect number of args
17 * Test how mb_strripos behaves when passed an incorrect number of arguments
23 //Test mb_strripos with one more than the expected number of arguments
32 // Testing mb_strripos with one less than the expected number of arguments
H A Dmb_ereg_match_error1.phpt2 Test mb_ereg_match() function : error conditions - pass function incorrect number of arguments
16 * Test mb_ereg_match by passing an incorrect number of arguments
22 //Test mb_ereg_match with one more than the expected number of arguments
30 // Testing mb_ereg_match with one less than the expected number of arguments
/PHP-5.4/ext/standard/tests/strings/
H A Dstrncasecmp_error.phpt19 echo "\n-- Testing strncasecmp() function with less than expected number of arguments --";
23 echo "\n-- Testing strncasecmp() function with more than expected number of arguments --";
38 -- Testing strncasecmp() function with less than expected number of arguments --
45 -- Testing strncasecmp() function with more than expected number of arguments --
/PHP-5.4/ext/iconv/tests/
H A Diconv_strpos_error1.phpt2 Test iconv_strpos() function : error conditions - Pass incorrect number of args
16 * Test how iconv_strpos behaves when passed an incorrect number of arguments
22 //Test iconv_strpos with one more than the expected number of arguments
31 // Testing iconv_strpos with one less than the expected number of arguments
/PHP-5.4/ext/imap/tests/
H A Dimap_fetch_overview_error.phpt2 Test imap_fetch_overview() function : error conditions - incorrect number of args
16 * Pass an incorrect number of arguments to imap_fetch_overview() to test behaviour
23 //Test imap_fetch_overview with one more than the expected number of arguments
31 // Testing imap_fetch_overview with one less than the expected number of arguments
H A Dimap_fetchbody_error.phpt2 Test imap_fetchbody() function : error conditions - incorrect number of args
16 * Pass an incorrect number of arguments to imap_fetchbody() to test behaviour
22 //Test imap_fetchbody with one more than the expected number of arguments
33 // Testing imap_fetchbody with one less than the expected number of arguments
/PHP-5.4/ext/gd/libgd/
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
34 number = image.ncolors; in gdImageCreateFromXpm()
35 for(i = 0; i < number; i++) { in gdImageCreateFromXpm()
45 colors = (int *) safe_emalloc(number, sizeof(int), 0); in gdImageCreateFromXpm()
46 for (i = 0; i < number; i++) { in gdImageCreateFromXpm()
/PHP-5.4/ext/standard/tests/dir/
H A Ddir_error.phpt17 // With one more than expected number of arguments
18 echo "\n-- Testing dir() function with one more than expected number of arguments --";
31 -- Testing dir() function with one more than expected number of arguments --
H A Dreaddir_error.phpt2 Test readdir() function : error conditions - Incorrect number of args
11 * Pass incorrect number of arguments to readdir() to test behaviour
17 //Test readdir with one more than the expected number of arguments
H A Drewinddir_error.phpt2 Test rewinddir() function : error conditions - incorrect number of args
12 * Pass incorrect number of arguments to rewinddir() to test behaviour
18 //Test rewinddir with one more than the expected number of arguments
H A Dchdir_error1.phpt2 Test chdir() function : error conditions - Incorrect number of arguments
11 * Pass incorrect number of arguments to chdir() to test behaviour
20 //Test chdir with one more than the expected number of arguments
H A Dclosedir_error.phpt2 Test closedir() function : error conditions - Pass incorrect number of arguments
12 * Pass incorrect number of arguments to closedir() to test behaviour
18 //Test closedir with one more than the expected number of arguments
/PHP-5.4/ext/wddx/tests/
H A Dbug52468.phpt12 …mment>my_command</comment></header><data><struct><var name='handle'><number></number></var></struc…
/PHP-5.4/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt16 * Calculate the number of title text nodes (1).
17 * Add another text node to title. Calculate the number of title text nodes (2).
18 * Normalize author. Calculate the number of title text nodes (2).
19 * Normalize title. Calculate the number of title text nodes (1).
/PHP-5.4/ext/standard/tests/class_object/
H A Dis_a_error_001.phpt2 Test is_a() function : error conditions - wrong number of args
15 //Test is_a with one more than the expected number of arguments
24 //Test is_a with one more than the expected number of arguments
29 // Testing is_a with one less than the expected number of arguments
H A Dclass_exists_error_001.phpt2 Test class_exists() function : error conditions (wrong number of arguments)
12 * Test wrong number of arguments
21 //Test class_exists with one more than the expected number of arguments
H A Dtrait_exists_error_001.phpt2 Test trait_exists() function : error conditions (wrong number of arguments)
12 * Test wrong number of arguments
21 //Test trait_exists with one more than the expected number of arguments
/PHP-5.4/ext/standard/tests/array/
H A Darray_shift_error.phpt2 Test array_shift() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to array_shift() to test behaviour
20 //Test array_shift with one more than the expected number of arguments
H A Darray_values_error.phpt2 Test array_values() function : error conditions - Pass incorrect number of functions
11 * Pass incorrect number of arguments to array_values to test behaviour
20 //Test array_values with one more than the expected number of arguments
H A Dnatcasesort_error.phpt2 Test natcasesort() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to natcasesort() to test behaviour
20 // Test natcasesort with one more than the expected number of arguments

Completed in 47 milliseconds

12345678910>>...35