Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_heap.c91 if (!Z_ISUNDEF_P(elem)) { in spl_ptr_heap_zval_dtor()
615 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
899 if (object->heap->count == 0 || Z_ISUNDEF_P(element)) { in spl_heap_it_get_current_data()
917 if (object->heap->count == 0 || Z_ISUNDEF_P(element)) { in spl_pqueue_it_get_current_data()
1021 if (!intern->heap->count || Z_ISUNDEF_P(element)) { in SPL_METHOD()
1040 if (!intern->heap->count || Z_ISUNDEF_P(element)) { in SPL_METHOD()
H A Dspl_dllist.c610 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
630 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
651 if (value == NULL || Z_ISUNDEF_P(value)) { in SPL_METHOD()
674 if (value == NULL || Z_ISUNDEF_P(value)) { in SPL_METHOD()
H A Dspl_fixedarray.c361 if (!Z_ISUNDEF_P(rv)) { in spl_fixedarray_object_read_dimension()
H A Dspl_array.c296 if (!offset || Z_ISUNDEF_P(offset) || !ht) { in spl_array_get_dimension_ptr()
421 if (!Z_ISUNDEF_P(rv)) { in spl_array_read_dimension_ex()
H A Dspl_directory.c2070 if (Z_ISUNDEF_P(zresource_ptr)) { in spl_filesystem_file_call()
H A Dspl_iterators.c2005 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
/PHP-7.3/ext/session/
H A Dmod_user.c41 } else if (Z_ISUNDEF_P(retval)) { in ps_call_handler()
/PHP-7.3/ext/standard/
H A Dvar.c712 if (res == FAILURE || Z_ISUNDEF_P(retval)) { in php_var_serialize_call_sleep()
791 if (Z_ISUNDEF_P(val)) { in php_var_serialize_class()
H A Dvar_unserializer.c1022 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) { in php_var_unserialize_internal()
H A Dvar_unserializer.re692 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
H A Dhttp_fopen_wrapper.c657 if (Z_ISUNDEF_P(response_header)) { in php_stream_url_wrap_http_ex()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c803 if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_param_values()
/PHP-7.3/ext/libxml/
H A Dlibxml.c289 if (!Z_ISUNDEF_P(object)) { in _php_libxml_destroy_fci()
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c502 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
1204 if (UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_FUNCTION()
H A Dzend_generators.c688 } while (Z_ISUNDEF_P(value)); in zend_generator_get_next_delegated_value()
H A Dzend_types.h631 #define Z_ISUNDEF_P(zval_p) Z_ISUNDEF(*(zval_p)) macro
H A Dzend_object_handlers.c843 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in zend_std_read_dimension()
H A Dzend_vm_def.h7849 if (UNEXPECTED(Z_ISUNDEF_P(var))) {
H A Dzend_vm_execute.h20168 if (UNEXPECTED(Z_ISUNDEF_P(var))) {
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c427 if (!Z_ISUNDEF_P(ctor_args)) { in pdo_stmt_instantiate()
/PHP-7.3/ext/sockets/
H A Dconversions.c1519 return Z_ISUNDEF_P(zv)? NULL : zv; in to_zval_run_conversions()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c358 if (Z_ISUNDEF_P(rv)) { in sxe_prop_dim_read()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c3684 if (Z_ISUNDEF_P(value)) { in can_convert_to_double()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c1639 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()

Completed in 329 milliseconds