Searched defs:priority (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/main/ |
H A D | php_syslog.c | 35 PHPAPI void php_syslog_str(int priority, const zend_string* message) in php_syslog_str() 87 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog() 106 PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ in php_syslog()
|
/PHP-8.1/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.1/ext/standard/ |
H A D | syslog.c | 156 zend_long priority; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 642 function syslog(int $priority, string $message): bool {} // TODO make return type void 1011 function proc_nice(int $priority): bool {}
|
/PHP-8.1/Zend/ |
H A D | zend_ast.c | 1141 static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_name() 1154 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() 1216 static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var() 1234 …zend_ast_export_list(smart_str *str, zend_ast_list *list, bool separator, int priority, int indent) in zend_ast_export_list() 1388 static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval() 1575 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.1/ext/spl/ |
H A D | spl_heap.stub.php | 11 public function insert(mixed $value, mixed $priority) {} // TODO make return type void
|
H A D | spl_heap.c | 84 zval priority; member 661 zval *data, *priority; in PHP_METHOD() local
|
/PHP-8.1/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.1/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 37 milliseconds