Searched defs:priority (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/win32/ |
H A D | wsyslog.c | 81 void syslog(int priority, const char *message, ...) in syslog() 90 void vsyslog(int priority, const char *message, va_list args) in vsyslog()
|
/PHP-8.0/main/ |
H A D | php_syslog.c | 48 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() 67 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
|
/PHP-8.0/ext/standard/ |
H A D | syslog.c | 171 zend_long priority; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 481 function syslog(int $priority, string $message): bool {} 748 function proc_nice(int $priority): bool {}
|
/PHP-8.0/Zend/ |
H A D | zend_ast.c | 1030 static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_name() 1043 static ZEND_COLD void zend_ast_export_ns_name(smart_str *str, zend_ast *ast, int priority, int inde… in zend_ast_export_ns_name() 1105 static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var() 1123 …zend_ast_export_list(smart_str *str, zend_ast_list *list, bool separator, int priority, int indent) in zend_ast_export_list() 1277 static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval() 1465 static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
|
/PHP-8.0/ext/spl/ |
H A D | spl_heap.stub.php | 11 public function insert(mixed $value, mixed $priority) {}
|
H A D | spl_heap.c | 84 zval priority; member 637 zval *data, *priority; in PHP_METHOD() local
|
/PHP-8.0/ext/pcntl/ |
H A D | pcntl.stub.php | 72 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{}
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 99 void gd_stderr_error(int priority, const char *format, va_list args) in gd_stderr_error() 126 static void _gd_error_ex(int priority, const char *format, va_list args) in _gd_error_ex() 141 void gd_error_ex(int priority, const char *format, ...) in gd_error_ex()
|
Completed in 52 milliseconds