/PHP-5.5/ext/standard/tests/class_object/ |
H A D | is_subclass_of_variation_003.phpt | 2 Test is_subclass_of() function : usage variations - case sensitivity 11 echo "*** Testing is_subclass_of() : usage variations ***\n"; 13 echo "*** Testing is_a() : usage variations ***\n"; 23 *** Testing is_subclass_of() : usage variations *** 24 *** Testing is_a() : usage variations ***
|
H A D | get_class_methods_variation_002.phpt | 2 Test get_class_methods() function : usage variations - case sensitivity 11 echo "*** Testing get_class_methods() : usage variations ***\n"; 22 *** Testing get_class_methods() : usage variations ***
|
H A D | is_a_variation_003.phpt | 2 Test is_a() function : usage variations - case sensitivity 13 echo "*** Testing is_a() : usage variations ***\n"; 23 *** Testing is_a() : usage variations ***
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | file_exists_variation1.phpt | 2 Test file_exists() function : usage variations 13 echo "*** Testing file_exists() : usage variations ***\n"; 24 *** Testing file_exists() : usage variations ***
|
/PHP-5.5/ext/gd/libgd/ |
H A D | webpng.c | 41 goto usage; in main() 78 goto usage; in main() 87 goto usage; in main() 104 goto usage; in main() 119 goto usage; in main() 228 usage: in main()
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | natcasesort_variation8.phpt | 2 Test natcasesort() function : usage variations - octal values 14 echo "*** Testing natcasesort() : usage variation ***\n"; 24 *** Testing natcasesort() : usage variation ***
|
H A D | array_key_exists_variation4.phpt | 2 Test array_key_exists() function : usage variations - referenced variables 15 echo "*** Testing array_key_exists() : usage variations ***\n"; 27 *** Testing array_key_exists() : usage variations ***
|
H A D | natcasesort_variation5.phpt | 2 Test natcasesort() function : usage variations - different hex values 14 echo "*** Testing natcasesort() : usage variation ***\n"; 23 *** Testing natcasesort() : usage variation ***
|
H A D | array_diff_variation10.phpt | 2 Test array_diff() function : usage variations - binary safe checking 15 echo "*** Testing array_diff() : usage variations ***\n"; 35 *** Testing array_diff() : usage variations ***
|
H A D | array_intersect_key_variation5.phpt | 2 Test array_intersect_key() function : usage variation - Passing float indexed array 10 echo "*** Testing array_intersect_key() : usage variation ***\n"; 22 *** Testing array_intersect_key() : usage variation ***
|
H A D | array_shift_variation7.phpt | 2 Test array_shift() function : usage variations - position of internal pointer 14 echo "*** Testing array_shift() : usage variations ***\n"; 27 *** Testing array_shift() : usage variations ***
|
H A D | natcasesort_variation6.phpt | 2 Test natcasesort() function : usage variations - referenced variables 14 echo "*** Testing natcasesort() : usage variation ***\n"; 33 *** Testing natcasesort() : usage variation ***
|
H A D | natcasesort_variation7.phpt | 2 Test natcasesort() function : usage variations - recursive arrays 14 echo "*** Testing natcasesort() : usage variations ***\n"; 26 *** Testing natcasesort() : usage variations ***
|
H A D | array_diff_key_variation5.phpt | 2 Test array_diff_key() function : usage variation - Passing float indexed array 10 echo "*** Testing array_diff_key() : usage variation ***\n"; 23 *** Testing array_diff_key() : usage variation ***
|
H A D | array_diff_uassoc_variation10.phpt | 2 Test array_diff_uassoc() function : usage variation - Passing float indexed array 11 echo "*** Testing array_diff_uassoc() : usage variation ***\n"; 24 *** Testing array_diff_uassoc() : usage variation ***
|
/PHP-5.5/ext/standard/tests/dir/ |
H A D | readdir_variation7.phpt | 2 Test readdir() function : usage variations - use file pointers 14 echo "*** Testing readdir() : usage variations ***\n"; 23 *** Testing readdir() : usage variations ***
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | ucwords_variation5.phpt | 2 Test ucwords() function : usage variations - custom delimiters 10 echo "*** Testing ucwords() : usage variations ***\n"; 20 *** Testing ucwords() : usage variations ***
|
H A D | join_variation6.phpt | 2 Test join() function : usage variations - binary safe 15 echo "*** Testing join() : usage variationsi - binary safe ***\n"; 29 *** Testing join() : usage variationsi - binary safe ***
|
/PHP-5.5/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_variation4.phpt | 2 Test image_type_to_mime_type() function : usage variations - Passing IMAGETYPE_ICO and IMAGETYPE_SWC 17 echo "*** Testing image_type_to_mime_type() : usage variations ***\n"; 26 *** Testing image_type_to_mime_type() : usage variations ***
|
/PHP-5.5/ext/date/tests/ |
H A D | gmdate_variation5.phpt | 2 Test gmdate() function : usage variation - Passing Week representation to format. 11 echo "*** Testing gmdate() : usage variation ***\n"; 24 *** Testing gmdate() : usage variation ***
|
H A D | strftime_variation8.phpt | 2 Test strftime() function : usage variation - Passing literal related strings to format argument. 11 echo "*** Testing strftime() : usage variation ***\n"; 26 *** Testing strftime() : usage variation ***
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | bug69752.phpt | 41 $usage = intval(floor(memory_get_usage() / 1024)); 43 if ($first_time_usage === null) $first_time_usage = $usage; 46 if (abs($first_time_usage - $usage) > 3){ 47 printf("Memory Leak Detected: %d != %d\n", $usage, $first_time_usage);
|
/PHP-5.5/ext/ereg/tests/ |
H A D | split_variation_004.phpt | 2 Test split() function : usage variations - out-of-range values for limit 15 echo "*** Testing split() : usage variations ***\n"; 26 *** Testing split() : usage variations ***
|
H A D | spliti_variation_004.phpt | 2 Test spliti() function : usage variations - out-of-range values for limit 15 echo "*** Testing spliti() : usage variations ***\n"; 26 *** Testing spliti() : usage variations ***
|
/PHP-5.5/ext/standard/tests/math/ |
H A D | sqrt_variation.phpt | 2 Test variations in usage of sqrt() 14 echo "*** Testing sqrt() : usage variations ***\n"; 40 *** Testing sqrt() : usage variations ***
|