Home
last modified time | relevance | path

Searched refs:status (Results 26 – 50 of 371) sorted by last modified time

12345678910>>...15

/php-src/ext/mbstring/
H A Dmbstring.stub.php85 function mb_output_handler(string $string, int $status): string {} argument
H A Dmbstring_arginfo.h37 ZEND_ARG_TYPE_INFO(0, status, IS_LONG, 0)
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h108 lxb_status_t status; member
H A Dselectors.c122 lxb_status_t status; in lxb_selectors_init() local
131 if (status != LXB_STATUS_OK) { in lxb_selectors_init()
132 return status; in lxb_selectors_init()
138 if (status != LXB_STATUS_OK) { in lxb_selectors_init()
139 return status; in lxb_selectors_init()
280 selectors->status = LXB_STATUS_OK; in lxb_selectors_find()
290 lxb_status_t status; in lxb_selectors_match_node() local
318 return status; in lxb_selectors_match_node()
333 lxb_status_t status; in lxb_selectors_state_tree() local
364 return status; in lxb_selectors_state_tree()
[all …]
/php-src/ext/pcntl/
H A Dpcntl.stub.php925 * @param int $status
928 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {} argument
931 * @param int $status
934 function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): int {} argument
959 function pcntl_wifexited(int $status): bool {} argument
961 function pcntl_wifstopped(int $status): bool {} argument
964 function pcntl_wifcontinued(int $status): bool {} argument
967 function pcntl_wifsignaled(int $status): bool {} argument
969 function pcntl_wexitstatus(int $status): int|false {} argument
971 function pcntl_wtermsig(int $status): int|false {} argument
[all …]
H A Dpcntl_arginfo.h9 ZEND_ARG_INFO(1, status)
15 ZEND_ARG_INFO(1, status)
58 ZEND_ARG_TYPE_INFO(0, status, IS_LONG, 0)
65 ZEND_ARG_TYPE_INFO(0, status, IS_LONG, 0)
72 ZEND_ARG_TYPE_INFO(0, status, IS_LONG, 0)
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dafter_after_body.c32 tree->status = lxb_html_tree_stop_parsing(tree); in lxb_html_tree_insertion_mode_after_after_body()
33 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_after_body()
42 tree->status = lxb_html_token_data_skip_ws_begin(&ws_token); in lxb_html_tree_insertion_mode_after_after_body()
43 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_after_body()
H A Dafter_after_frameset.c32 tree->status = lxb_html_tree_stop_parsing(tree); in lxb_html_tree_insertion_mode_after_after_frameset()
33 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_after_frameset()
45 tree->status = lxb_html_token_data_skip_ws_begin(&ws_token); in lxb_html_tree_insertion_mode_after_after_frameset()
46 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_after_frameset()
H A Dafter_body.c52 tree->status = lxb_html_tree_stop_parsing(tree); in lxb_html_tree_insertion_mode_after_body()
53 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_body()
62 tree->status = lxb_html_token_data_skip_ws_begin(&ws_token); in lxb_html_tree_insertion_mode_after_body()
63 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_body()
H A Dafter_frameset.c44 tree->status = lxb_html_tree_stop_parsing(tree); in lxb_html_tree_insertion_mode_after_frameset()
45 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_frameset()
56 tree->status = lxb_html_token_make_text(token, &str, in lxb_html_tree_insertion_mode_after_frameset()
58 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_frameset()
67 tree->status = lxb_html_tree_insert_character_for_data(tree, in lxb_html_tree_insertion_mode_after_frameset()
70 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_frameset()
H A Dafter_head.c47 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_after_head_open()
69 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_after_head_open()
86 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_after_head_open()
110 tree->status = LXB_STATUS_ERROR; in lxb_html_tree_insertion_mode_after_head_open()
117 tree->status = lxb_html_tree_open_elements_push(tree, head_node); in lxb_html_tree_insertion_mode_after_head_open()
118 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_head_open()
123 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_head_open()
141 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_head_open()
146 tree->status = lxb_html_tree_insert_character(tree, &ws_token, in lxb_html_tree_insertion_mode_after_head_open()
148 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_after_head_open()
[all …]
H A Dbefore_head.c47 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_before_head_open()
64 tree->status = lxb_html_tree_insertion_mode_before_head_head(tree, in lxb_html_tree_insertion_mode_before_head_open()
66 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_before_head_open()
77 tree->status = lxb_html_token_data_skip_ws_begin(token); in lxb_html_tree_insertion_mode_before_head_open()
78 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_before_head_open()
121 tree->status = lxb_html_tree_insertion_mode_before_head_head(tree, in lxb_html_tree_insertion_mode_before_head_anything_else()
123 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_before_head_anything_else()
H A Dbefore_html.c69 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_before_html_open()
78 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_before_html_open()
90 tree->status = lxb_html_token_data_skip_ws_begin(token); in lxb_html_tree_insertion_mode_before_html_open()
91 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_before_html_open()
134 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_before_html_anything_else()
138 tree->status = lxb_html_tree_insertion_mode_before_html_html(tree, in lxb_html_tree_insertion_mode_before_html_anything_else()
140 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_before_html_anything_else()
153 lxb_status_t status; in lxb_html_tree_insertion_mode_before_html_html() local
155 status = lxb_html_tree_open_elements_push(tree, node_html); in lxb_html_tree_insertion_mode_before_html_html()
156 if (status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_before_html_html()
[all …]
H A Dforeign_content.c93 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_foreign_content_anything_else()
136 tree->status = lxb_html_token_make_text_replace_null(token, &str, in lxb_html_tree_insertion_mode_foreign_content_text()
140 tree->status = lxb_html_token_make_text(token, &str, in lxb_html_tree_insertion_mode_foreign_content_text()
144 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_foreign_content_text()
194 tree->status = lxb_html_tree_insert_character_for_data(tree, &str, NULL); in lxb_html_tree_insertion_mode_foreign_content_text()
195 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_foreign_content_text()
210 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_foreign_content_comment()
H A Din_body.c36 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_skip_new_line()
63 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_skip_new_line_textarea()
93 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_text()
105 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_text()
117 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_text_append()
118 return tree->status; in lxb_html_tree_insertion_mode_in_body_text_append()
138 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_text_append()
139 return tree->status; in lxb_html_tree_insertion_mode_in_body_text_append()
674 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_button()
948 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_body_a()
[all …]
H A Din_column_group.c37 tree->status = lxb_html_token_data_split_ws_begin(token, &ws_token); in lxb_html_tree_insertion_mode_in_column_group_text()
38 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_column_group_text()
43 tree->status = lxb_html_tree_insert_character(tree, &ws_token, NULL); in lxb_html_tree_insertion_mode_in_column_group_text()
44 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_column_group_text()
65 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_column_group_comment()
88 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_column_group_col()
H A Din_frameset.c70 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_frameset()
83 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_frameset()
105 tree->status = lxb_html_tree_stop_parsing(tree); in lxb_html_tree_insertion_mode_in_frameset()
106 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_frameset()
117 tree->status = lxb_html_token_make_text(token, &str, in lxb_html_tree_insertion_mode_in_frameset()
119 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_frameset()
128 tree->status = lxb_html_tree_insert_character_for_data(tree, in lxb_html_tree_insertion_mode_in_frameset()
131 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_frameset()
H A Din_head.c61 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_head_open()
184 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_head_open()
191 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_head_open()
250 tree->status = LXB_STATUS_ERROR; in lxb_html_tree_insertion_mode_in_head_script()
266 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_head_script()
273 tree->status = lxb_html_tree_open_elements_push(tree, in lxb_html_tree_insertion_mode_in_head_script()
275 if (tree->status != LXB_HTML_STATUS_OK) { in lxb_html_tree_insertion_mode_in_head_script()
306 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_head_template()
312 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_head_template()
321 tree->status = lxb_html_tree_template_insertion_push(tree, in lxb_html_tree_insertion_mode_in_head_template()
[all …]
H A Din_head_noscript.c68 tree->status = lxb_html_token_data_split_ws_begin(token, &ws_token); in lxb_html_tree_insertion_mode_in_head_noscript_open()
69 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_head_noscript_open()
74 tree->status = lxb_html_tree_insert_character(tree, &ws_token, in lxb_html_tree_insertion_mode_in_head_noscript_open()
76 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_head_noscript_open()
H A Din_row.c40 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_row_thtd()
47 tree->status = lxb_html_tree_active_formatting_push_marker(tree); in lxb_html_tree_insertion_mode_in_row_thtd()
48 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_row_thtd()
H A Din_select.c21 tree->status = lxb_html_token_make_text_drop_null(token, &str, in lxb_html_tree_insertion_mode_in_select_text()
25 tree->status = lxb_html_token_make_text(token, &str, in lxb_html_tree_insertion_mode_in_select_text()
29 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_select_text()
40 tree->status = lxb_html_tree_insert_character_for_data(tree, &str, NULL); in lxb_html_tree_insertion_mode_in_select_text()
41 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_select_text()
56 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_select_comment()
93 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_select_option()
120 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_select_optgroup()
H A Din_table.c60 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_comment()
85 tree->status = lxb_html_tree_active_formatting_push_marker(tree); in lxb_html_tree_insertion_mode_in_table_caption()
86 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_table_caption()
92 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_caption()
112 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_colgroup()
137 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_col()
160 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_tbtfth()
188 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_tdthtr()
292 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_input()
327 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_form()
[all …]
H A Din_table_body.c38 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_body_tr()
70 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_body_thtd()
H A Din_table_text.c19 lxb_status_t status; in lxb_html_tree_insertion_mode_in_table_text() local
31 tree->status = LXB_STATUS_ERROR_MEMORY_ALLOCATION; in lxb_html_tree_insertion_mode_in_table_text()
42 tree->status = lxb_html_token_make_text_drop_null(token, text, in lxb_html_tree_insertion_mode_in_table_text()
46 tree->status = lxb_html_token_make_text(token, text, in lxb_html_tree_insertion_mode_in_table_text()
50 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_table_text()
86 status = lxb_html_tree_insertion_mode_in_body_text_append(tree, in lxb_html_tree_insertion_mode_in_table_text()
88 if (status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_table_text()
101 tree->status = lxb_html_tree_insert_character_for_data(tree, text, in lxb_html_tree_insertion_mode_in_table_text()
103 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_table_text()
H A Din_template.c22 tree->status = lxb_html_tree_template_insertion_push(tree, in lxb_html_tree_insertion_mode_in_template_ct()
24 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_template_ct()
39 tree->status = lxb_html_tree_template_insertion_push(tree, in lxb_html_tree_insertion_mode_in_template_col()
41 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_template_col()
56 tree->status = lxb_html_tree_template_insertion_push(tree, in lxb_html_tree_insertion_mode_in_template_tr()
58 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_template_tr()
76 tree->status = lxb_html_tree_template_insertion_push(tree, in lxb_html_tree_insertion_mode_in_template_tdth()
78 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_template_tdth()
96 tree->status = lxb_html_tree_stop_parsing(tree); in lxb_html_tree_insertion_mode_in_template_end_of_file()
97 if (tree->status != LXB_STATUS_OK) { in lxb_html_tree_insertion_mode_in_template_end_of_file()
[all …]

Completed in 81 milliseconds

12345678910>>...15