Home
last modified time | relevance | path

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

12345678910>>...181

/php-src/ext/date/tests/
H A Didate_variation4.phpt10 //array of values to iterate over
13 'Day of the month' => 'd',
17 'Day of the week' => 'w',
21 'Day of the year' => 'z',
24 // loop through each element of the array for timestamp
33 --Day of the month--
45 --Day of the week--
57 --Day of the year--
H A Dgmdate_variation3.phpt2 Test gmdate() function : usage variation - Passing numeric representation of day formats.
11 //array of values to iterate over
17 'Numeric representation of day' => 'w',
18 'Day of the year' => 'z'
21 // loop through each element of the array for timestamp
45 --Numeric representation of day--
49 --Day of the year--
H A Dgmdate_variation12.phpt2 Test gmdate() function : usage variation - Valid and invalid range of timestamp 32 bits.
14 echo "\n-- Testing gmdate() function with minimum range of timestamp --\n";
18 echo "\n-- Testing gmdate() function with less than the range of timestamp --\n";
22 echo "\n-- Testing gmdate() function with maximum range of timestamp --\n";
26 echo "\n-- Testing gmdate() function with greater than the range of timestamp --\n";
34 -- Testing gmdate() function with minimum range of timestamp --
37 -- Testing gmdate() function with less than the range of timestamp --
42 -- Testing gmdate() function with maximum range of timestamp --
45 -- Testing gmdate() function with greater than the range of timestamp --
/php-src/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt41 Is A a subclass of A?
45 Is A a subclass of B?
49 Is A a subclass of C?
53 Is A a subclass of I?
56 Is A a subclass of X?
60 Is B a subclass of A?
64 Is B a subclass of B?
68 Is B a subclass of C?
72 Is B a subclass of I?
75 Is B a subclass of X?
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation_strict_types.phpt41 //array of values to iterate over
84 'instance of classWithToString' => new classWithToString(),
85 'instance of classWithoutToString' => new classWithoutToString(),
94 // loop through each element of the array for substchar
120 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
122 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
124 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
142 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
146 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
161 --instance of classWithToString--
[all …]
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_macho_gas.S83 ; first arg of make_fcontext() == top address of context-function
88 ; including 64 byte of linkage + parameter area (R1 % 16 == 0)
91 ; third arg of make_fcontext() == address of context-function
H A Dmake_ppc32_sysv_elf_gas.S62 # first arg of make_fcontext() == top address of context-function
66 # reserve space on context-stack, including 16 bytes of linkage
67 # and parameter area + 240 bytes of context-data (R1 % 16 == 0)
70 # third arg of make_fcontext() == address of context-function
93 # load address of label 1 into R4
97 # compute abs address of trampoline, use as PC
101 # compute abs address of label finish
103 # save address of finish as return-address for context-function
117 lwz %r0, 8(%r1) # address of context-function
121 la %r3, 8(%r1) # address of transfer_t
/php-src/ext/standard/tests/file/
H A Dfflush_variation1.phpt289 line of text
291 line of text
298 line of text
300 line of text
307 line of text
309 line of text
316 line of text
318 line of text
325 line of text
327 line of text
[all …]
H A Dcopy_variation11.phpt9 echo "*** Test copy() function: Trying to create a copy of source file as a dir ***\n";
18 echo "Size of source before copy operation => ";
19 var_dump( filesize($file) ); //size of source before copy
21 echo "Size of destination before copy operation => ";
22 var_dump( filesize($dir) ); //size of destination before copy
37 var_dump( filesize($file) ); //size of source after copy
38 var_dump( filesize($dir) ); //size of destination after copy
48 *** Test copy() function: Trying to create a copy of source file as a dir ***
49 Size of source before copy operation => int(300)
50 Size of destination before copy operation => int(%d)
H A Dfflush_variation1-win32-mb.phpt288 line of text
290 line of text
297 line of text
299 line of text
306 line of text
308 line of text
315 line of text
317 line of text
324 line of text
326 line of text
[all …]
H A Dfflush_variation1-win32.phpt288 line of text
290 line of text
297 line of text
299 line of text
306 line of text
308 line of text
315 line of text
317 line of text
324 line of text
326 line of text
[all …]
H A Dfilesize_variation2-win32.phpt2 Test filesize() function: usage variations - size of dir/subdir
16 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
30 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
32 var_dump( filesize( $file_path."/filesize_variation2")); // size of base dir
41 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
43 // size of base dir
46 // size of subdir
49 // size of file inside subdir
65 *** Testing size of a dir, sub-dir and file with filesize() ***
71 -- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --
[all …]
H A Dfilesize_variation2.phpt2 Test filesize() function: usage variations - size of dir/subdir
16 echo "\n*** Testing size of a dir, sub-dir and file with filesize() ***\n";
30 echo "-- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --\n";
32 var_dump( filesize( $file_path."/filesize_variation2")); // size of base dir
41 fwrite($file_handle, str_repeat("Hello,World ", 1000) ); // create file of size 12000 bytes
43 // size of base dir
46 // size of subdir
49 // size of file inside subdir
65 *** Testing size of a dir, sub-dir and file with filesize() ***
71 -- Creating an empty sub-dir in base-dir, and checking size of base and sub dir --
[all …]
H A Dfgetcsv_variation13.phpt30 // write line of text
57 } //end of mode loop
67 string(39) "This is line of text without csv fields"
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"
[all …]
H A Dfgetcsv_variation20.phpt32 // write line of text
60 } //end of mode loop
70 string(39) "This is line of text without csv fields"
78 string(39) "This is line of text without csv fields"
86 string(39) "This is line of text without csv fields"
94 string(39) "This is line of text without csv fields"
102 string(39) "This is line of text without csv fields"
110 string(39) "This is line of text without csv fields"
118 string(39) "This is line of text without csv fields"
126 string(39) "This is line of text without csv fields"
[all …]
/php-src/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation5.phpt2 Test array_intersect_uassoc() function : usage variation - Intersection of integers with floats and…
21 echo "\n-- Result of integers and floating point intersection --\n";
24 echo "\n-- Result of integers and strings containing integers intersection --\n";
27 echo "\n-- Result of integers and strings containing floating points intersection --\n";
33 -- Result of integers and floating point intersection --
41 -- Result of integers and strings containing integers intersection --
49 -- Result of integers and strings containing floating points intersection --
H A Darray_intersect_uassoc_variation7.phpt2 Test array_intersect_uassoc() function : usage variation - Intersection of strings containing integ…
21 echo "\n-- Result of strings containing integers intersection --\n";
24 echo "\n-- Result of strings containing floating points intersection --\n";
27 echo "\n-- Result of strings containing integers and strings containing floating points intersectio…
33 -- Result of strings containing integers intersection --
39 -- Result of strings containing floating points intersection --
45 -- Result of strings containing integers and strings containing floating points intersection --
H A Darray_multisort_variation7.phpt2 Test array_multisort() function : usage variation - test sort order of all types
5 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
24 'instance of classWithToString' => new classWithToString(),
25 'instance of classWithoutToString' => new classWithoutToString(),
34 *** Testing array_multisort() : usage variation - test sort order of all types***
52 ["instance of classWithToString"]=>
57 ["instance of classWithoutToString"]=>
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt39 resource(%d) of type (Unknown)
41 resource(%d) of type (Unknown)
43 resource(%d) of type (Unknown)
45 resource(%d) of type (Unknown)
51 resource(%d) of type (Unknown)
53 resource(%d) of type (Unknown)
55 resource(%d) of type (Unknown)
57 resource(%d) of type (Unknown)
/php-src/Zend/tests/numeric_strings/
H A Dstring_offset.phpt2 Using different sorts of numerical strings as a string offset
42 Cannot access offset of type string on string
44 Cannot access offset of type string on string
46 Cannot access offset of type string on string
48 Cannot access offset of type string on string
52 Cannot access offset of type string on string
56 Cannot access offset of type string on string
60 Cannot access offset of type string on string
64 Cannot access offset of type string on string
/php-src/Zend/tests/type_declarations/union_types/
H A Dprop_ref_assign.phpt52 …nnot assign int to reference held by property Test::$x of type string|int and property Test::$y of
55 …ot assign float to reference held by property Test::$x of type string|int and property Test::$y of
58 Reference with value of type int held by property Test::$x of type string|int is not compatible wit…
59 Reference with value of type float held by property Test::$y of type string|float is not compatible…
/php-src/Zend/tests/
H A Ddynamic_class_const_fetch.phpt49 Cannot use value of type null as class constant name
52 Cannot use value of type null as class constant name
57 Cannot use value of type int as class constant name
58 Cannot use value of type int as class constant name
59 Cannot use value of type int as class constant name
60 Cannot use value of type int as class constant name
61 Cannot use value of type array as class constant name
62 Cannot use value of type array as class constant name
63 Cannot use value of type array as class constant name
64 Cannot use value of type array as class constant name
H A Dbug43201.phpt25 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
27 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
33 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
35 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
39 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
41 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
45 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
47 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
51 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
57 Deprecated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on li…
[all …]
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_alnum()
101 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_alnum(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_alnum(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_alnum(): Argument of type null will be interpreted as string in the future in %s …
156 Deprecated: ctype_alnum(): Argument of type bool will be interpreted as string in the future in %s …
[all …]
H A Dctype_alpha_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_alpha()
101 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
106 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
111 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
116 Deprecated: ctype_alpha(): Argument of type int will be interpreted as string in the future in %s o…
121 Deprecated: ctype_alpha(): Argument of type float will be interpreted as string in the future in %s…
126 Deprecated: ctype_alpha(): Argument of type float will be interpreted as string in the future in %s…
146 Deprecated: ctype_alpha(): Argument of type null will be interpreted as string in the future in %s …
151 Deprecated: ctype_alpha(): Argument of type null will be interpreted as string in the future in %s …
156 Deprecated: ctype_alpha(): Argument of type bool will be interpreted as string in the future in %s …
[all …]

Completed in 91 milliseconds

12345678910>>...181