Home
last modified time | relevance | path

Searched refs:Z_ISUNDEF_P (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/ext/session/
H A Dmod_user.c41 } else if (Z_ISUNDEF_P(retval)) { in ps_call_handler()
/PHP-7.4/ext/standard/
H A Dhttp.c60 if (Z_ISUNDEF_P(zdata)) { in php_url_encode_hash_ex()
H A Dvar.c183 if (!Z_ISUNDEF_P(val) || prop_info) { in php_var_dump()
369 if (!Z_ISUNDEF_P(val) || prop_info) { in php_debug_zval_dump()
746 if (res == FAILURE || Z_ISUNDEF_P(retval)) { in php_var_serialize_call_sleep()
772 if (res == FAILURE || Z_ISUNDEF_P(retval)) { in php_var_serialize_call_magic_serialize()
H A Dvar_unserializer.re803 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
H A Dhttp_fopen_wrapper.c656 if (Z_ISUNDEF_P(response_header)) { in php_stream_url_wrap_http_ex()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c609 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
629 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
650 if (value == NULL || Z_ISUNDEF_P(value)) { in SPL_METHOD()
673 if (value == NULL || Z_ISUNDEF_P(value)) { in SPL_METHOD()
H A Dspl_fixedarray.c367 if (!Z_ISUNDEF_P(rv)) { in spl_fixedarray_object_read_dimension()
H A Dspl_array.c297 if (!offset || Z_ISUNDEF_P(offset) || !ht) { in spl_array_get_dimension_ptr()
422 if (!Z_ISUNDEF_P(rv)) { in spl_array_read_dimension_ex()
H A Dspl_directory.c2074 if (Z_ISUNDEF_P(zresource_ptr)) { in spl_filesystem_file_call()
H A Dspl_iterators.c1983 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c508 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
1128 if (Z_ISUNDEF_P(prop)) { in add_class_vars()
1213 if (UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_FUNCTION()
H A Dzend_generators.c717 } while (Z_ISUNDEF_P(value)); in zend_generator_get_next_delegated_value()
H A Dzend_types.h669 #define Z_ISUNDEF_P(zval_p) Z_ISUNDEF(*(zval_p)) macro
H A Dzend_object_handlers.c955 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in zend_std_read_dimension()
H A Dzend_API.c3768 Z_PROP_FLAG_P(property_default_ptr) = Z_ISUNDEF_P(property) ? IS_PROP_UNINIT : 0; in zend_declare_typed_property()
H A Dzend_vm_def.h8406 if (UNEXPECTED(Z_ISUNDEF_P(var)) && !(opline->extended_value & ZEND_BIND_IMPLICIT)) {
H A Dzend_vm_execute.h20426 if (UNEXPECTED(Z_ISUNDEF_P(var)) && !(opline->extended_value & ZEND_BIND_IMPLICIT)) { in ZEND_BIND_LEXICAL_SPEC_TMP_CV_HANDLER()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c806 if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_param_values()
/PHP-7.4/ext/libxml/
H A Dlibxml.c286 if (!Z_ISUNDEF_P(object)) { in _php_libxml_destroy_fci()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c428 if (!Z_ISUNDEF_P(ctor_args)) { in pdo_stmt_instantiate()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1610 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()
3763 if (!prop || (prop_info->type && Z_ISUNDEF_P(prop))) { in add_class_vars()
3822 if (prop_info->type && Z_ISUNDEF_P(prop)) { in ZEND_METHOD()
5576 RETURN_BOOL(!Z_ISUNDEF_P(member_p)) in ZEND_METHOD()
/PHP-7.4/ext/sockets/
H A Dconversions.c1525 return Z_ISUNDEF_P(zv)? NULL : zv; in to_zval_run_conversions()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c362 if (Z_ISUNDEF_P(rv)) { in sxe_prop_dim_read()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c3907 if (Z_ISUNDEF_P(value)) { in can_convert_to_double()

Completed in 289 milliseconds