Searched defs:priority (Results 1 – 9 of 9) sorted by relevance
/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() 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-src/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-src/ext/standard/ |
H A D | syslog.c | 97 zend_long priority; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/Zend/ |
H A D | zend_ast.c | 1337 static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_name() 1350 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() 1412 static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var() 1430 …zend_ast_export_list(smart_str *str, zend_ast_list *list, bool separator, int priority, int indent) in zend_ast_export_list() 1592 static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval() 1789 static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
|
/php-src/ext/spl/ |
H A D | spl_heap.stub.php | 18 public function insert(mixed $value, mixed $priority): true {}
|
H A D | spl_heap.c | 72 zval priority; member 668 zval *data, *priority; in PHP_METHOD() local
|
/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…
|
/php-src/ext/gd/libgd/ |
H A D | gd.c | 69 void gd_stderr_error(int priority, const char *format, va_list args) in gd_stderr_error() 96 static void _gd_error_ex(int priority, const char *format, va_list args) in _gd_error_ex() 111 void gd_error_ex(int priority, const char *format, ...) in gd_error_ex()
|
Completed in 56 milliseconds