Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 47) sorted by relevance

12

/php-src/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt6 public static function who() {
87 parent|who
91 C|parent::who
95 B|parent::who
99 E|parent::who
103 A|who
105 C|who
110 parent|who
114 P|parent::who
118 $this|O::who
[all …]
/php-src/Zend/tests/
H A Dbug66719.phpt8 public static function who()
15 public static function who()
17 parent::who();
24 B::who();
25 call_user_func(array(A::class, 'who'));
26 call_user_func(array(B::class, 'parent::who'));
30 B::who();
31 call_user_func(array(A::class, 'who'));
32 call_user_func(array(B::class, 'parent::who'));
41 Deprecated: Callables of the form ["B", "parent::who"] are deprecated in %s on line %d
[all …]
H A Dlsb_015.phpt26 static::who();
28 public static function who() {
34 static::who();
37 static::who();
39 static::who();
41 static::who();
44 static::who();
50 static::who();
53 static::who();
59 public static function who() {
H A Dlsb_016.phpt8 public static function who() {
16 static::who();
20 static::who();
24 static::who();
27 public static function who() {
/php-src/tests/lang/
H A Dthis_assignment.phpt9 function who() {
23 function who() {
35 $a->who();
36 $b->who();
H A Dbug21961.phpt42 $who = get_parent_class($this);
43 if($who == NULL)
47 return eval("return ".$who.'::getName();');
/php-src/win32/
H A Dgetrusage.c38 PHPAPI int getrusage(int who, struct rusage *usage) in getrusage() argument
44 if (who == RUSAGE_SELF) { in getrusage()
61 } else if (who == RUSAGE_THREAD) { in getrusage()
H A Dgetrusage.h112 PHPAPI int getrusage(int who, struct rusage *usage);
/php-src/ext/zlib/tests/
H A Dreadgzfile_variation12.phpt28 Destiny who cares
35 Destiny who cares
42 Destiny who cares
49 Destiny who cares
H A Dreadgzfile_variation9.phpt27 Destiny who cares
34 Destiny who cares
41 Destiny who cares
48 Destiny who cares
H A Dgzfile_variation12.phpt36 string(18) "Destiny who cares
56 string(18) "Destiny who cares
76 string(18) "Destiny who cares
96 string(18) "Destiny who cares
H A Dgzfile_variation9.phpt35 string(18) "Destiny who cares
55 string(18) "Destiny who cares
75 string(18) "Destiny who cares
95 string(18) "Destiny who cares
H A Dgzopen_basic.phpt31 Destiny who cares
37 Destiny who cares
H A D004-mb.phpt29 string(18) "Destiny who cares
49 string(18) "Destiny who cares
H A D004.phpt29 string(18) "Destiny who cares
49 string(18) "Destiny who cares
H A D004私はガラスを食べられます.txt.gz
H A D004.txt.gz
H A Dzlib_scheme_file_read_file_basic.phpt15 Destiny who cares
H A Dzlib_scheme_file_get_contents_basic.phpt16 Destiny who cares
H A Dzlib_scheme_fopen_basic.phpt17 Destiny who cares
H A Dzlib_scheme_file_basic.phpt24 string(18) "Destiny who cares
H A Dzlib_scheme_fopen_variation1.phpt22 Destiny who cares
H A Dgzpassthru_basic.phpt22 Destiny who cares
/php-src/ext/standard/
H A Dmicrotime.c103 int who = RUSAGE_SELF; in PHP_FUNCTION() local
111 who = RUSAGE_CHILDREN; in PHP_FUNCTION()
116 if (getrusage(who, &usg) == -1) { in PHP_FUNCTION()
/php-src/ext/pcntl/
H A Dpcntl.c985 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
993 Z_PARAM_LONG(who) in PHP_FUNCTION()
1000 pri = getpriority(who, pid); in PHP_FUNCTION()
1010 if (who != PRIO_PGRP && who != PRIO_USER && who != PRIO_PROCESS && who != PRIO_DARWIN_THREAD) { in PHP_FUNCTION()
1013 } else if (who == PRIO_DARWIN_THREAD && pid != 0) { in PHP_FUNCTION()
1041 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
1050 Z_PARAM_LONG(who) in PHP_FUNCTION()
1055 if (setpriority(who, pid, pri)) { in PHP_FUNCTION()
1063 if (who != PRIO_PGRP && who != PRIO_USER && who != PRIO_PROCESS && who != PRIO_DARWIN_THREAD) { in PHP_FUNCTION()
1066 } else if (who == PRIO_DARWIN_THREAD && pid != 0) { in PHP_FUNCTION()
[all …]

Completed in 113 milliseconds

12