Home
last modified time | relevance | path

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

12345678910>>...210

/PHP-7.1/ext/bcmath/libbcmath/
H A DFAQ5 The math routines of GNU bc become more generally useful in a
12 (stored as 2 integers) and "floats". None of these will correctly
15 a "scale" that represent the number of digits to represent after the
16 decimal point. The multiplying two of these numbers requires one to
17 calculate an exact number of digits after the decimal point regardless
18 of the number of digits in the integer part. GMP floats have a
/PHP-7.1/ext/date/tests/
H A Dgmdate_variation3.phpt2 Test gmdate() function : usage variation - Passing numeric representation of day formats.
17 //array of values to iterate over
23 'Numeric representation of day' => 'w',
24 'Day of the year' => 'z'
27 // loop through each element of the array for timestamp
52 --Numeric representation of day--
56 --Day of the year--
/PHP-7.1/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt35 resource(%d) of type (file_info)
36 resource(%d) of type (file_info)
37 resource(%d) of type (file_info)
38 resource(%d) of type (file_info)
39 resource(%d) of type (file_info)
40 resource(%d) of type (file_info)
41 resource(%d) of type (file_info)
/PHP-7.1/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt35 // write line of text
62 } //end of mode loop
72 string(39) "This is line of text without csv fields"
80 string(39) "This is line of text without csv fields"
88 string(39) "This is line of text without csv fields"
96 string(39) "This is line of text without csv fields"
104 string(39) "This is line of text without csv fields"
112 string(39) "This is line of text without csv fields"
120 string(39) "This is line of text without csv fields"
128 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetcsv_variation20.phpt37 // write line of text
65 } //end of mode loop
75 string(39) "This is line of text without csv fields"
83 string(39) "This is line of text without csv fields"
91 string(39) "This is line of text without csv fields"
99 string(39) "This is line of text without csv fields"
107 string(39) "This is line of text without csv fields"
115 string(39) "This is line of text without csv fields"
123 string(39) "This is line of text without csv fields"
131 string(39) "This is line of text without csv fields"
[all …]
H A Dfilesize_variation1-win32-mb.phpt2 Test filesize() function: usage variations - size of files
12 Description : Returns the size of the file in bytes, or FALSE
13 (and generates an error of level E_WARNING) in case of an error.
21 echo "*** Checking filesize() with different size of files ***\n";
34 *** Checking filesize() with different size of files ***
H A Dfilesize_variation1-win32.phpt2 Test filesize() function: usage variations - size of files
12 Description : Returns the size of the file in bytes, or FALSE
13 (and generates an error of level E_WARNING) in case of an error.
21 echo "*** Checking filesize() with different size of files ***\n";
34 *** Checking filesize() with different size of files ***
/PHP-7.1/TSRM/m4/
H A Dgethostbyname.m411 # Determines which historical variant of the gethostbyname_r() call
13 # defines one of the following macros accordingly:
24 # test.c can be used regardless of which gethostbyname_r() is available.
39 # under the terms of the GNU General Public License as published by the
40 # Free Software Foundation; either version 2 of the License, or (at your
44 # WITHOUT ANY WARRANTY; without even the implied warranty of
55 # or distributing such scripts, even though portions of the text of the
57 # all other use of the material that constitutes the Autoconf Macro.
59 # This special exception to the GPL applies to versions of the Autoconf
61 # modified version of the Autoconf Macro, you may extend this special
[all …]
/PHP-7.1/Zend/tests/
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
121 Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure()
124 Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure()
127 Cannot bind closure to scope of internal class stdClass
142 Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure()
148 Cannot bind closure to scope of internal class stdClass
187 Cannot bind method Cls::method() to object of class ClsUnrelated
208 Cannot bind method SplDoublyLinkedList::count() to object of class ClsUnrelated
211 Cannot unbind $this of internal method
214 Cannot unbind $this of internal method
[all …]
H A Dclosure_059.phpt36 Exception: Argument 1 passed to {closure}() must be an instance of A, instance of B %s
37 Exception: Argument 1 passed to {closure}() must be an instance of A, instance of B %s
38 Exception: Argument 1 passed to {closure}() must be an instance of A, instance of B %s
/PHP-7.1/ext/reflection/tests/
H A DReflectionObject_getConstants_basic.phpt20 echo "Reflecting on instance of class $class: \n";
27 Reflecting on instance of class C:
32 Reflecting on instance of class D:
37 Reflecting on instance of class E:
42 Reflecting on instance of class F:
47 Reflecting on instance of class X:
H A DReflectionObject_getConstant_basic.phpt20 echo "Reflecting on instance of class $class: \n";
27 Reflecting on instance of class C:
30 Reflecting on instance of class D:
33 Reflecting on instance of class E:
36 Reflecting on instance of class F:
39 Reflecting on instance of class X:
/PHP-7.1/ext/standard/tests/array/
H A Darray_push_error1.phpt2 Test array_push() function : error conditions - Pass incorrect number of args
6 * Description: Pushes elements onto the end of the array
11 * Pass incorrect number of arguments to array_push() to test behaviour
16 // Testing array_push with one less than the expected number of arguments
17 echo "\n-- Testing array_push() function with less than expected no. of arguments --\n";
26 -- Testing array_push() function with less than expected no. of arguments --
H A Darray_udiff_assoc_error.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
20 //Test array_udiff_assoc with one more than the expected number of arguments
21 echo "\n-- Testing array_udiff_assoc() function with more than expected no. of arguments --\n";
24 // Testing array_udiff_assoc with one less than the expected number of arguments
25 echo "\n-- Testing array_udiff_assoc() function with less than expected no. of arguments --\n";
33 -- Testing array_udiff_assoc() function with more than expected no. of arguments --
38 -- Testing array_udiff_assoc() function with less than expected no. of arguments --
H A Darray_udiff_error.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
20 //Test array_udiff with one more than the expected number of arguments
21 echo "\n-- Testing array_udiff() function with more than expected no. of arguments --\n";
24 // Testing array_udiff with one less than the expected number of arguments
25 echo "\n-- Testing array_udiff() function with less than expected no. of arguments --\n";
33 -- Testing array_udiff() function with more than expected no. of arguments --
38 -- Testing array_udiff() function with less than expected no. of arguments --
H A Darray_combine_error1.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
7 * and the elements of the second as the corresponding values
17 //Test array_combine with one more than the expected number of arguments
18 echo "\n-- Testing array_combine() function with more than expected no. of arguments --\n";
24 // Testing array_combine with one less than the expected number of arguments
25 echo "\n-- Testing array_combine() function with less than expected no. of arguments --\n";
39 -- Testing array_combine() function with more than expected no. of arguments --
44 -- Testing array_combine() function with less than expected no. of arguments --
H A Darray_diff_ukey_error.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
25 //Test array_diff_ukey with one more than the expected number of arguments
26 echo "\n-- Testing array_diff_ukey() function with more than expected no. of arguments --\n";
29 // Testing array_diff_ukey with one less than the expected number of arguments
30 echo "\n-- Testing array_diff_ukey() function with less than expected no. of arguments --\n";
33 // Testing array_diff_ukey with one less than the expected number of arguments
41 -- Testing array_diff_ukey() function with more than expected no. of arguments --
46 -- Testing array_diff_ukey() function with less than expected no. of arguments --
/PHP-7.1/ext/tidy/tests/
H A D007.phpt10 echo "Current Value of 'tidy-mark': ";
12 echo "Current Value of 'error-file': ";
14 echo "Current Value of 'tab-size': ";
21 Current Value of 'tidy-mark': bool(false)
22 Current Value of 'error-file': string(0) ""
23 Current Value of 'tab-size': int(8)
/PHP-7.1/ext/imap/tests/
H A Dimap_fetchheader_error.phpt2 Test imap_fetchheader() function : error conditions - incorrect number of args
15 * Pass an incorrect number of arguments to imap_fetchheader() to test behaviour
21 //Test imap_fetchheader with one more than the expected number of arguments
22 echo "\n-- Testing imap_fetchheader() function with more than expected no. of arguments --\n";
30 // Testing imap_fetchheader with one less than the expected number of arguments
31 echo "\n-- Testing imap_fetchheader() function with less than expected no. of arguments --\n";
40 -- Testing imap_fetchheader() function with more than expected no. of arguments --
45 -- Testing imap_fetchheader() function with less than expected no. of arguments --
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI269 Copy contents of region.
278 Clear contents of region.
286 Resize group range area of region.
360 Return a value of the regex object.
459 3 s: target address of string
470 3 s: target address of string
481 3 s: target address of string
492 Return number of bytes in the string.
522 Get/Set elements of the syntax.
582 Set the maximum number of stack size.
[all …]
/PHP-7.1/ext/standard/tests/class_object/
H A Dmethod_exists_error_001.phpt2 Test method_exists() function : error conditions - wrong number of args
14 //Test method_exists with one more than the expected number of arguments
15 echo "\n-- Testing method_exists() function with more than expected no. of arguments --\n";
21 // Testing method_exists with one less than the expected number of arguments
22 echo "\n-- Testing method_exists() function with less than expected no. of arguments --\n";
31 -- Testing method_exists() function with more than expected no. of arguments --
36 -- Testing method_exists() function with less than expected no. of arguments --
/PHP-7.1/ext/pcre/pcrelib/
H A DNEWS82 mean "start of word" and "end of word", respectively, as a transition aid.
130 available. This bypasses some of the sanity checks of pcre_exec() to give a
187 of the data fields. With the advent of the 16-bit library, where more of this
241 of pcregrep.
332 The only change of specification is the addition of options to control whether
483 See the ChangeLog for a complete list of changes, which include a number of bug
490 The release number has been increased to 6.0 because of the addition of several
576 check that a starting offset points to the start of a character. Failure of the
601 functionality and mending bugs. Below is a list of the highlights of the new
655 script, to force use of CR or LF instead of \n in the source. On non-Unix
[all …]
/PHP-7.1/ext/opcache/tests/
H A Dssa_bug_003.phpt2 Incorrect elision of return type checks
37 Error: Return value of test1() must be callable, string returned
38 Error: Return value of test2() must be an instance of Foo, instance of stdClass returned
/PHP-7.1/sapi/phpdbg/
H A Dxml.md10 - indicates the genre of phpdbg system output
11 - usually one of these values:
118 - wrongarg: wrong type of argument (e.g. letters instead of integer)
233 - name: variable name of parameter
265 - refcount: refcount of zval
267 - name: the name of the variable
348 - classes: number of classes
349 - functions: number of functions
350 - constants: number of constants
474 - classes: number of classes
[all …]
/PHP-7.1/ext/bz2/tests/
H A D003.txt.bz2

Completed in 41 milliseconds

12345678910>>...210