Home
last modified time | relevance | path

Searched refs:function (Results 476 – 500 of 7077) sorted by relevance

1...<<11121314151617181920>>...284

/PHP-5.6/sapi/cli/tests/
H A D006.phpt57 Function [ <internal:pcre> function preg_match ] {
67 Function [ <internal:pcre> function preg_match_all ] {
77 Function [ <internal:pcre> function preg_replace ] {
87 Function [ <internal:pcre> function preg_replace_callback ] {
97 Function [ <internal:pcre> function preg_filter ] {
107 Function [ <internal:pcre> function preg_split ] {
116 Function [ <internal:pcre> function preg_quote ] {
123 Function [ <internal:pcre> function preg_grep ] {
131 Function [ <internal:pcre> function preg_last_error ] {
/PHP-5.6/tests/classes/
H A Dfinal_redeclare.phpt9 final function show() {
10 echo "Call to function pass::show()\n";
17 function show() {
18 echo "Call to function fail::show()\n";
/PHP-5.6/ext/standard/tests/general_functions/
H A Dget_magic_quotes_gpc.phpt2 Test get_magic_quotes_gpc() function
6 * This function is not supported anymore and will always return false
9 echo "Simple testcase for get_magic_quotes_gpc() function\n";
19 Simple testcase for get_magic_quotes_gpc() function
H A Dget_magic_quotes_runtime.phpt2 Test get_magic_quotes_runtime() function
6 * This function is not supported anymore and will always return false
9 echo "Simple testcase for get_magic_quotes_runtime() function\n";
20 Simple testcase for get_magic_quotes_runtime() function
/PHP-5.6/Zend/tests/
H A Dbug34893.phpt7 function __get($name){
10 function __set($name, $value) {
16 function __get($name){
19 function __set($name, $value) {
H A Dbug45744.phpt6 public function __construct(array $data) {
10 private function callback($value) {
24 public function __construct(array $data) {
28 private function callBack($value) {
H A Dbug50810.phpt11 private function foo()
15 public function propertyFooExists()
24 public function methodExists()
29 public function propertyBarExists()
H A Dbug65372.phpt10 public static function Get()
21 function __construct()
26 public static function &GetCurrent()
31 public static function &Get()
H A Dcallable_type_hint_001.phpt7 function baz() {}
8 static function foo() {}
10 function foo(callable $bar) {
13 $closure = function () {};
H A Dns_028.inc5 function __construct() {
8 static function Bar() {
13 function Bar() {
/PHP-5.6/Zend/tests/traits/
H A Dconflict003.phpt8 public function smallTalk() {
11 public function bigTalk() {
17 public function smallTalk() {
20 public function bigTalk() {
H A Dlanguage005.phpt8 public function smallTalk() {
11 public function bigTalk() {
17 public function smallTalk() {
20 public function bigTalk() {
/PHP-5.6/tests/lang/
H A Dthis_assignment.phpt7 function me() { echo "first"; }
9 function who() {
23 function who() {
29 function me() { echo "second"; }
/PHP-5.6/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined at runtime should not cause compiler error
7 function foo() {
11 use function bar\foo;
/PHP-5.6/ext/date/tests/
H A Dgmdate_variation14.phpt2 Test gmdate() function : usage variation - Passing high positive and negetive float values to times…
16 echo "\n-- Testing gmdate() function with float 12.3456789000e10 to timestamp --\n";
20 echo "\n-- Testing gmdate() function with float -12.3456789000e10 to timestamp --\n";
29 -- Testing gmdate\(\) function with float 12.3456789000e10 to timestamp --
32 -- Testing gmdate\(\) function with float -12.3456789000e10 to timestamp --
H A Dtimezone_open_error.phpt2 Test timezone_open() function : error conditions
13 echo "\n-- Testing timezone_open() function with zero arguments --\n";
16 echo "\n-- Testing timezone_open() function with more than expected no. of arguments --\n";
26 -- Testing timezone_open() function with zero arguments --
31 -- Testing timezone_open() function with more than expected no. of arguments --
/PHP-5.6/ext/standard/tests/strings/
H A Dhebrev_error.phpt2 Test hebrev() function : error conditions
13 echo "\n-- Testing hebrev() function with no arguments --\n";
16 echo "\n-- Testing hebrev() function with more than expected no. of arguments --\n";
25 -- Testing hebrev() function with no arguments --
30 -- Testing hebrev() function with more than expected no. of arguments --
H A Dhebrevc_error.phpt2 Test hebrevc() function : error conditions
13 echo "\n-- Testing hebrevc() function with no arguments --\n";
16 echo "\n-- Testing hebrevc() function with more than expected no. of arguments --\n";
25 -- Testing hebrevc() function with no arguments --
30 -- Testing hebrevc() function with more than expected no. of arguments --
H A Dnl_langinfo_error1.phpt2 Test nl_langinfo() function : error conditions
19 echo "\n-- Testing nl_langinfo() function with no arguments --\n";
22 echo "\n-- Testing nl_langinfo() function with more than expected no. of arguments --\n";
31 -- Testing nl_langinfo() function with no arguments --
36 -- Testing nl_langinfo() function with more than expected no. of arguments --
H A Dstr_rot13_error.phpt2 Test str_rot13() function : error conditions
11 echo "-- Testing str_rot13() function with Zero arguments --\n";
14 echo "\n\n-- Testing str_rot13() function with more than expected no. of arguments --\n";
22 -- Testing str_rot13() function with Zero arguments --
28 -- Testing str_rot13() function with more than expected no. of arguments --
H A Dstrnatcasecmp_error.phpt2 Test strnatcasecmp() function : error conditions
11 echo "-- Testing strnatcmp() function with Zero arguments --\n";
14 echo "\n\n-- Testing strnatcasecmp() function with more than expected no. of arguments --\n";
23 -- Testing strnatcmp() function with Zero arguments --
29 -- Testing strnatcasecmp() function with more than expected no. of arguments --
H A Dstrnatcmp_error.phpt2 Test strnatcmp() function : error conditions
11 echo "-- Testing strnatcmp() function with Zero arguments --\n";
14 echo "\n\n-- Testing strnatcmp() function with more than expected no. of arguments --\n";
24 -- Testing strnatcmp() function with Zero arguments --
30 -- Testing strnatcmp() function with more than expected no. of arguments --
H A Dstrncasecmp_variation7.phpt2 Test strncasecmp() function : usage variations - binary safe
10 /* Test strncasecmp() function with null terminated strings and binary values passed to 'str1' & 's…
12 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
24 *** Test strncasecmp() function: with null terminated strings and binary inputs ***
H A Dstrncmp_variation7.phpt2 Test strncmp() function : usage variations - binary safe(null terminated strings)
10 /* Test strncmp() function with binary values passed to 'str1' & 'str2' and with the null terminate…
12 echo "*** Test strncmp() function: Checking with the null terminated strings ***\n";
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
22 *** Test strncmp() function: Checking with the null terminated strings ***
/PHP-5.6/ext/standard/tests/array/
H A Darray_diff_ukey_variation7.phpt2 Test array_diff_ukey() function : usage variation - Passing float indexed array
12 // Initialise function arguments not being substituted (if any)
16 function key_compare_func($key1, $key2)
21 echo "\n-- Testing array_diff_ukey() function with float indexed array --\n";
31 -- Testing array_diff_ukey() function with float indexed array --

Completed in 27 milliseconds

1...<<11121314151617181920>>...284