Home
last modified time | relevance | path

Searched refs:ZVAL_NULL (Results 1 – 25 of 131) sorted by relevance

123456

/PHP-8.3/ext/dom/
H A Dentity.c49 ZVAL_NULL(retval); in dom_entity_public_id_read()
74 ZVAL_NULL(retval); in dom_entity_system_id_read()
99 ZVAL_NULL(retval); in dom_entity_notation_name_read()
121 ZVAL_NULL(retval); in dom_entity_actual_encoding_read()
134 ZVAL_NULL(retval); in dom_entity_encoding_read()
147 ZVAL_NULL(retval); in dom_entity_version_read()
H A Dattr.c175 ZVAL_NULL(retval); in dom_attr_owner_element_read()
194 ZVAL_NULL(retval); in dom_attr_schema_type_info_read()
H A Dnode.c166 ZVAL_NULL(retval); in dom_node_node_value_read()
251 ZVAL_NULL(retval); in dom_node_parent_get()
327 ZVAL_NULL(retval); in dom_node_first_child_read()
358 ZVAL_NULL(retval); in dom_node_last_child_read()
386 ZVAL_NULL(retval); in dom_node_previous_sibling_read()
414 ZVAL_NULL(retval); in dom_node_next_sibling_read()
447 ZVAL_NULL(retval); in dom_node_previous_element_sibling_read()
480 ZVAL_NULL(retval); in dom_node_next_element_sibling_read()
510 ZVAL_NULL(retval); in dom_node_attributes_read()
553 ZVAL_NULL(retval); in dom_node_owner_document_read()
[all …]
H A Dentityreference.c94 ZVAL_NULL(retval); in dom_entity_reference_child_read()
H A Ddocumenttype.c196 ZVAL_NULL(retval); in dom_documenttype_internal_subset_read()
/PHP-8.3/ext/soap/
H A Dsoap_arginfo.h363 ZVAL_NULL(&property_data_default_value); in register_class_SoapHeader()
415 ZVAL_NULL(&property_detail_default_value); in register_class_SoapFault()
421 ZVAL_NULL(&property__name_default_value); in register_class_SoapFault()
461 ZVAL_NULL(&property_enc_ns_default_value); in register_class_SoapVar()
506 ZVAL_NULL(&property_uri_default_value); in register_class_SoapClient()
512 ZVAL_NULL(&property_style_default_value); in register_class_SoapClient()
518 ZVAL_NULL(&property_use_default_value); in register_class_SoapClient()
542 ZVAL_NULL(&property_sdl_default_value); in register_class_SoapClient()
548 ZVAL_NULL(&property_typemap_default_value); in register_class_SoapClient()
560 ZVAL_NULL(&property_httpurl_default_value); in register_class_SoapClient()
[all …]
H A Dphp_encoding.c646 ZVAL_NULL(ret); in to_zval_user()
655 ZVAL_NULL(ret); in to_zval_string()
687 ZVAL_NULL(ret); in to_zval_stringr()
720 ZVAL_NULL(ret); in to_zval_stringc()
755 ZVAL_NULL(ret); in to_zval_base64()
786 ZVAL_NULL(ret); in to_zval_hexbin()
1012 ZVAL_NULL(ret); in to_zval_double()
1050 ZVAL_NULL(ret); in to_zval_long()
1130 ZVAL_NULL(ret); in to_zval_bool()
1180 ZVAL_NULL(ret); in to_zval_null()
[all …]
H A Dphp_packet_soap.c32 ZVAL_NULL(return_value); in parse_packet_soap()
315 ZVAL_NULL(&tmp); in parse_packet_soap()
374 ZVAL_NULL(return_value); in parse_packet_soap()
/PHP-8.3/ext/filter/
H A Dcallback_filter.c28 ZVAL_NULL(value); in php_filter_callback()
40 ZVAL_NULL(value); in php_filter_callback()
H A Dfilter_private.h101 ZVAL_NULL(value); \
H A Dsanitizing_filters.c202 ZVAL_NULL(value); in php_filter_string()
283 ZVAL_NULL(value); in php_filter_unsafe_raw()
/PHP-8.3/ext/oci8/
H A Doci8_failover.c73 ZVAL_NULL(&params[0]); in callback_fn()
112 ZVAL_NULL(&connection->taf_callback); in php_oci_register_taf_callback()
118 ZVAL_NULL(&connection->taf_callback); in php_oci_register_taf_callback()
/PHP-8.3/ext/com_dotnet/
H A Dcom_iterator.c75 ZVAL_NULL(key); in com_iter_get_key()
117 ZVAL_NULL(&ptr); in com_iter_move_forwards()
193 ZVAL_NULL(&ptr); in php_com_iter_get()
227 ZVAL_NULL(&ptr); in php_com_iter_get()
H A Dcom_saproxy.c71 ZVAL_NULL(rv); in saproxy_property_read()
92 ZVAL_NULL(rv); in saproxy_read_dimension()
488 ZVAL_NULL(&I->data); in saproxy_iter_get_data()
500 ZVAL_NULL(key); in saproxy_iter_get_key()
H A Dcom_dotnet.c264 ZVAL_NULL(object); in PHP_METHOD()
276 ZVAL_NULL(object); in PHP_METHOD()
H A Dcom_handlers.c34 ZVAL_NULL(rv); in com_property_read()
85 ZVAL_NULL(rv); in com_read_dimension()
440 ZVAL_NULL(writeobj); in com_object_cast()
/PHP-8.3/ext/pdo/
H A Dpdo_arginfo.h35 ZVAL_NULL(&property_errorInfo_default_value); in register_class_PDOException()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c493 ZVAL_NULL(result); in zend_jit_fetch_dim_r_helper()
506 ZVAL_NULL(result); in zend_jit_fetch_dim_r_helper()
636 ZVAL_NULL(result); in zend_jit_fetch_dim_is_helper()
648 ZVAL_NULL(result); in zend_jit_fetch_dim_is_helper()
1156 ZVAL_NULL(result); in zend_jit_fetch_dim_str_is_helper()
1182 ZVAL_NULL(result); in zend_jit_fetch_dim_obj_r_helper()
1209 ZVAL_NULL(result); in zend_jit_fetch_dim_obj_is_helper()
1260 ZVAL_NULL(result); in zend_assign_to_string_offset()
1385 ZVAL_NULL(result); in zend_jit_fetch_dim_obj_helper()
2031 ZVAL_NULL(ptr); in zend_handle_fetch_obj_flags()
[all …]
/PHP-8.3/ext/standard/
H A Duser_filters_arginfo.h60 ZVAL_NULL(&property_stream_default_value); in register_class_php_user_filter()
/PHP-8.3/ext/mysqli/
H A Dmysqli_prop.c111 ZVAL_NULL(retval);\
161 ZVAL_NULL(retval); in link_connect_error_read()
270 ZVAL_NULL(retval); in result_lengths_read()
/PHP-8.3/ext/json/
H A Djson_parser.y260 ZVAL_NULL(array); in php_json_parser_array_create_validate()
271 ZVAL_NULL(object); in php_json_parser_object_create_validate()
/PHP-8.3/ext/readline/
H A Dreadline.c434 ZVAL_NULL(ret); in _readline_string_zval()
503 ZVAL_NULL(&dummy); in php_rl_callback_handler()
/PHP-8.3/Zend/
H A Dzend_execute.c307 ZVAL_NULL(ptr); in _get_zval_cv_lookup()
319 ZVAL_NULL(ret); in _get_zval_ptr_cv()
333 ZVAL_NULL(ret); in _get_zval_ptr_cv_deref()
377 ZVAL_NULL(ret); in _get_zval_ptr_cv_BP_VAR_RW()
388 ZVAL_NULL(ret); in _get_zval_ptr_cv_BP_VAR_W()
2597 ZVAL_NULL(result); in zend_fetch_dimension_address()
2644 ZVAL_NULL(result); in zend_fetch_dimension_address()
2697 ZVAL_NULL(result); in zend_fetch_dimension_address()
2855 ZVAL_NULL(result); in zend_fetch_dimension_address_read()
2871 ZVAL_NULL(result); in zend_fetch_dimension_address_read()
[all …]
/PHP-8.3/ext/xsl/
H A Dphp_xsl.c180 ZVAL_NULL(wrapper); in php_xsl_create_object()
/PHP-8.3/ext/intl/collator/
H A Dcollator_sort.c61 ZVAL_NULL(&str1); in collator_regular_compare_function()
63 ZVAL_NULL(&str2); in collator_regular_compare_function()

Completed in 84 milliseconds

123456