Home
last modified time | relevance | path

Searched refs:of (Results 126 – 150 of 5228) sorted by relevance

12345678910>>...210

/PHP-7.1/ext/standard/tests/file/
H A Dcopy_variation11.phpt6 Description: Makes a copy of the file source to dest.
14 echo "*** Test copy() function: Trying to create a copy of source file as a dir ***\n";
23 echo "Size of source before copy operation => ";
24 var_dump( filesize($file) ); //size of source before copy
26 echo "Size of destination before copy operation => ";
27 var_dump( filesize($dir) ); //size of destination before copy
42 var_dump( filesize($file) ); //size of source after copy
43 var_dump( filesize($dir) ); //size of destination after copy
53 *** Test copy() function: Trying to create a copy of source file as a dir ***
54 Size of source before copy operation => int(300)
[all …]
H A Dfflush_variation3.phpt222 line of text
224 line of text
231 line of text
233 line of text
240 line of text
242 line of text
249 line of text
251 line of text
258 line of text
260 line of text
[all …]
/PHP-7.1/ext/spl/internal/
H A Dsplqueue.inc13 * @brief Implementation of a Queue through a DoublyLinkedList. As SplQueue
17 * - enqueue() is an alias of push()
18 * - dequeue() is an alias of shift()
22 * The SplQueue class provides the main functionalities of a
29 /** Changes the iteration mode. There are two orthogonal sets of modes that
32 * - The behavior of the iterator (either one or the other)
39 * @param $mode New mode of iteration
51 /** @return the first element of the queue.
52 * @note dequeue is an alias of push()
60 /** Pushes an element at the end of the queue.
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dvfprintf_variation16.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
29 // Arrays of signed and other type of values for the format defined in $format.
33 // array of float values
40 // array of strings
54 // array of boolean data
69 // and with signed and other types of values from the above $args_array array
[all …]
H A Dvfprintf_variation16_64bit.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
29 // Arrays of signed and other type of values for the format defined in $format.
33 // array of float values
40 // array of strings
54 // array of boolean data
69 // and with signed and other types of values from the above $args_array array
[all …]
/PHP-7.1/Zend/RFCs/
H A D003.txt12 Many internal functions of PHP will reject parameters because of their
16 developers to know that the data passed to their functions are of the
18 every function to check for the type of data.
24 Loose typing mostly means evaluating the contents of the variable and
25 not the type of the variable itself. The requirements for this would
26 and should work much like several of the is_* functions do now.
28 The typing of parameters would be optional and those not typed would
38 function. Duplicating the functionallity of is_scalar, is_resource,
45 The current function syntax should be expanded to allow typing of
60 the execution of a script as that function cannot be run and code
[all …]
/PHP-7.1/Zend/tests/type_declarations/
H A Dscalar_basic.phpt81 *** Caught Argument 1 passed to {closure}() must be of the type integer, string given, called in %s…
84 *** Caught Argument 1 passed to {closure}() must be of the type integer, string given, called in %s…
90 *** Caught Argument 1 passed to {closure}() must be of the type integer, float given, called in %s …
99 *** Caught Argument 1 passed to {closure}() must be of the type integer, null given, called in %s o…
103 *** Caught Argument 1 passed to {closure}() must be of the type integer, array given, called in %s …
113 *** Trying resource(%d) of type (stream)
153 *** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in %s on …
157 *** Caught Argument 1 passed to {closure}() must be of the type float, array given, called in %s on…
167 *** Trying resource(%d) of type (stream)
220 *** Trying resource(%d) of type (stream)
[all …]
/PHP-7.1/ext/enchant/tests/
H A Dbug13181.phpt38 resource(%d) of type (enchant_dict)
39 resource(%d) of type (enchant_dict)
40 resource(%d) of type (enchant_broker)
41 resource(%d) of type (enchant_broker)
42 resource(%d) of type (enchant_dict)
43 resource(%d) of type (enchant_dict)
/PHP-7.1/ext/date/tests/
H A Dgmdate_variation6.phpt17 echo "\n-- Testing gmdate() function with full textual representation of month format --\n";
21 echo "\n-- Testing gmdate() function with numeric representation of month format --\n";
25 echo "\n-- Testing gmdate() function with short textual representation of month format --\n";
29 echo "\n-- Testing gmdate() function with numeric representation of month without leading zeros for…
33 echo "\n-- Testing gmdate() function with number of days in a month format --\n";
42 -- Testing gmdate() function with full textual representation of month format --
46 -- Testing gmdate() function with numeric representation of month format --
50 -- Testing gmdate() function with short textual representation of month format --
54 -- Testing gmdate() function with numeric representation of month without leading zeros format --
58 -- Testing gmdate() function with number of days in a month format --
H A Dgmstrftime_variation7.phpt18 //array of values to iterate over
20 'Day of the month as a decimal number' => "%d",
21 'Day of the year as a decimal number' => "%j",
22 'Day of the week as a decimal number' => "%w"
25 // loop through each element of the array for timestamp
38 --Day of the month as a decimal number--
42 --Day of the year as a decimal number--
46 --Day of the week as a decimal number--
H A Didate_variation4.phpt16 //array of values to iterate over
19 'Day of the month' => 'd',
23 'Day of the week' => 'w',
27 'Day of the year' => 'z',
30 // loop through each element of the array for timestamp
40 --Day of the month--
52 --Day of the week--
64 --Day of the year--
/PHP-7.1/ext/simplexml/
H A DREADME16 always results in iteration of 'node_name' elements. So no further
17 check is needed to distinguish the number of nodes of that type.
20 then the result does not include the TEXT data of subelements.
31 At the moment property access to multiple elements of the same
32 name returns an array of SimpleXML objects. This should be an
33 object of a new type instead so that all kinds of linkage,
/PHP-7.1/ext/standard/tests/array/
H A Darray_key_exists_error.phpt2 Test array_key_exists() function : error conditions - Pass incorrect number of args
12 * Pass incorrect number of arguments to array_key_exists() to test behaviour
17 //Test array_key_exists with one more than the expected number of arguments
18 echo "\n-- Testing array_key_exists() function with more than expected no. of arguments --\n";
24 // Testing array_key_exists with one less than the expected number of arguments
25 echo "\n-- Testing array_key_exists() function with less than expected no. of arguments --\n";
34 -- Testing array_key_exists() function with more than expected no. of arguments --
39 -- Testing array_key_exists() function with less than expected no. of arguments --
H A Darray_slice_error.phpt2 Test array_slice() function : error conditions - Pass incorrect number of args
11 * Pass an incorrect number of arguments to array_slice() to test behaviour
16 //Test array_slice with one more than the expected number of arguments
17 echo "\n-- Testing array_slice() function with more than expected no. of arguments --\n";
25 // Testing array_slice with one less than the expected number of arguments
26 echo "\n-- Testing array_slice() function with less than expected no. of arguments --\n";
34 -- Testing array_slice() function with more than expected no. of arguments --
39 -- Testing array_slice() function with less than expected no. of arguments --
H A Dusort_error1.phpt2 Test usort() function : error conditions - Pass incorrect number of arguments
11 * Pass incorrect number of arguments to usort() to test behaviour
16 //Test usort with one more than the expected number of arguments
17 echo "\n-- Testing usort() function with more than expected no. of arguments --\n";
23 // Testing usort with one less than the expected number of arguments
24 echo "\n-- Testing usort() function with less than expected no. of arguments --\n";
32 -- Testing usort() function with more than expected no. of arguments --
37 -- Testing usort() function with less than expected no. of arguments --
/PHP-7.1/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt44 resource(%d) of type (Unknown)
46 resource(%d) of type (Unknown)
48 resource(%d) of type (Unknown)
50 resource(%d) of type (Unknown)
56 resource(%d) of type (Unknown)
58 resource(%d) of type (Unknown)
60 resource(%d) of type (Unknown)
62 resource(%d) of type (Unknown)
/PHP-7.1/ext/xml/tests/
H A Dxml_set_object_error.phpt20 //Test xml_set_object with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_object() function with more than expected no. of arguments --\n";
23 //WARNING: Unable to initialise parser of type resource
29 // Testing xml_set_object with one less than the expected number of arguments
30 echo "\n-- Testing xml_set_object() function with less than expected no. of arguments --\n";
32 //WARNING: Unable to initialise parser of type resource
41 -- Testing xml_set_object() function with more than expected no. of arguments --
46 -- Testing xml_set_object() function with less than expected no. of arguments --
/PHP-7.1/Zend/tests/
H A Dbug63762.phpt10 echo "Array of NULL:\n";
15 echo "\nArray of empty array:\n";
19 echo "\nArray of array of NULL values:\n";
31 Array of NULL:
36 Array of empty array:
40 Array of array of NULL values:
/PHP-7.1/ext/zlib/tests/
H A Dgzopen_variation3.phpt130 resource(%d) of type (stream)
133 resource(%d) of type (stream)
136 resource(%d) of type (stream)
139 resource(%d) of type (stream)
142 resource(%d) of type (stream)
161 resource(%d) of type (stream)
164 resource(%d) of type (stream)
167 resource(%d) of type (stream)
170 resource(%d) of type (stream)
173 resource(%d) of type (stream)
[all …]
/PHP-7.1/ext/gd/libgd/
H A DREADME4 The inclusion of this library with PHP is in response to the
5 popularity of the GD extension and the GD library itself. We felt
7 features of GD and by bundling GD with PHP we have a known target to
10 In addition to the above, a number of motivated PHP hackers have
11 expressed an interest in extending the functionality of the PHP-GD
12 combination. By putting a version of GD into PHP CVS we have provided
15 original maintainers of this library at boutell.com.
22 gd, the following copyright statement covers all of the authors who
31 the National Institutes of Health.
45 software is based in part on the work of the Independent JPEG
[all …]
/PHP-7.1/
H A DUPGRADING93 . The allowed_classes element of the $options parameter of unserialize() is
301 throw an instance of Error from __wakeup() or __set_state() instead of
304 instance of Error from __wakeup() or __set_state() instead of resulting in
322 base class will now throw an instance of Error instead of resulting in a
325 an instance of Error instead of resulting in a fatal error.
344 throw an instance of Error instead of resulting in a fatal error.
356 an instance of Error instead of resulting in a fatal error.
367 will now throw an instance of Error instead of resulting in a fatal error.
371 now throw an instance of Error instead of resulting in a fatal error
383 instance of Error instead of resulting in a fatal error.
[all …]
/PHP-7.1/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
/PHP-7.1/ext/intl/tests/
H A Ddateformat_clone.phpt18 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
24 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
26 $res_str .= "\nResult of clone formatting timestamp=0 is : \n$formatted";
32 Result of formatting timestamp=0 is :
34 Result of formatting timestamp=0 is :
36 Result of clone formatting timestamp=0 is :
H A Ddateformat_clone2.phpt18 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
24 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
26 $res_str .= "\nResult of clone formatting timestamp=0 is : \n$formatted";
32 Result of formatting timestamp=0 is :
34 Result of formatting timestamp=0 is :
36 Result of clone formatting timestamp=0 is :
/PHP-7.1/ext/pcre/tests/
H A Dpreg_last_error_error.phpt2 Test preg_grep() function : error conditions - wrong numbers of parameters
7 * Description: Returns the error code of the last PCRE regex execution
12 * 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
18 echo "\n-- Testing preg_last_error() function with more than expected no. of arguments --\n";
26 -- Testing preg_last_error() function with more than expected no. of arguments --

Completed in 39 milliseconds

12345678910>>...210