Home
last modified time | relevance | path

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

123

/PHP-7.2/
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
H A DCREDITS1 For the list of people who've put work into PHP, please see
H A DINSTALL1340 case someone already answered someone else who had the same problem as
1799 Make sure any user who needs to run a PHP script has the rights
H A DREADME.EXT_SKEL144 beat a programmer who knows the real situation at hand. ext_skel is generally
H A DREADME.GIT-RULES30 3. Look at EXTENSIONS file to see who is the primary maintainer of
43 TSRM correctly and doesn't break for those who need that.
H A Dconfigure.ac184 dnl we create the libs subdirectory as the user who configures PHP.
/PHP-7.2/Zend/tests/
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.2/ext/fileinfo/tests/
H A Dmagic23042 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
H A Dmagic私はガラスを食べられます23042 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt293 magic_quotes MAGIC_QUOTES string BC filter for people who like magic quotes.
/PHP-7.2/ext/gd/libgd/
H A DREADME22 gd, the following copyright statement covers all of the authors who
24 this copyright notice, please contact Thomas Boutell who will be
/PHP-7.2/ext/json/
H A DREADME16 who maintains the extension.
/PHP-7.2/ext/mbstring/
H A DREADME3 New mbstring is under development, anyone who would like
/PHP-7.2/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.2/ext/pcntl/
H A Dpcntl.c1295 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
1299 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ll", &pid, &who) == FAILURE) { in PHP_FUNCTION()
1306 pri = getpriority(who, pid); in PHP_FUNCTION()
1334 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
1338 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|ll", &pri, &pid, &who) == FAILURE) { in PHP_FUNCTION()
1342 if (setpriority(who, pid, pri)) { in PHP_FUNCTION()
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog1951 44. To help people who use pcregrep to scan files containing exceedingly long
3431 config.h.generic, for the benefit of those who have to compile without
3448 maintainers who have recently made a script to detect big data structures
4147 much the same function. They were added by different people who were trying
4474 prefix path and installing with another. (Or so I'm told by someone who
4530 whether it really works. (The user who reported this had patched the
5622 be useful for non-Unix systems who don't want to bother with the POSIX stuff.
H A DREADME430 names config.h.generic and pcre.h.generic. These are provided for those who
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4770 writers who are not able to change the program that processes the pat-
9601 have been added at the request of users who want to make use of certain
/PHP-7.2/ext/pspell/
H A DREADME21 break things for those who are using older aspell, or result in very ugly code.
/PHP-7.2/ext/soap/
H A DTODO.old15 make the transport layer abstract.. what other transport layers are needed?... who uses smtp? what …
/PHP-7.2/ext/standard/
H A Dbasic_functions.c1801 ZEND_ARG_INFO(0, who)
H A Dmicrotime.c114 int who = RUSAGE_SELF; in PHP_FUNCTION() local
122 who = RUSAGE_CHILDREN; in PHP_FUNCTION()
127 if (getrusage(who, &usg) == -1) { in PHP_FUNCTION()
/PHP-7.2/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 ] )

Completed in 218 milliseconds

123