Home
last modified time | relevance | path

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

12345678910>>...189

/PHP-5.5/ext/standard/tests/array/
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 --
H A Darray_udiff_uassoc_error.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
22 //Test array_udiff_uassoc with one more than the expected number of arguments
23 echo "\n-- Testing array_udiff_uassoc() function with more than expected no. of arguments --\n";
26 // Testing array_udiff_uassoc with one less than the expected number of arguments
27 echo "\n-- Testing array_udiff_uassoc() function with less than expected no. of arguments --\n";
35 -- Testing array_udiff_uassoc() function with more than expected no. of arguments --
40 -- Testing array_udiff_uassoc() function with less than expected no. of arguments --
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling array_slice()
21 echo "-- Position of Internal Pointer in Result: --\n";
23 echo "\n-- Position of Internal Pointer in Original Array: --\n";
39 -- Position of Internal Pointer in Result: --
42 -- Position of Internal Pointer in Original Array: --
H A Dnatcasesort_variation10.phpt2 Test natcasesort() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling natcasesort()
18 echo "\n-- Initial Position of Internal Pointer: --\n";
25 echo "\n-- Position of Internal Pointer in Passed Array: --\n";
34 -- Initial Position of Internal Pointer: --
50 -- Position of Internal Pointer in Passed Array: --
H A Darray_multisort_variation7.phpt2 Test array_multisort() function : usage variation - test sort order of all types
11 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
30 'instance of classWithToString' => new classWithToString(),
31 'instance of classWithoutToString' => new classWithoutToString(),
41 *** Testing array_multisort() : usage variation - test sort order of all types***
55 ["instance of classWithToString"]=>
58 ["instance of classWithoutToString"]=>
/PHP-5.5/ext/standard/tests/file/
H A D007_variation4.phpt32 var_dump($file_handle); //Check for the content of handle
33 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
36 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
38 var_dump( fread($file_handle, 100) ); //Check for read operation; passes; expected: content of file
39 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
43 …lesize($file) ); //Check for size of existing data file before opening the file in "w+" mode agai…
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+"…
51 var_dump( file_exists($file) ); //Check for the existence of file
[all …]
H A Dfileinode_basic.phpt7 Description: Returns the inode number of the file, or FALSE in case of an error.
12 /* Getting inode of created file */
17 /* Getting inode of current file */
20 /* Getting inode of directories */
H A Dfilesize_variation1.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-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt124 Sequence out of range
139 Sequence out of range
145 Sequence out of range
151 Sequence out of range
157 Sequence out of range
160 Sequence out of range
163 Sequence out of range
178 Sequence out of range
193 Sequence out of range
196 Sequence out of range
[all …]
H A Dimap_fetchbody_error.phpt2 Test imap_fetchbody() function : error conditions - incorrect number of args
16 * Pass an incorrect number of arguments to imap_fetchbody() to test behaviour
22 //Test imap_fetchbody with one more than the expected number of arguments
23 echo "\n-- Testing imap_fetchbody() function with more than expected no. of arguments --\n";
33 // Testing imap_fetchbody with one less than the expected number of arguments
34 echo "\n-- Testing imap_fetchbody() function with less than expected no. of arguments --\n";
46 -- Testing imap_fetchbody() function with more than expected no. of arguments --
53 -- Testing imap_fetchbody() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt6 * Description: Replace text within a portion of a string
18 echo "\n-- Testing substr_replace() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing substr_replace() function with more than expected no. of arguments --\n";
29 echo "\n-- Testing substr_replace() function with start and length with a different number of eleme…
40 -- Testing substr_replace() function with less than expected no. of arguments --
48 -- Testing substr_replace() function with more than expected no. of arguments --
55 Warning: substr_replace(): 'from' and 'len' should be of same type - numerical or array in %s on l…
58 Warning: substr_replace(): 'from' and 'len' should be of same type - numerical or array in %s on l…
61 -- Testing substr_replace() function with start and length with a different number of elements --
63 Warning: substr_replace(): 'from' and 'len' should have the same number of elements in %s on line %d
[all …]
H A Dstrripos_offset.phpt19 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
22 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
25 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
28 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
34 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
37 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
40 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
43 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
H A Dstrval_error.phpt6 * Description: Get the string value of a variable.
22 //Test strval with one more than the expected number of arguments
23 echo "\n-- Testing strval() function with more than expected no. of arguments --\n";
26 // Testing strval with one less than the expected number of arguments
27 echo "\n-- Testing strval() function with less than expected no. of arguments --\n";
39 -- Testing strval() function with more than expected no. of arguments --
44 -- Testing strval() function with less than expected no. of arguments --
51 Catchable fatal error: Object of class MyClass could not be converted to string in %s on line %d
H A Djoin_error.phpt8 * Alias of function: implode()
17 // More than expected number of arguments
18 echo "\n-- Testing join() function with more than expected no. of arguments --\n";
25 // Less than expected number of arguments
26 echo "\n-- Testing join() with less than expected no. of arguments --\n";
41 -- Testing join() function with more than expected no. of arguments --
46 -- Testing join() with less than expected no. of arguments --
/PHP-5.5/ext/date/tests/
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')));
/PHP-5.5/ext/bz2/tests/
H A D003.txt.bz2
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt29 Error at offset %d of %d bytes
30 Error at offset %d of %d bytes
31 Error at offset %d of %d bytes
32 Error at offset %d of %d bytes
33 Error at offset %d of %d bytes
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt10 echo "In constructor of class A\n";
16 echo "In constructor of class B with args $a, $b\n";
22 echo "In constructor of class C\n";
28 echo "In constructor of class D\n";
74 In constructor of class A
75 In constructor of class A
88 In constructor of class B with args ,
89 In constructor of class B with args x, 123
94 Access to non-public constructor of class C
95 Access to non-public constructor of class D
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_error.phpt9 Description: Verify that the contents of a variable can be called as a function
10 In case of objects, $var = array($SomeObject, 'MethodName')
15 echo "\n-- Testing is_callable() function with less than expected no. of arguments --\n";
18 echo "\n-- Testing is_callable() function with more than expected no. of arguments --\n";
26 -- Testing is_callable() function with less than expected no. of arguments --
31 -- Testing is_callable() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_error.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
12 echo "\n-- Testing hypot() function with less than expected no. of arguments --\n";
16 echo "\n-- Testing hypot() function with more than expected no. of arguments --\n";
24 -- Testing hypot() function with less than expected no. of arguments --
30 -- Testing hypot() function with more than expected no. of arguments --
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING19 a list of current states and checking all of them as it advanced through the
46 that used an amount of store bounded by a multiple of the number of characters
86 functions to work this way. This got rid of about 600 lines of source. It
91 A side effect of this work was that the previous limit of 200 on the nesting
144 Format of compiled patterns
147 The compiled form of a pattern is a vector of unsigned units (bytes in 8-bit
301 value. The types are a set of #defines of the form PT_xxx, and the values are
306 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by
452 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum
478 is OP_REVERSE, followed by a count of the number of characters to move back the
[all …]
H A DLICENCE4 PCRE is a library of functions to support regular expressions whose syntax
5 and semantics are as close as possible to those of the Perl 5 language.
7 Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
13 included in the distribution is a set of C++ wrapper functions, and a
25 University of Cambridge Computing Service,
28 Copyright (c) 1997-2015 University of Cambridge
69 * Redistributions of source code must retain the above copyright notice,
70 this list of conditions and the following disclaimer.
73 notice, this list of conditions and the following disclaimer in the
76 * Neither the name of the University of Cambridge nor the name of Google
[all …]
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_error_001.phpt2 Test ereg_replace() function : error conditions - wrong number of args
14 //Test ereg_replace with one more than the expected number of arguments
15 echo "\n-- Testing ereg_replace() function with more than expected no. of arguments --\n";
22 // Testing ereg_replace with one less than the expected number of arguments
23 echo "\n-- Testing ereg_replace() function with less than expected no. of arguments --\n";
33 -- Testing ereg_replace() function with more than expected no. of arguments --
40 -- Testing ereg_replace() function with less than expected no. of arguments --
H A Deregi_replace_error_001.phpt2 Test eregi_replace() function : error conditions - wrong number of args
14 //Test eregi_replace with one more than the expected number of arguments
15 echo "\n-- Testing eregi_replace() function with more than expected no. of arguments --\n";
22 // Testing eregi_replace with one less than the expected number of arguments
23 echo "\n-- Testing eregi_replace() function with less than expected no. of arguments --\n";
33 -- Testing eregi_replace() function with more than expected no. of arguments --
40 -- Testing eregi_replace() function with less than expected no. of arguments --
/PHP-5.5/Zend/tests/
H A Dbug44660.phpt2 Bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)
31 Notice: Trying to get property of non-object in %sbug44660.php on line 6
34 Warning: Attempt to assign property of non-object in %sbug44660.php on line 9
37 Warning: Attempt to increment/decrement property of non-object in %sbug44660.php on line 12
40 Warning: Attempt to modify property of non-object in %sbug44660.php on line 15
43 Warning: Attempt to modify property of non-object in %sbug44660.php on line 18
46 Warning: Attempt to modify property of non-object in %sbug44660.php on line 21

Completed in 37 milliseconds

12345678910>>...189