Home
last modified time | relevance | path

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

12

/php-src/
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
H A Dphp.ini-development242 ; Note: People who wrote portable scripts should not depend on this ini
H A Dphp.ini-production242 ; Note: People who wrote portable scripts should not depend on this ini
H A DREADME.md140 For the list of people who've put work into PHP, please see the
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.
/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/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/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/fileinfo/tests/
H A Dmagic私はガラスを食べられます36518 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
H A Dmagic36518 # lead Sun/Cobalt developer) who agrees that they are good and worthy of
/php-src/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_variation2.phpt22 "who" => "admin2",
/php-src/win32/
H A Dgetrusage.h112 PHPAPI int getrusage(int who, struct rusage *usage);
H A Dgetrusage.c38 PHPAPI int getrusage(int who, struct rusage *usage) in getrusage() argument
44 if (who == RUSAGE_SELF) { in getrusage()
61 } else if (who == RUSAGE_THREAD) { in getrusage()
/php-src/tests/lang/
H A Dthis_assignment.phpt9 function who() {
23 function who() {
35 $a->who();
36 $b->who();
H A Dbug21961.phpt42 $who = get_parent_class($this);
43 if($who == NULL)
47 return eval("return ".$who.'::getName();');
/php-src/ext/zlib/tests/
H A Dreadgzfile_variation12.phpt28 Destiny who cares
35 Destiny who cares
42 Destiny who cares
49 Destiny who cares
H A Dreadgzfile_variation9.phpt27 Destiny who cares
34 Destiny who cares
41 Destiny who cares
48 Destiny who cares
H A Dzlib_scheme_copy_variation2.phpt12 Destiny who cares
H A Dzlib_scheme_file_basic.phpt24 string(18) "Destiny who cares
H A Dzlib_scheme_file_get_contents_basic.phpt16 Destiny who cares
H A Dzlib_scheme_file_read_file_basic.phpt15 Destiny who cares
H A Dzlib_scheme_fopen_basic.phpt17 Destiny who cares
H A Dzlib_scheme_fopen_variation1.phpt22 Destiny who cares
H A D004私はガラスを食べられます.txt.gz

Completed in 218 milliseconds

12