Home
last modified time | relevance | path

Searched refs:id (Results 801 – 825 of 871) sorted by relevance

1...<<3132333435

/PHP-7.3/ext/xml/tests/
H A Dxml_parser_set_option_variation1.phpt226 Arg value Resource id %s
H A Dxml_set_object_variation2.phpt215 Arg value Resource id %s
H A Dxml_parse_into_struct_variation1.phpt226 Arg value Resource id %s
H A Dxml_parse_variation1.phpt227 Arg value Resource id %s
H A Dxml_set_notation_decl_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_processing_instruction_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_character_data_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_default_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_element_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_end_namespace_decl_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_external_entity_ref_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_object_variation1.phpt226 Arg value Resource id %s
H A Dxml_set_start_namespace_decl_handler_variation1.phpt230 Arg value Resource id %s
H A Dxml_set_unparsed_entity_decl_handler_variation1.phpt230 Arg value Resource id %s
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API367 Returns callout name of the name id.
368 if invalid name id is passed, return 0.
/PHP-7.3/ext/oci8/
H A Doci8_lob.c70 GC_ADDREF(descriptor->connection->id); in php_oci_lob_create()
698 zend_list_delete(descriptor->connection->id); in php_oci_lob_free()
/PHP-7.3/ext/sockets/
H A Dsockets.c2890 char *id; local
2897 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &id, &id_len) == FAILURE) {
2901 map = OpenFileMapping(FILE_MAP_READ, FALSE, id);
2955 char *id; local
2958 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &id, &id_len) == FAILURE) {
2962 RETURN_BOOL(SUCCESS == zend_hash_str_del(&(SOCKETS_G(wsa_info)), id, id_len));
/PHP-7.3/ext/standard/tests/strings/
H A Dstr_replace.phpt250 string(%d) "Resource id #%d"
912 string(%d) "Resource id #%d"
914 string(%d) "Resource id #%d"
H A Dstrcspn_variation1.phpt263 -- Iteration with str value as "Resource id #%d"
H A Dstrcspn_variation2.phpt262 -- Iteration with mask value as "Resource id #%d" --
H A Dstrcspn_variation3.phpt236 -- Iteration with start value as "Resource id #%d" --
H A Dstrspn_variation1.phpt263 -- Iteration with str value as "Resource id #%d"
H A Dstrspn_variation2.phpt262 -- Iteration with mask value as "Resource id #%d" --
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c1022 entry_repeat_range(regex_t* reg, int id, int lower, int upper, int ops_index) in entry_repeat_range() argument
1034 else if (reg->repeat_range_alloc <= id) { in entry_repeat_range()
1046 p[id].lower = lower; in entry_repeat_range()
1047 p[id].upper = (IS_INFINITE_REPEAT(upper) ? 0x7fffffff : upper); in entry_repeat_range()
1048 p[id].u.offset = ops_index; in entry_repeat_range()
1062 COP(reg)->repeat.id = num_repeat; in compile_range_repeat_node()
1075 COP(reg)->repeat_inc.id = num_repeat; in compile_range_repeat_node()
1840 COP(reg)->push_save_val.id = node->id; in compile_gimmick_node()
1847 COP(reg)->update_var.id = node->id; in compile_gimmick_node()
1859 COP(reg)->callout_name.id = node->id; in compile_gimmick_node()
[all …]
/PHP-7.3/Zend/
H A Dzend_string.c66 #define _ZEND_STR_DSC(id, str) str, argument

Completed in 73 milliseconds

1...<<3132333435