Searched refs:nice (Results 1 – 25 of 25) sorted by relevance
/php-src/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 | 12 exec('ps -p 1 -o "pid,nice"', $output, $exit_code); 21 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
|
/php-src/ext/mbstring/tests/ |
H A D | mb_ereg_replace-compat-04.phpt | 12 $a="This is a nice and simple string"; 16 That is a nice and simple string
|
H A D | mb_ereg-compat-01.phpt | 12 $a="This is a nice and simple string"; 13 if (mb_ereg(".*nice and simple.*",$a)) {
|
H A D | mb_ereg-compat-02.phpt | 12 $a="This is a nice and simple string"; 24 This is a nice and simple string
|
/php-src/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-src/ext/skeleton/ |
H A D | .gitignore.in | 14 config.nice 15 config.nice.bat
|
/php-src/win32/ |
H A D | nice.h | 20 PHPAPI int nice(zend_long);
|
H A D | nice.c | 62 PHPAPI int nice(zend_long p) in nice() function
|
/php-src/ext/filter/tests/ |
H A D | 058.phpt | 8 'niceändsimple@example.com', 36 string(26) "niceändsimple@example.com"
|
/php-src/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-src/ |
H A D | .gitignore | 57 config.nice 189 /config.nice.bat
|
H A D | configure.ac | 16 dnl Basic autoconf initialization, generation of config.nice. 25 PHP_CONFIG_NICE([config.nice]) 569 nice
|
H A D | CONTRIBUTING.md | 390 nice commit message for each one. See example below.
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_autocommit.phpt | 55 // nice, we have a transactional engine to play with
|
/php-src/scripts/ |
H A D | phpize.m4 | 18 PHP_CONFIG_NICE([config.nice])
|
/php-src/ext/standard/ |
H A D | exec.c | 550 php_ignore_value(nice(pri));
|
/php-src/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 | 75 ; Specify the nice(2) priority to apply to the pool processes (only if set)
|
/php-src/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 72 // this test does - nice to be able to test using MS SQL server
|
/php-src/win32/build/ |
H A D | config.w32 | 310 getrusage.c ftok.c ioutil.c codepage.c nice.c \ 383 // Note, nice as a name is disallowed and will generate a warning and skip saving
|
H A D | confutils.js | 339 var nice = "cscript /nologo /e:jscript configure.js "; 345 nice += ' "' + arg + '"'; 549 config_profile.WriteLine(nice + ' %*'); 562 nicefile.WriteLine(nice + " %*"); 566 AC_DEFINE('CONFIGURE_COMMAND', nice, "Configure line");
|
/php-src/ext/hash/tests/ |
H A D | crc32.phpt | 70 echo hash('crc32c', 'He who has a shady past knows that nice guys finish last.'), "\n";
|
/php-src/build/ |
H A D | php.m4 | 2056 dnl configure command run by user. This file is named 'config.nice' in PHP.
|
H A D | libtool.m4 | 867 # nice to cause kernel panics so lets avoid the loop below.
|
Completed in 55 milliseconds