Home
last modified time | relevance | path

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

12

/php-src/
H A DCONTRIBUTING.md3 Anybody who programs in PHP can be a contributing member of the community that
339 3. Look at [EXTENSIONS](/EXTENSIONS) file to see who is the primary maintainer
352 break for those who need that.
H A DREADME.md140 For the list of people who've put work into PHP, please see the
H A DUPGRADING78 may affect users who previously enabled JIT through opcache.jit_buffer_size
H A Dconfigure.ac120 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
/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/docs/source/core/data-structures/
H A Dreference-counting.rst8 be freed for as long as it is used anywhere in the program. Sometimes this makes it unclear who is
/php-src/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-src/ext/fileinfo/tests/
H A Dmagic36518 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
H A Dmagic私はガラスを食べられます36518 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
/php-src/ext/hash/tests/
H A Dcrc32.phpt70 echo hash('crc32c', 'He who has a shady past knows that nice guys finish last.'), "\n";
/php-src/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-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3701 static void check_match(LexState*ls,int what,int who,int where){
3708 luaX_token2str(ls,what),luaX_token2str(ls,who),where));
/php-src/ext/pcntl/
H A Dpcntl.c1031 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
1039 Z_PARAM_LONG(who) in PHP_FUNCTION()
1046 pri = getpriority(who, pid); in PHP_FUNCTION()
1056 if (who != PRIO_PGRP && who != PRIO_USER && who != PRIO_PROCESS && who != PRIO_DARWIN_THREAD) { in PHP_FUNCTION()
1059 } else if (who == PRIO_DARWIN_THREAD && pid != 0) { in PHP_FUNCTION()
1087 zend_long who = PRIO_PROCESS; in PHP_FUNCTION() local
1096 Z_PARAM_LONG(who) in PHP_FUNCTION()
1101 if (setpriority(who, pid, pri)) { in PHP_FUNCTION()
1109 if (who != PRIO_PGRP && who != PRIO_USER && who != PRIO_PROCESS && who != PRIO_DARWIN_THREAD) { in PHP_FUNCTION()
1112 } else if (who == PRIO_DARWIN_THREAD && pid != 0) { in PHP_FUNCTION()
[all …]
/php-src/ext/standard/libavifinfo/
H A DPATENTS84 2.8. Licensee. "Licensee" means any person or entity who exercises patent
/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/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/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_variation2.phpt22 "who" => "admin2",
/php-src/ext/zlib/tests/
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 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.phpt41 Destiny who cares

Completed in 292 milliseconds

12