Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_heap.c93 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()
H A Dspl_dllist.c611 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()
H A Dspl_fixedarray.c364 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in spl_fixedarray_object_read_dimension()
386 if (!Z_ISUNDEF_P(rv)) { in spl_fixedarray_object_read_dimension()
H A Dspl_array.c298 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()
H A Dspl_iterators.c2026 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
/PHP-7.0/ext/session/
H A Dmod_user.c36 } else if (Z_ISUNDEF_P(retval)) { in ps_call_handler()
/PHP-7.0/ext/standard/
H A Dvar_unserializer.c968 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) { in php_var_unserialize_internal()
1098 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.re591 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
620 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
H A Dvar.c758 if (Z_ISUNDEF_P(d)) { in php_var_serialize_class()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c777 if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_param_values()
/PHP-7.0/Zend/
H A Dzend_types.h501 #define Z_ISUNDEF_P(zval_p) Z_ISUNDEF(*(zval_p)) macro
H A Dzend_generators.c580 } while (Z_ISUNDEF_P(value)); in zend_generator_get_next_delegated_value()
H A Dzend_object_handlers.c751 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in zend_std_read_dimension()
H A Dzend_builtin_functions.c497 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
/PHP-7.0/ext/libxml/
H A Dlibxml.c291 if (!Z_ISUNDEF_P(object)) { in _php_libxml_destroy_fci()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c406 if (!Z_ISUNDEF_P(ctor_args)) { in pdo_stmt_instantiate()
/PHP-7.0/ext/sockets/
H A Dconversions.c1521 return Z_ISUNDEF_P(zv)? NULL : zv; in to_zval_run_conversions()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c372 if (Z_ISUNDEF_P(rv)) { in sxe_prop_dim_read()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c1736 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()

Completed in 126 milliseconds