Home
last modified time | relevance | path

Searched refs:who (Results 1 – 25 of 48) sorted by last modified time

12

/PHP-7.4/
H A Dconfigure.ac168 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
H A Dphp.ini-development221 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production221 ; Note: People who wrote portable scripts should not depend on this ini
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.
/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'));
/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)
/PHP-7.4/win32/
H A Dgetrusage.c40 PHPAPI int getrusage(int who, struct rusage *usage) in getrusage() argument
46 if (who == RUSAGE_SELF) { in getrusage()
63 } else if (who == RUSAGE_THREAD) { in getrusage()
H A Dgetrusage.h114 PHPAPI int getrusage(int who, struct rusage *usage);
/PHP-7.4/tests/lang/
H A Dthis_assignment.phpt9 function who() {
23 function who() {
35 $a->who();
36 $b->who();
/PHP-7.4/ext/zlib/tests/
H A Dreadgzfile_variation9.phpt30 Destiny who cares
37 Destiny who cares
44 Destiny who cares
51 Destiny who cares
H A Dzlib_scheme_copy_variation2.phpt16 Destiny who cares
H A Dzlib_scheme_file_basic.phpt29 string(18) "Destiny who cares
H A Dzlib_scheme_file_get_contents_basic.phpt21 Destiny who cares
H A Dzlib_scheme_file_read_file_basic.phpt20 Destiny who cares
H A Dzlib_scheme_fopen_basic.phpt22 Destiny who cares
H A Dzlib_scheme_fopen_variation1.phpt27 Destiny who cares
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 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
H A Dgzfile_variation9.phpt38 string(18) "Destiny who cares
58 string(18) "Destiny who cares
78 string(18) "Destiny who cares
98 string(18) "Destiny who cares
H A Dgzgetc_basic.phpt37 Destiny who cares
H A Dgzgetc_basic_1.phpt38 Destiny who cares

Completed in 61 milliseconds

12