/PHP-5.3/ext/spl/tests/ |
H A D | pqueue_004.phpt | 28 ["priority"]=> 35 ["priority"]=> 42 ["priority"]=> 49 ["priority"]=>
|
H A D | spl_pq_top_basic.phpt | 20 echo "priority: ",$priorityQueue->top(),PHP_EOL; 34 priority: 2 39 [priority] => 2
|
H A D | pqueue_001.phpt | 73 [priority] => 2 79 [priority] => 1 85 [priority] => 0
|
/PHP-5.3/ext/standard/tests/network/ |
H A D | syslog_error.phpt | 5 /* Prototype : bool syslog(int priority, string message) 16 $priority = 10; 19 var_dump( syslog($priority, $message, $extra_arg) ); 23 $priority = 10; 24 var_dump( syslog($priority) );
|
H A D | syslog_basic-win32.phpt | 10 /* Prototype : bool syslog(int priority, string message) 20 $priority = LOG_WARNING; 24 var_dump( syslog($priority, $message) );
|
/PHP-5.3/win32/ |
H A D | wsyslog.c | 81 void syslog(int priority, const char *message, ...) in syslog() argument 94 switch (priority) { /* translate UNIX type into NT type */ in syslog() 112 ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in syslog()
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | proc_nice_error.phpt | 13 $priority = 18 var_dump(proc_nice( $priority, $extra_arg ) );
|
H A D | proc_nice_variation5.phpt | 39 Warning: proc_nice(): Only a super user may attempt to increase the priority of a process in %s on …
|
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug39832.phpt | 13 <parameters priority="high"> 20 return $x->priority;
|
/PHP-5.3/ext/standard/ |
H A D | syslog.c | 263 long priority; in PHP_FUNCTION() local 267 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &priority, in PHP_FUNCTION() 272 php_syslog(priority, "%s", message); in PHP_FUNCTION()
|
H A D | basic_functions.c | 1053 ZEND_ARG_INFO(0, priority) 2488 ZEND_ARG_INFO(0, priority)
|
/PHP-5.3/Zend/tests/ |
H A D | ns_021.phpt | 2 021: Name search priority (first look into namespace)
|
H A D | ns_022.phpt | 2 022: Name search priority (first look into import, then into current namespace and then for class)
|
/PHP-5.3/ext/session/tests/ |
H A D | bug60634.phpt | 4 Long term low priority bug, working on it
|
H A D | bug60634_error_4.phpt | 4 Long term low priority bug, working on it
|
H A D | bug60634_error_5.phpt | 4 Long term low priority bug, working on it
|
H A D | bug60634_error_1.phpt | 4 Long term low priority bug, working on it
|
H A D | bug60634_error_2.phpt | 4 Long term low priority bug, working on it
|
H A D | bug60634_error_3.phpt | 4 Long term low priority bug, working on it
|
/PHP-5.3/ext/spl/ |
H A D | spl_heap.c | 132 zval **priority; in spl_pqueue_extract_helper() local 133 …if (zend_hash_find(Z_ARRVAL_PP(value), "priority", sizeof("priority"), (void **) &priority) == SUC… in spl_pqueue_extract_helper() 134 return priority; in spl_pqueue_extract_helper() 669 zval *data, *priority, *elem; in SPL_METHOD() local 672 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zz", &data, &priority) == FAILURE) { in SPL_METHOD() 684 SEPARATE_ARG_IF_REF(priority); in SPL_METHOD() 690 add_assoc_zval_ex(elem, "priority", sizeof("priority"), priority); in SPL_METHOD() 1158 ZEND_ARG_INFO(0, priority)
|
/PHP-5.3/sapi/fpm/ |
H A D | php-fpm.conf.in | 79 ; Specify the nice(2) priority to apply to the master process (only if set) 80 ; The value can vary from -19 (highest priority) to 20 (lower priority) 82 ; - The pool process will inherit the master process priority 85 ; process.priority = -19 174 ; Specify the nice(2) priority to apply to the pool processes (only if set) 175 ; The value can vary from -19 (highest priority) to 20 (lower priority) 177 ; - The pool processes will inherit the master process priority 180 ; priority = -19
|
/PHP-5.3/ext/pcntl/ |
H A D | pcntl.c | 134 ZEND_ARG_INFO(0, priority)
|
/PHP-5.3/ |
H A D | NEWS | 453 . Fixed bug #62160 (Add process.priority to set nice(2) priorities). (fat) 5132 - Changed priority of PHPRC environment variable on win32 to be higher then 7031 - Fixed bug #29873 (No defines around pcntl_*priority definitions). (Derick)
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 998 # priority 1 bit -
|