Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 48) sorted by path

12

/PHP-7.4/
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
314 3. Look at [EXTENSIONS](/EXTENSIONS) file to see who is the primary maintainer
327 and doesn't break for those who need that.
H A DREADME.md133 For the list of people who've put work into PHP, please see the
H A Dconfigure.ac168 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
/PHP-7.4/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'));
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-7.4/ext/bcmath/libbcmath/
H A DLICENSE22 Free Software Foundation and other authors who decide to use it. You
201 entire whole, and thus to each and every part regardless of who wrote
297 that the user who changes the contents of definitions files in the
356 rights under this License. However, parties who have received copies,
386 all those who receive copies directly or indirectly through you, then
411 original copyright holder who places the Library under this License
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic26711 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
H A Dmagic私はガラスを食べられます26711 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt42 echo hash('crc32c', 'He who has a shady past knows that nice guys finish last.'), "\n";
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE22 Free Software Foundation and other authors who decide to use it. You
198 entire whole, and thus to each and every part regardless of who wrote
294 that the user who changes the contents of definitions files in the
353 rights under this License. However, parties who have received copies,
383 all those who receive copies directly or indirectly through you, then
407 original copyright holder who places the Library under this License may add
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1354 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
1358 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ll", &pid, &who) == FAILURE) { in PHP_FUNCTION()
1365 pri = getpriority(who, pid); in PHP_FUNCTION()
1393 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
1397 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|ll", &pri, &pid, &who) == FAILURE) { in PHP_FUNCTION()
1401 if (setpriority(who, pid, pri)) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1804 ZEND_ARG_INFO(0, who)
H A Dmicrotime.c109 int who = RUSAGE_SELF; in PHP_FUNCTION() local
117 who = RUSAGE_CHILDREN; in PHP_FUNCTION()
122 if (getrusage(who, &usg) == -1) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt6 public static function who() {
84 parent|who
86 C|parent::who
88 B|parent::who
90 E|parent::who
92 A|who
94 C|who
99 parent|who
101 P|parent::who
103 $this|O::who
[all …]
H A Dgetrusage_basic.phpt7 /* Prototype : array getrusage ([ int $who ] )
/PHP-7.4/ext/standard/tests/strings/
H A Dhttp_build_query_variation2.phpt27 "who" => "admin2",
/PHP-7.4/ext/zlib/tests/
H A D004-mb.phpt37 string(18) "Destiny who cares
57 string(18) "Destiny who cares
H A D004.phpt37 string(18) "Destiny who cares
57 string(18) "Destiny who cares
H A D004.txt.gz
H A D004私はガラスを食べられます.txt.gz
H A Ddata.inc17 For who would bear the whips and scorns of time,
23 With a bare bodkin? who would fardels bear,
H A Dgzeof_basic.phpt46 Destiny who cares
H A Dgzfile_variation11.phpt41 string(18) "Destiny who cares
61 string(18) "Destiny who cares
81 string(18) "Destiny who cares
101 string(18) "Destiny who cares
121 string(18) "Destiny who cares
H A Dgzfile_variation12.phpt39 string(18) "Destiny who cares
59 string(18) "Destiny who cares
79 string(18) "Destiny who cares
99 string(18) "Destiny who cares

Completed in 202 milliseconds

12