Searched refs:Z_ISUNDEF_P (Results 1 – 22 of 22) sorted by relevance
93 if (!Z_ISUNDEF_P(elem)) { in spl_ptr_heap_zval_dtor()620 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()907 if (object->heap->count == 0 || Z_ISUNDEF_P(element)) { in spl_heap_it_get_current_data()925 if (object->heap->count == 0 || Z_ISUNDEF_P(element)) { in spl_pqueue_it_get_current_data()1029 if (!intern->heap->count || Z_ISUNDEF_P(element)) { in SPL_METHOD()1049 if (!intern->heap->count || Z_ISUNDEF_P(element)) { in SPL_METHOD()
611 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()631 if (Z_ISUNDEF_P(return_value)) { in SPL_METHOD()652 if (value == NULL || Z_ISUNDEF_P(value)) { in SPL_METHOD()676 if (value == NULL || Z_ISUNDEF_P(value)) { in SPL_METHOD()
352 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in spl_fixedarray_object_read_dimension()374 if (!Z_ISUNDEF_P(rv)) { in spl_fixedarray_object_read_dimension()
298 if (!offset || Z_ISUNDEF_P(offset) || !ht) { in spl_array_get_dimension_ptr()423 if (!Z_ISUNDEF_P(rv)) { in spl_array_read_dimension_ex()
2016 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
43 } else if (Z_ISUNDEF_P(retval)) { in ps_call_handler()
1005 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) { in php_var_unserialize_internal()1135 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) { in php_var_unserialize_internal()
628 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {657 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
761 if (Z_ISUNDEF_P(d)) { in php_var_serialize_class()
776 if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_param_values()
291 if (!Z_ISUNDEF_P(object)) { in _php_libxml_destroy_fci()
505 #define Z_ISUNDEF_P(zval_p) Z_ISUNDEF(*(zval_p)) macro
732 } while (Z_ISUNDEF_P(value)); in zend_generator_get_next_delegated_value()
805 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in zend_std_read_dimension()
568 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
8076 if (UNEXPECTED(Z_ISUNDEF_P(var))) {
15179 if (UNEXPECTED(Z_ISUNDEF_P(var))) {
406 if (!Z_ISUNDEF_P(ctor_args)) { in pdo_stmt_instantiate()
1521 return Z_ISUNDEF_P(zv)? NULL : zv; in to_zval_run_conversions()
372 if (Z_ISUNDEF_P(rv)) { in sxe_prop_dim_read()
3478 if (Z_ISUNDEF_P(value)) { in can_convert_to_double()
1776 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()
Completed in 298 milliseconds