/php-src/main/ |
H A D | php_syslog.c | 35 PHPAPI void php_syslog_str(int priority, const zend_string* message) in php_syslog_str() argument 41 syslog(priority, "%s", ZSTR_VAL(message)); in php_syslog_str() 56 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog_str() 70 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog_str() 87 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() argument 101 vsyslog(priority, format, args); in php_syslog() 106 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() argument 124 php_syslog_str(priority, fbuf); in php_syslog()
|
H A D | php_syslog.h | 38 PHPAPI void php_syslog_str(int priority, const zend_string* message);
|
/php-src/win32/ |
H A D | wsyslog.c | 81 void syslog(int priority, const char *message, ...) in syslog() argument 86 vsyslog(priority, message, args); in syslog() 90 void vsyslog(int priority, const char *message, va_list args) in vsyslog() argument 102 switch (priority) { /* translate UNIX type into NT type */ in vsyslog() 123 ReportEventW(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strsw, NULL); in vsyslog() 136 ReportEventA(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in vsyslog()
|
/php-src/ext/spl/tests/ |
H A D | pqueue_004.phpt | 26 ["priority"]=> 33 ["priority"]=> 40 ["priority"]=> 47 ["priority"]=>
|
H A D | spl_pq_top_basic.phpt | 24 echo "priority: ",$priorityQueue->top(),PHP_EOL; 40 priority: 2 45 [priority] => 2
|
H A D | bug78436.phpt | 25 ["priority"]=> 42 ["priority"]=>
|
H A D | pqueue_001.phpt | 71 [priority] => 2 77 [priority] => 1 83 [priority] => 0
|
/php-src/ext/standard/ |
H A D | syslog.c | 97 zend_long priority; in PHP_FUNCTION() local 101 Z_PARAM_LONG(priority) in PHP_FUNCTION() 105 php_syslog_str(priority, message); in PHP_FUNCTION()
|
/php-src/ext/standard/tests/network/ |
H A D | syslog_null_byte.phpt | 10 $priority = LOG_WARNING; 14 syslog($priority, $message);
|
H A D | syslog_new_line.phpt | 10 $priority = LOG_WARNING; 14 syslog($priority, $message);
|
/php-src/ext/spl/ |
H A D | spl_heap.c | 72 zval priority; member 112 zval_ptr_dtor(&pq_elem->priority); in spl_ptr_heap_pqueue_elem_dtor() 119 Z_TRY_ADDREF_P(&pq_elem->priority); in spl_ptr_heap_pqueue_elem_ctor() 145 Z_TRY_ADDREF(elem->priority); in spl_pqueue_extract_helper() 156 ZVAL_COPY(result, &elem->priority); in spl_pqueue_extract_helper() 213 zval *a_priority_p = &a->priority; in spl_ptr_pqueue_elem_cmp() 214 zval *b_priority_p = &b->priority; in spl_ptr_pqueue_elem_cmp() 668 zval *data, *priority; in PHP_METHOD() local 674 Z_PARAM_ZVAL(priority); in PHP_METHOD() 684 ZVAL_COPY(&elem.priority, priority); in PHP_METHOD() [all …]
|
H A D | spl_heap.stub.php | 18 public function insert(mixed $value, mixed $priority): true {} argument
|
H A D | spl_heap_arginfo.h | 11 ZEND_ARG_TYPE_INFO(0, priority, IS_MIXED, 0)
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug39832.phpt | 13 <parameters priority="high"> 20 return $x->priority;
|
/php-src/ext/gd/libgd/ |
H A D | gd_errors.h | 28 void gd_error_ex(int priority, const char *format, ...);
|
/php-src/ext/standard/tests/general_functions/ |
H A D | proc_nice_basic-win.phpt | 78 'High priority' => [13, -10] 94 Testing 'High priority' (-10): Passed
|
H A D | proc_nice_variation5.phpt | 40 Warning: proc_nice(): Only a super user may attempt to increase the priority of a process in %s on …
|
/php-src/Zend/tests/namespaces/ |
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-src/ext/intl/tests/ |
H A D | dateformat_timezone_arg_variations4.phpt | 25 //time zone has priority 29 //calendar has priority
|
/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) 90 ; The value can vary from -19 (highest priority) to 20 (lowest priority) 92 ; - The pool process will inherit the master process priority 95 ; process.priority = -19
|
/php-src/ext/pcntl/tests/ |
H A D | pcntl_setpriority_error_linux.phpt | 30 …iority(): Error 13: Only a super user may attempt to increase the process priority in %s on line %d
|
/php-src/Zend/tests/ |
H A D | bug79862.phpt | 2 Bug #79862: Public non-static property in child should take priority over private static
|
/php-src/Zend/ |
H A D | zend_ast.c | 1347 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_name() 1365 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_ns_name() 2281 if (priority > 70) smart_str_appendc(str, '('); in zend_ast_export_ex() 2290 if (priority > 70) smart_str_appendc(str, ')'); in zend_ast_export_ex() 2521 if (priority > 100) smart_str_appendc(str, '('); in zend_ast_export_ex() 2624 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex() 2628 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex() 2632 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex() 2635 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex() 2639 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex() [all …]
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 1072 …function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool… argument
|