Home
last modified time | relevance | path

Searched refs:number (Results 201 – 225 of 944) sorted by relevance

12345678910>>...38

/PHP-7.1/ext/date/tests/
H A Dgmdate_variation5.phpt17 echo "\n-- Testing gmdate() function with ISO-8601 week number of year format --\n";
26 -- Testing gmdate() function with ISO-8601 week number of year format --
/PHP-7.1/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt44 Exception: Bit shift by negative number
47 Exception: Bit shift by negative number
/PHP-7.1/ext/pcre/tests/
H A Dpreg_match_all_error.phpt2 Test preg_match_all() function : error conditions - incorrect number of parameters
13 //Test preg_match_all with one more than the expected number of arguments
21 // Testing preg_match_all withone less than the expected number of arguments
H A Dpreg_replace_error.phpt2 Test preg_replace() function : error - incorrect number of parameters
13 //Test preg_replace() with one more than the expected number of arguments
21 //Testing preg_replace() with one less than the expected number of arguments
H A Dpreg_split_error.phpt2 Test preg_split() function : error conditions - incorrect number of parameters
13 //Test preg_split with one more than the expected number of arguments
21 // Testing preg_split withone less than the expected number of arguments
H A Dpreg_last_error_error.phpt12 * Pass an incorrect number of arguments to preg_last_error() to test behaviour
17 // Test preg_last_error with one more than the expected number of arguments
/PHP-7.1/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt2 Test base_convert() function : usage variations - different data types as $number argument
5 /* Prototype : string base_convert ( string $number , int $frombase , int $tobase )
6 * Description: Convert a number between arbitrary bases.
H A Dlog1p_basic.phpt8 * Description: Returns log(1 + number), computed in a way that is accurate even
9 * when the value of number is close to zero
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DRE248 \n back reference by group number (n >= 1)
249 \k<n> back reference by group number (n >= 1)
250 \k'n' back reference by group number (n >= 1)
251 \k<-n> back reference by relative group number (n >= 1)
252 \k'-n' back reference by relative group number (n >= 1)
257 a subexp with a large number is referred to preferentially.
303 \g<n> call by group number (n >= 1)
304 \g'n' call by group number (n >= 1)
305 \g<-n> call by relative group number (n >= 1)
306 \g'-n' call by relative group number (n >= 1)
[all …]
/PHP-7.1/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt2 Test get_class() function : error conditions - wrong number of arguments.
13 //Test get_class with one more than the expected number of arguments
H A Dget_parent_class_error_001.phpt2 Test get_parent_class() function : error conditions - wrong number of args.
14 //Test get_parent_class with one more than the expected number of arguments
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput14101 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
115 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
129 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
142 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
152 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
180 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
193 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
208 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
221 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
234 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
[all …]
H A Dtestinput1719 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
33 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
47 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
60 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
70 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
98 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
111 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
126 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
139 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
152 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dnumber_format_basic.phpt5 /* Prototype : string number_format ( float $number [, int $decimals ] )
6 …* string number_format ( float $number , int $decimals , string $dec_point , string …
7 * Description: Format a number with grouped thousands
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt11 //Get the line number at the start of the definition of class C
14 //Get the line number at the end of the definition of class C
/PHP-7.1/ext/standard/tests/array/
H A Darray_merge_error.phpt2 Test array_merge() function : error conditions - Pass incorrect number of args
11 * Pass incorrect number of arguments to array_merge() to test behaviour
/PHP-7.1/ext/oci8/tests/
H A Ddefault_prefetch.phpt16 "create table default_prefetch_tab (id number, value number)",
H A Ddefault_prefetch0.phpt16 "create table default_prefetch_tab (id number, value number)",
H A Dprefetch.phpt14 "create table prefetch_tab (id number, value number)",
H A Dprefetch_old.phpt12 "create table prefetch_old_tab (id number, value number)",
H A Ddefault_prefetch1.phpt16 "create table default_prefetch1_tab (id number, value number)",
H A Ddefault_prefetch2.phpt16 "create table default_prefetch2_tab (id number, value number)",
H A Dfetch.phpt14 "create table fetch_tab (id number, value number)",
H A Dfetch_row.phpt14 "create table fetch_row_tab (id number, value number)",
/PHP-7.1/tests/output/
H A Dob_implicit_flush_error_001.phpt2 Test ob_implicit_flush() function : wrong number of arguments
14 //Test ob_implicit_flush with one more than the expected number of arguments

Completed in 60 milliseconds

12345678910>>...38