/PHP-7.4/main/ |
H A D | php_syslog.c | 38 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() argument 52 vsyslog(priority, format, args); in php_syslog() 57 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() argument 81 syslog(priority, "%.*s", (int)fbuf.len, fbuf.c); in php_syslog() 89 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog() 99 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog()
|
/PHP-7.4/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-7.4/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 | 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 | 73 [priority] => 2 79 [priority] => 1 85 [priority] => 0
|
/PHP-7.4/ext/standard/tests/network/ |
H A D | syslog_basic.phpt | 5 /* Prototype : bool syslog(int priority, string message) 15 $priority = LOG_WARNING; 19 var_dump( syslog($priority, $message) );
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_errors.h | 28 void gd_error_ex(int priority, const char *format, ...);
|
H A D | gd.c | 99 void gd_stderr_error(int priority, const char *format, va_list args) in gd_stderr_error() argument 101 switch (priority) { in gd_stderr_error() 126 static void _gd_error_ex(int priority, const char *format, va_list args) in _gd_error_ex() argument 129 gd_error_method(priority, format, args); in _gd_error_ex() 141 void gd_error_ex(int priority, const char *format, ...) in gd_error_ex() argument 146 _gd_error_ex(priority, format, args); in gd_error_ex()
|
/PHP-7.4/ext/standard/ |
H A D | syslog.c | 184 zend_long priority; in PHP_FUNCTION() local 189 Z_PARAM_LONG(priority) in PHP_FUNCTION() 193 php_syslog(priority, "%s", message); in PHP_FUNCTION()
|
/PHP-7.4/ext/soap/tests/bugs/ |
H A D | bug39832.phpt | 13 <parameters priority="high"> 20 return $x->priority;
|
/PHP-7.4/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)
|
H A D | bug79862.phpt | 2 Bug #79862: Public non-static property in child should take priority over private static
|
/PHP-7.4/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-7.4/ext/intl/tests/ |
H A D | dateformat_timezone_arg_variations.phpt | 27 //time zone has priority 31 //calendar has priority
|
H A D | dateformat_timezone_arg_variations4.phpt | 27 //time zone has priority 31 //calendar has priority
|
H A D | dateformat_timezone_arg_variations2.phpt | 27 //time zone has priority 31 //calendar has priority
|
H A D | dateformat_timezone_arg_variations3.phpt | 28 //time zone has priority 32 //calendar has priority
|
/PHP-7.4/ext/spl/ |
H A D | spl_heap.c | 86 zval priority; member 118 zval_ptr_dtor(&pq_elem->priority); in spl_ptr_heap_pqueue_elem_dtor() 125 Z_TRY_ADDREF_P(&pq_elem->priority); in spl_ptr_heap_pqueue_elem_ctor() 151 Z_TRY_ADDREF(elem->priority); in spl_pqueue_extract_helper() 152 add_assoc_zval_ex(result, "priority", sizeof("priority") - 1, &elem->priority); in spl_pqueue_extract_helper() 162 ZVAL_COPY(result, &elem->priority); in spl_pqueue_extract_helper() 223 zval *a_priority_p = &a->priority; in spl_ptr_pqueue_elem_cmp() 224 zval *b_priority_p = &b->priority; in spl_ptr_pqueue_elem_cmp() 659 zval *data, *priority; in SPL_METHOD() local 675 ZVAL_COPY(&elem.priority, priority); in SPL_METHOD() [all …]
|
/PHP-7.4/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
|
H A D | www.conf.in | 65 ; Specify the nice(2) priority to apply to the pool processes (only if set) 66 ; The value can vary from -19 (highest priority) to 20 (lower priority) 68 ; - The pool processes will inherit the master process priority 71 ; process.priority = -19
|
/PHP-7.4/Zend/ |
H A D | zend_ast.c | 1004 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_name() 1022 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_ns_name() 1794 if (priority > 70) smart_str_appendc(str, '('); in zend_ast_export_ex() 1803 if (priority > 70) smart_str_appendc(str, ')'); in zend_ast_export_ex() 1956 if (priority > 100) smart_str_appendc(str, '('); in zend_ast_export_ex() 2046 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex() 2050 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex() 2054 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex() 2057 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex() 2061 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex() [all …]
|
/PHP-7.4/build/ |
H A D | ax_gcc_func_attribute.m4 | 34 # constructor_priority for constructor attribute with priority
|