Searched refs:nice (Results 1 – 25 of 26) sorted by relevance
12
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | is_callable_anon.phpt | 16 echo "nice\n"; 22 nice
|
H A D | proc_nice_basic.phpt | 17 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_ereg_replace-compat-04.phpt | 11 $a="This is a nice and simple string"; 15 That is a nice and simple string
|
H A D | mb_ereg-compat-01.phpt | 11 $a="This is a nice and simple string"; 12 if (mb_ereg(".*nice and simple.*",$a)) {
|
H A D | mb_ereg-compat-02.phpt | 11 $a="This is a nice and simple string"; 23 This is a nice and simple string
|
/PHP-7.3/Zend/tests/ |
H A D | bug32596.phpt | 6 public $error = "please fix this thing, it wasted a nice part of my life!\n"; 25 please fix this thing, it wasted a nice part of my life!
|
/PHP-7.3/win32/ |
H A D | nice.h | 22 PHPAPI int nice(zend_long);
|
H A D | nice.c | 64 PHPAPI int nice(zend_long p) in nice() function
|
/PHP-7.3/ext/skeleton/ |
H A D | .gitignore.in | 12 config.nice
|
/PHP-7.3/ext/filter/tests/ |
H A D | 058.phpt | 8 'niceändsimple@example.com', 36 string(26) "niceändsimple@example.com"
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | sprintf_f_2.phpt | 33 That\'s a nice %2$s full of %1$d monkeys.'; 94 That's a nice world full of 100 monkeys\.\"
|
/PHP-7.3/ |
H A D | .gitignore | 49 config.nice 186 /config.nice.bat
|
H A D | README.GIT-RULES | 92 provide a nice commit message for each one. See example below.
|
H A D | configure.ac | 8 dnl Basic autoconf + automake initialization, generation of config.nice. 15 PHP_CONFIG_NICE(config.nice)
|
H A D | acinclude.m4 | 2694 dnl Generates the config.nice file
|
/PHP-7.3/sapi/phpdbg/ |
H A D | README.md | 43 … has been used previously to build PHP, there exists a file named *config.nice* which can be used …
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_autocommit.phpt | 54 // nice, we have a transactional engine to play with
|
/PHP-7.3/scripts/ |
H A D | phpize.m4 | 7 PHP_CONFIG_NICE(config.nice)
|
/PHP-7.3/ext/standard/ |
H A D | exec.c | 580 php_ignore_value(nice(pri));
|
H A D | config.m4 | 305 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass mempcpy strpncp…
|
/PHP-7.3/win32/build/ |
H A D | config.w32 | 262 getrusage.c ftok.c ioutil.c codepage.c nice.c \ 339 // Note, nice as a name is disallowed and will generate a warning and skip saving
|
H A D | confutils.js | 355 var nice = "cscript /nologo /e:jscript configure.js "; 361 nice += ' "' + arg + '"'; 564 config_profile.WriteLine(nice + ' %*'); 577 nicefile.WriteLine(nice + " %*"); 581 AC_DEFINE('CONFIGURE_COMMAND', nice, "Configure line");
|
/PHP-7.3/sapi/fpm/ |
H A D | php-fpm.conf.in | 89 ; Specify the nice(2) priority to apply to the master process (only if set)
|
H A D | www.conf.in | 64 ; Specify the nice(2) priority to apply to the pool processes (only if set)
|
/PHP-7.3/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 73 // this test does - nice to be able to test using MS SQL server
|
Completed in 37 milliseconds
12