Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 34) sorted by path

12

/PHP-8.0/Zend/tests/
H A Dbug79862.phpt2 Bug #79862: Public non-static property in child should take priority over private static
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-8.0/Zend/
H A Dzend_ast.c1040 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_name()
1058 zend_ast_export_ex(str, ast, priority, indent); in zend_ast_export_ns_name()
1914 if (priority > 70) smart_str_appendc(str, '('); in zend_ast_export_ex()
1923 if (priority > 70) smart_str_appendc(str, ')'); in zend_ast_export_ex()
2101 if (priority > 100) smart_str_appendc(str, '('); in zend_ast_export_ex()
2193 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
2197 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex()
2201 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
2204 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex()
2208 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
[all …]
/PHP-8.0/build/
H A Dax_gcc_func_attribute.m434 # constructor_priority for constructor attribute with priority
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic1426 # priority 1 bit -
H A Dmagic私はガラスを食べられます1426 # priority 1 bit -
/PHP-8.0/ext/gd/libgd/
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()
H A Dgd_errors.h28 void gd_error_ex(int priority, const char *format, ...);
/PHP-8.0/ext/intl/tests/
H A Ddateformat_timezone_arg_variations.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
H A Ddateformat_timezone_arg_variations4.phpt27 //time zone has priority
31 //calendar has priority
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c4267 }priority[]={
4286 while(op!=OPR_NOBINOPR&&priority[op].left>limit){
4291 nextop=subexpr(ls,&v2,priority[op].right);
/PHP-8.0/ext/pcntl/
H A Dpcntl.stub.php72 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{} argument
H A Dpcntl_arginfo.h102 ZEND_ARG_TYPE_INFO(0, priority, IS_LONG, 0)
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
20 return $x->priority;
/PHP-8.0/ext/spl/
H A Dspl_heap.c84 zval priority; member
116 zval_ptr_dtor(&pq_elem->priority); in spl_ptr_heap_pqueue_elem_dtor()
123 Z_TRY_ADDREF_P(&pq_elem->priority); in spl_ptr_heap_pqueue_elem_ctor()
149 Z_TRY_ADDREF(elem->priority); in spl_pqueue_extract_helper()
150 add_assoc_zval_ex(result, "priority", sizeof("priority") - 1, &elem->priority); in spl_pqueue_extract_helper()
160 ZVAL_COPY(result, &elem->priority); in spl_pqueue_extract_helper()
217 zval *a_priority_p = &a->priority; in spl_ptr_pqueue_elem_cmp()
218 zval *b_priority_p = &b->priority; in spl_ptr_pqueue_elem_cmp()
637 zval *data, *priority; in PHP_METHOD() local
641 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zz", &data, &priority) == FAILURE) { in PHP_METHOD()
[all …]
H A Dspl_heap.stub.php11 public function insert(mixed $value, mixed $priority) {} argument
H A Dspl_heap_arginfo.h11 ZEND_ARG_TYPE_INFO(0, priority, IS_MIXED, 0)
/PHP-8.0/ext/spl/tests/
H A Dbug78436.phpt25 ["priority"]=>
42 ["priority"]=>
H A Dpqueue_001.phpt71 [priority] => 2
77 [priority] => 1
83 [priority] => 0
H A Dpqueue_004.phpt26 ["priority"]=>
33 ["priority"]=>
40 ["priority"]=>
47 ["priority"]=>
H A Dspl_pq_top_basic.phpt24 echo "priority: ",$priorityQueue->top(),PHP_EOL;
40 priority: 2
45 [priority] => 2
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php481 function syslog(int $priority, string $message): bool {} argument
748 function proc_nice(int $priority): bool {} argument

Completed in 201 milliseconds

12