Home
last modified time | relevance | path

Searched refs:of (Results 451 – 475 of 4834) sorted by relevance

1...<<11121314151617181920>>...194

/PHP-5.5/ext/spl/internal/
H A Dsplstack.inc13 * @brief Implementation of a stack through a DoublyLinkedList. As SplStack
18 * The SplStack class provides the main functionalities of a
25 /** Changes the iteration mode. There are two orthogonal sets of modes that
28 * - The behavior of the iterator (either one or the other)
35 * @param $mode New mode of iteration
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_basic.phpt11 * Test basic functionality of opendir() with absolute and relative paths as $path argument
53 resource(%d) of type (stream)
57 resource(%d) of type (stream)
60 resource(%d) of type (Unknown)
61 resource(%d) of type (Unknown)
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_basic.phpt6 * Description: Makes a copy of the file source to dest.
21 echo "-- Checking whether the copy of file exists --\n";
25 echo "-- Checking filepermissions of file and its copies --\n";
50 -- Checking whether the copy of file exists --
53 -- Checking filepermissions of file and its copies --
H A D007_variation13-win32.phpt36 var_dump($file_handle); //Check for the content of handle
37 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
44 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
48 var_dump( file_exists($file) ); //Check for the existence of file
56 resource(%d) of type (stream)
H A D007_variation13.phpt36 var_dump($file_handle); //Check for the content of handle
37 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
38 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
44 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
48 var_dump( file_exists($file) ); //Check for the existence of file
56 resource(%d) of type (stream)
H A D007_variation15.phpt29 var_dump($file_handle); //Check for the content of handle
30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
36 …le_handle) ); //File pointer position after read operation, expected at the beginning of the file
47 resource(%d) of type (stream)
H A D007_variation23.phpt29 var_dump($file_handle); //Check for the content of handle
30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
36 …le_handle) ); //File pointer position after read operation, expected at the beginning of the file
47 resource(%d) of type (stream)
H A D007_variation7.phpt29 var_dump($file_handle); //Check for the content of handle
30 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
32 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
36 …le_handle) ); //File pointer position after read operation, expected at the beginning of the file
47 resource(%d) of type (stream)
H A Dpopen_pclose_basic.phpt56 echo "*** Testing for return type of popen() and pclose() functions ***\n";
81 line of text
83 line of text
85 line of text
87 line of text
89 line of text
98 *** Testing for return type of popen() and pclose() functions ***
/PHP-5.5/ext/standard/tests/array/
H A Dshuffle_error.phpt6 * Description: Randomly shuffle the contents of an array
11 * when invalid number of arguments are passed to the function
20 // more than the expected number of arguments
21 echo "\n-- Testing shuffle() function with more than expected no. of arguments --\n";
41 -- Testing shuffle() function with more than expected no. of arguments --
H A Darray_filter_variation3.phpt2 Test array_filter() function : usage variations - Different types of array for 'input' argument
11 * Passing different types of array as 'input' argument.
26 echo "*** Testing array_filter() : usage variations - different types of array for 'input' argument…
28 // different types of 'input' array
37 array(1 => 'one', 2, "key" => 'value') // combinition of associative and non-associative array
41 // loop through each element of 'input' with default callback
53 *** Testing array_filter() : usage variations - different types of array for 'input' argument***
H A Darray_rand_variation5.phpt11 * Test behaviour of array_rand() function when associative array and
40 echo"\n-- With num_req more than number of members in 'input' array --\n";
57 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
62 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
67 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
70 -- With num_req more than number of members in 'input' array --
72 Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array …
/PHP-5.5/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt18 echo "\n-- Testing property_exists() function with more than expected no. of arguments --\n";
22 echo "\n-- Testing property_exists() function with less than expected no. of arguments --\n";
33 -- Testing property_exists() function with more than expected no. of arguments --
38 -- Testing property_exists() function with less than expected no. of arguments --
45 Warning: First parameter must either be an object or the name of an existing class in %sproperty_ex…
/PHP-5.5/tests/lang/
H A DforeachLoop.010.phpt2 This test illustrates the impact of invoking destructors when refcount is decremented to 0 on forea…
11 // "Unless the array is referenced, foreach operates on a copy of
16 // of running the 'destructor' on $container.
19 // At this point the array $a is no longer referenced, so foreach should operate on a copy of the a…
22 // This provokes a difference in behaviour when changing the number of elements in the array while
/PHP-5.5/ext/gd/tests/
H A Dimagecolordeallocate_error4.phpt2 Testing imagecolordeallocate() of GD library with Out of range intergers (Below)
21 Warning: imagecolordeallocate(): Color index -1 out of range in %s on line %d
/PHP-5.5/ext/intl/tests/
H A Ddateformat_get_set_pattern.phpt33 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
44 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
61 Result of formatting timestamp=0 is :
66 Result of formatting timestamp=0 with the new pattern is :
72 Result of formatting timestamp=0 with the new pattern is :
78 Result of formatting timestamp=0 with the new pattern is :
84 Result of formatting timestamp=0 with the new pattern is :
H A Ddateformat_get_set_pattern2.phpt33 $res_str .= "\nResult of formatting timestamp=0 is : \n$formatted";
44 … $res_str .= "\nResult of formatting timestamp=0 with the new pattern is : \n$formatted";
61 Result of formatting timestamp=0 is :
66 Result of formatting timestamp=0 with the new pattern is :
72 Result of formatting timestamp=0 with the new pattern is :
78 Result of formatting timestamp=0 with the new pattern is :
84 Result of formatting timestamp=0 with the new pattern is :
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation10.phpt12 * the '$format' and '$args' arguments of the function
17 // defining an array of various char formats
25 // Arrays of non char values for the format defined in $format.
29 // array of float values
36 // array of int values
43 // array of strings
57 // array of boolean data
H A Dvfprintf_variation12.phpt16 * the '$format' and '$args' arguments of the function
21 // defining array of octal formats
29 // Arrays of non octal values for the format defined in $format.
33 // array of float values
40 // array of int values
47 // array of strings
61 // array of boolean data
H A Dvprintf_variation14.phpt16 * the '$format' and '$args' arguments of the function
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
33 // array of float values
40 // array of int values
47 // array of strings
61 // array of boolean data
H A Dvsprintf_variation14.phpt16 * the '$format' and '$args' arguments of the function
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
33 // array of float values
40 // array of int values
47 // array of strings
61 // array of boolean data
H A Dstrcspn_variation6.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
29 first line of heredoc string
30 second line of heredoc string
31 third line of heredocstring
63 // defining array of mask strings
78 // loop through each element of the arrays for string and mask arguments
H A Dvfprintf_variation12_64bit.phpt16 * the '$format' and '$args' arguments of the function
21 // defining array of octal formats
29 // Arrays of non octal values for the format defined in $format.
33 // array of float values
40 // array of int values
47 // array of strings
61 // array of boolean data
H A Dvprintf_variation14_64bit.phpt16 * the '$format' and '$args' arguments of the function
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
33 // array of float values
40 // array of int values
47 // array of strings
61 // array of boolean data
H A Dvsprintf_variation14_64bit.phpt16 * the '$format' and '$args' arguments of the function
21 // defining array of different hexa formats
29 // Arrays of non hexa values for the format defined in $format.
33 // array of float values
40 // array of int values
47 // array of strings
61 // array of boolean data

Completed in 27 milliseconds

1...<<11121314151617181920>>...194