Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 1846) sorted by relevance

12345678910>>...74

/PHP-5.5/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_003.phpt2 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 Dget_class_methods_variation_002.phpt2 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 Dis_a_variation_003.phpt2 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 Dfile_exists_variation1.phpt2 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 Dwebpng.c41 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 Dnatcasesort_variation8.phpt2 Test natcasesort() function : usage variations - octal values
14 echo "*** Testing natcasesort() : usage variation ***\n";
24 *** Testing natcasesort() : usage variation ***
H A Darray_key_exists_variation4.phpt2 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 Dnatcasesort_variation5.phpt2 Test natcasesort() function : usage variations - different hex values
14 echo "*** Testing natcasesort() : usage variation ***\n";
23 *** Testing natcasesort() : usage variation ***
H A Darray_diff_variation10.phpt2 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 Darray_intersect_key_variation5.phpt2 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 Darray_shift_variation7.phpt2 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 Dnatcasesort_variation6.phpt2 Test natcasesort() function : usage variations - referenced variables
14 echo "*** Testing natcasesort() : usage variation ***\n";
33 *** Testing natcasesort() : usage variation ***
H A Dnatcasesort_variation7.phpt2 Test natcasesort() function : usage variations - recursive arrays
14 echo "*** Testing natcasesort() : usage variations ***\n";
26 *** Testing natcasesort() : usage variations ***
H A Darray_diff_key_variation5.phpt2 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 Darray_diff_uassoc_variation10.phpt2 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 Dreaddir_variation7.phpt2 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 Ducwords_variation5.phpt2 Test ucwords() function : usage variations - custom delimiters
10 echo "*** Testing ucwords() : usage variations ***\n";
20 *** Testing ucwords() : usage variations ***
H A Djoin_variation6.phpt2 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 Dimage_type_to_mime_type_variation4.phpt2 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 Dgmdate_variation5.phpt2 Test gmdate() function : usage variation - Passing Week representation to format.
11 echo "*** Testing gmdate() : usage variation ***\n";
24 *** Testing gmdate() : usage variation ***
H A Dstrftime_variation8.phpt2 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 Dbug69752.phpt41 $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 Dsplit_variation_004.phpt2 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 Dspliti_variation_004.phpt2 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 Dsqrt_variation.phpt2 Test variations in usage of sqrt()
14 echo "*** Testing sqrt() : usage variations ***\n";
40 *** Testing sqrt() : usage variations ***

Completed in 37 milliseconds

12345678910>>...74