Searched refs:who (Results 1 – 25 of 44) sorted by relevance
12
6 public static function who() {87 parent|who89 C|parent::who91 B|parent::who93 E|parent::who95 A|who97 C|who102 parent|who104 P|parent::who106 $this|O::who[all …]
8 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'));
26 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() {
8 public static function who() {16 static::who();20 static::who();24 static::who();27 public static function who() {
9 function who() {23 function who() {35 $a->who();36 $b->who();
42 $who = get_parent_class($this);43 if($who == NULL)47 return eval("return ".$who.'::getName();');
38 PHPAPI int getrusage(int who, struct rusage *usage) in getrusage() argument44 if (who == RUSAGE_SELF) { in getrusage()61 } else if (who == RUSAGE_THREAD) { in getrusage()
112 PHPAPI int getrusage(int who, struct rusage *usage);
28 Destiny who cares35 Destiny who cares42 Destiny who cares49 Destiny who cares
27 Destiny who cares34 Destiny who cares41 Destiny who cares48 Destiny who cares
36 string(18) "Destiny who cares56 string(18) "Destiny who cares76 string(18) "Destiny who cares96 string(18) "Destiny who cares
35 string(18) "Destiny who cares55 string(18) "Destiny who cares75 string(18) "Destiny who cares95 string(18) "Destiny who cares
29 string(18) "Destiny who cares49 string(18) "Destiny who cares
31 Destiny who cares37 Destiny who cares
15 Destiny who cares
16 Destiny who cares
17 Destiny who cares
24 string(18) "Destiny who cares
22 Destiny who cares
27 Destiny who cares
103 int who = RUSAGE_SELF; in PHP_FUNCTION() local111 who = RUSAGE_CHILDREN; in PHP_FUNCTION()116 if (getrusage(who, &usg) == -1) { in PHP_FUNCTION()
Completed in 26 milliseconds