Home
last modified time | relevance | path

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

12345678910>>...200

/PHP-8.3/Zend/tests/
H A Dbug63762.phpt9 echo "Array of NULL:\n";
14 echo "\nArray of empty array:\n";
18 echo "\nArray of array of NULL values:\n";
30 Array of NULL:
35 Array of empty array:
39 Array of array of NULL values:
H A Dclosure_061.phpt2 Rebinding of ::getClosure()s
166 Cannot rebind scope of closure created from method
169 Cannot rebind scope of closure created from method
172 Cannot rebind scope of closure created from method
178 Cannot unbind $this of method
190 Cannot rebind scope of closure created from method
193 Cannot rebind scope of closure created from method
196 Cannot rebind scope of closure created from method
211 Cannot unbind $this of method
214 Cannot unbind $this of method
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Dnatcasesort_variation10.phpt2 Test natcasesort() function : usage variations - position of internal array pointer
6 * Check position of internal array pointer after calling natcasesort()
13 echo "\n-- Initial Position of Internal Pointer: --\n";
20 echo "\n-- Position of Internal Pointer in Passed Array: --\n";
28 -- Initial Position of Internal Pointer: --
44 -- Position of Internal Pointer in Passed Array: --
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
6 * Check position of internal array pointer after calling array_slice()
16 echo "-- Position of Internal Pointer in Result: --\n";
18 echo "\n-- Position of Internal Pointer in Original Array: --\n";
33 -- Position of Internal Pointer in Result: --
36 -- Position of Internal Pointer in Original Array: --
H A Dsizeof_object2.phpt106 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
107 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
108 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test given
110 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
111 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
112 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test1 given
114 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
115 COUNT_NORMAL Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
116 COUNT_RECURSIVE Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, test2 given
118 Default Mode: sizeof(): Argument #1 ($value) must be of type Countable|array, child_test2 given
[all …]
H A Darray_change_key_case_variation5.phpt2 Test array_change_key_case() function : usage variations - position of internal pointer
6 * Check the position of the internal array pointer after calling the function
16 echo "-- Position of Internal Pointer in Result: --\n";
18 echo "\n-- Position of Internal Pointer in Original Array: --\n";
35 -- Position of Internal Pointer in Result: --
38 -- Position of Internal Pointer in Original Array: --
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt5 //New instance of class C - defined below
8 //Get the file name of the PHP script in which C is defined
11 //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
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:
/PHP-8.3/ext/standard/tests/file/
H A D007_variation4.phpt21 var_dump($file_handle); //Check for the content of handle
22 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
25 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
27 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
28 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
32 …lesize($file) ); //Check for size of existing data file before opening the file in "w+" mode agai…
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+"…
40 var_dump( file_exists($file) ); //Check for the existence of file
[all …]
/PHP-8.3/ext/bcmath/libbcmath/
H A DREADME.md3 This is a fork of the bcmath library initially created by Phil Nelson in May
6 Bcmath is a library of arbitrary precision math routines. These routines, in a
11 less restrictions on the use of them.
13 These routines do not duplicate functionality of the GNU gmp library. The gmp
23 The math routines of GNU bc become more generally useful in a library form. By
30 2 integers) and "floats". None of these will correctly represent a POSIX BC
33 of digits to represent after the decimal point. The multiplying two of these
34 numbers requires one to calculate an exact number of digits after the decimal
35 point regardless of the number of digits in the integer part. GMP floats have
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_repeat.phpt23 echo "\n--- str_repeat() of '$input' ---\n" ;
41 --- str_repeat() of 'a' ---
47 --- str_repeat() of 'foo' ---
53 --- str_repeat() of 'barbazbax' ---
59 --- str_repeat() of '%0' ---
65 --- str_repeat() of '\0' ---
71 --- str_repeat() of '1' ---
77 --- str_repeat() of '4' ---
83 --- str_repeat() of '1.23' ---
89 --- str_repeat() of '' ---
[all …]
H A Dpack64_32.phpt55 64-bit format codes are not available for 32-bit versions of PHP
56 64-bit format codes are not available for 32-bit versions of PHP
57 64-bit format codes are not available for 32-bit versions of PHP
58 64-bit format codes are not available for 32-bit versions of PHP
59 64-bit format codes are not available for 32-bit versions of PHP
60 64-bit format codes are not available for 32-bit versions of PHP
61 64-bit format codes are not available for 32-bit versions of PHP
62 64-bit format codes are not available for 32-bit versions of PHP
/PHP-8.3/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': ";
31 Current Value of 'tidy-mark': bool(false)
32 Current Value of 'error-file': string(0) ""
33 Current Value of 'tab-size': int(8)
/PHP-8.3/ext/date/tests/
H A Dbug-gh9763.phpt21 …DateInvalidTimeZoneException: DateTimeZone::__construct(): Timezone offset is out of range (+99:60)
22 …DateInvalidTimeZoneException: DateTimeZone::__construct(): Timezone offset is out of range (+99:62)
23 …DateInvalidTimeZoneException: DateTimeZone::__construct(): Timezone offset is out of range (-99:62)
24 …DateInvalidTimeZoneException: DateTimeZone::__construct(): Timezone offset is out of range (-99:60)
25 Testing +9960: DateInvalidTimeZoneException: DateTimeZone::__construct(): Timezone offset is out of
26 Testing -9960: DateInvalidTimeZoneException: DateTimeZone::__construct(): Timezone offset is out of
H A Dstrtotime_variation_scottish.phpt6 var_dump(date('H:i:s', strtotime('back of 7')));
7 var_dump(date('H:i:s', strtotime('front of 7')));
8 var_dump(date('H:i:s', strtotime('back of 19')));
9 var_dump(date('H:i:s', strtotime('front of 19')));
H A Dgmstrftime_variation7.phpt12 //array of values to iterate over
14 'Day of the month as a decimal number' => "%d",
15 'Day of the year as a decimal number' => "%j",
16 'Day of the week as a decimal number' => "%w"
19 // loop through each element of the array for timestamp
31 --Day of the month as a decimal number--
39 --Day of the year as a decimal number--
47 --Day of the week as a decimal number--
H A Dstrftime_variation7.phpt13 //array of values to iterate over
15 'Day of the month as a decimal number' => "%d",
16 'Day of the year as a decimal number' => "%j",
17 'Day of the week as a decimal number' => "%w"
20 // loop through each element of the array for timestamp
32 --Day of the month as a decimal number--
40 --Day of the year as a decimal number--
48 --Day of the week as a decimal number--
/PHP-8.3/build/
H A Dax_func_which_gethostbyname_r.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-8.3/ext/spl/tests/
H A Dfixedarray_003.phpt171 Cannot access offset of type array on SplFixedArray
175 Cannot access offset of type string on SplFixedArray
176 Cannot access offset of type string on SplFixedArray
177 Cannot access offset of type string on SplFixedArray
184 Cannot access offset of type array on SplFixedArray
190 Cannot access offset of type string on SplFixedArray
191 Cannot access offset of type string on SplFixedArray
192 Cannot access offset of type string on SplFixedArray
199 Cannot access offset of type array on SplFixedArray
205 Cannot access offset of type string on SplFixedArray
[all …]
/PHP-8.3/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt8 echo "Simple test of imagecopyresampled() function\n";
29 $percent = 0.5; // new image 50% of original
31 echo "Size of original: width=". $width . " height=" . $height . "\n";
43 echo "Size of copy: width=". $width . " height=" . $height . "\n";
59 Simple test of imagecopyresampled() function
60 Size of original: width=400 height=300
61 Size of copy: width=200 height=150
/PHP-8.3/ext/standard/tests/math/
H A Ddecbin_variation1.phpt36 // loop through each element of $inputs to check the behaviour of decbin()
64 decbin(): Argument #1 ($num) must be of type int, float given
67 decbin(): Argument #1 ($num) must be of type int, float given
70 decbin(): Argument #1 ($num) must be of type int, float given
85 decbin(): Argument #1 ($num) must be of type int, string given
88 decbin(): Argument #1 ($num) must be of type int, string given
H A Ddechex_variation1.phpt36 // loop through each element of $inputs to check the behaviour of dechex()
64 dechex(): Argument #1 ($num) must be of type int, float given
67 dechex(): Argument #1 ($num) must be of type int, float given
70 dechex(): Argument #1 ($num) must be of type int, float given
85 dechex(): Argument #1 ($num) must be of type int, string given
88 dechex(): Argument #1 ($num) must be of type int, string given
H A Ddecoct_variation1.phpt36 // loop through each element of $inputs to check the behaviour of decoct()
64 decoct(): Argument #1 ($num) must be of type int, float given
67 decoct(): Argument #1 ($num) must be of type int, float given
70 decoct(): Argument #1 ($num) must be of type int, float given
85 decoct(): Argument #1 ($num) must be of type int, string given
88 decoct(): Argument #1 ($num) must be of type int, string given
/PHP-8.3/ext/standard/tests/password/
H A Dpassword_hash_error_argon2.phpt2 Test error operation of password_hash() with Argon2i and Argon2id
48 Memory cost is outside of allowed memory range
49 Time cost is outside of allowed time range
50 Invalid number of threads
51 Memory cost is outside of allowed memory range
52 Time cost is outside of allowed time range
53 Invalid number of threads
/PHP-8.3/ext/oci8/tests/
H A Dconn_attr_4.phpt2 Set and get of connection attributes with errors.
73 // Testing with different types of values
111 The value of ACTION is ACTION1
115 The value of MODULE is 1000
116 The value of ACTION is 1000
117 The value of CLIENT_INFO is 1000
118 The value of CLIENT_IDENTIFIER is 1000
120 The value of MODULE is
121 The value of ACTION is
122 The value of CLIENT_INFO is
[all …]

Completed in 31 milliseconds

12345678910>>...200