Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.2/ext/spl/tests/
H A Dpqueue_004.phpt28 ["priority"]=>
35 ["priority"]=>
42 ["priority"]=>
49 ["priority"]=>
H A Dspl_pq_top_basic.phpt24 echo "priority: ",$priorityQueue->top(),PHP_EOL;
40 priority: 2
45 [priority] => 2
H A Dpqueue_001.phpt73 [priority] => 2
79 [priority] => 1
85 [priority] => 0
/PHP-7.2/ext/standard/tests/network/
H A Dsyslog_error.phpt5 /* 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 Dsyslog_basic-win32.phpt10 /* Prototype : bool syslog(int priority, string message)
20 $priority = LOG_WARNING;
24 var_dump( syslog($priority, $message) );
/PHP-7.2/win32/
H A Dwsyslog.c80 void syslog(int priority, const char *message, ...) in syslog() argument
92 switch (priority) { /* translate UNIX type into NT type */ in syslog()
110 ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL); in syslog()
/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_nice_error.phpt11 $priority = 1;
15 var_dump(proc_nice( $priority, $extra_arg) );
H A Dproc_nice_basic-win.phpt78 'High priority' => [13, -10]
94 Testing 'High priority' (-10): Passed
H A Dproc_nice_variation5.phpt40 Warning: proc_nice(): Only a super user may attempt to increase the priority of a process in %s on …
/PHP-7.2/ext/standard/
H A Dsyslog.c180 zend_long priority; in PHP_FUNCTION() local
185 Z_PARAM_LONG(priority) in PHP_FUNCTION()
189 php_syslog(priority, "%s", message); in PHP_FUNCTION()
H A Dbasic_functions.c1021 ZEND_ARG_INFO(0, priority)
2499 ZEND_ARG_INFO(0, priority)
/PHP-7.2/ext/gd/libgd/
H A Dgd_errors.h28 void gd_error_ex(int priority, const char *format, ...);
H A Dgd.c99 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.2/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
20 return $x->priority;
/PHP-7.2/Zend/tests/
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Specify the nice(2) priority to apply to the master process (only if set)
72 ; The value can vary from -19 (highest priority) to 20 (lowest priority)
74 ; - The pool process will inherit the master process priority
77 ; process.priority = -19
H A Dwww.conf.in64 ; Specify the nice(2) priority to apply to the pool processes (only if set)
65 ; The value can vary from -19 (highest priority) to 20 (lower priority)
67 ; - The pool processes will inherit the master process priority
70 ; process.priority = -19
/PHP-7.2/Zend/
H A Dzend_ast.c674 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_name()
692 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_ns_name()
1425 if (priority > 70) smart_str_appendc(str, '('); in zend_ast_export_ex()
1434 if (priority > 70) smart_str_appendc(str, ')'); in zend_ast_export_ex()
1587 if (priority > 100) smart_str_appendc(str, '('); in zend_ast_export_ex()
1677 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
1681 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex()
1685 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
1688 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex()
1692 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
[all …]
/PHP-7.2/ext/intl/tests/
H A Ddateformat_timezone_arg_variations.phpt27 //time zone has priority
31 //calendar has priority
H A Ddateformat_timezone_arg_variations4.phpt27 //time zone has priority
31 //calendar has priority
H A Ddateformat_timezone_arg_variations2.phpt27 //time zone has priority
31 //calendar has priority
H A Ddateformat_timezone_arg_variations3.phpt28 //time zone has priority
32 //calendar has priority
/PHP-7.2/ext/spl/
H A Dspl_heap.c133 zval *priority; in spl_pqueue_extract_helper() local
134 …if ((priority = zend_hash_str_find(Z_ARRVAL_P(value), "priority", sizeof("priority") - 1)) != NULL… in spl_pqueue_extract_helper()
135 return priority; in spl_pqueue_extract_helper()
631 zval *data, *priority, elem; in SPL_METHOD() local
634 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz", &data, &priority) == FAILURE) { in SPL_METHOD()
646 if (Z_REFCOUNTED_P(priority)) Z_ADDREF_P(priority); in SPL_METHOD()
650 add_assoc_zval_ex(&elem, "priority", sizeof("priority") - 1, priority); in SPL_METHOD()
1146 ZEND_ARG_INFO(0, priority)
/PHP-7.2/ext/pcntl/
H A Dpcntl.c158 ZEND_ARG_INFO(0, priority)

Completed in 60 milliseconds

12