Home
last modified time | relevance | path

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

/PHP-7.2/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.c352 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in spl_fixedarray_object_read_dimension()
374 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.c2015 if (zend_call_function(fci, fcc) != SUCCESS || Z_ISUNDEF_P(return_value)) { in SPL_METHOD()
/PHP-7.2/ext/session/
H A Dmod_user.c43 } else if (Z_ISUNDEF_P(retval)) { in ps_call_handler()
/PHP-7.2/ext/standard/
H A Dvar_unserializer.c995 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) { in php_var_unserialize_internal()
1125 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.re670 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
699 if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
H A Dvar.c692 if (res == FAILURE || Z_ISUNDEF_P(retval)) { in php_var_serialize_call_sleep()
771 if (Z_ISUNDEF_P(val)) { in php_var_serialize_class()
H A Dhttp_fopen_wrapper.c660 if (Z_ISUNDEF_P(response_header)) { in php_stream_url_wrap_http_ex()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c776 if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) { in mysqlnd_stmt_execute_store_param_values()
/PHP-7.2/ext/libxml/
H A Dlibxml.c291 if (!Z_ISUNDEF_P(object)) { in _php_libxml_destroy_fci()
/PHP-7.2/Zend/
H A Dzend_types.h564 #define Z_ISUNDEF_P(zval_p) Z_ISUNDEF(*(zval_p)) macro
H A Dzend_builtin_functions.c448 if (EXPECTED(!Z_ISUNDEF_P(arg))) { in ZEND_FUNCTION()
1153 if (UNEXPECTED(Z_ISUNDEF_P(value))) { in ZEND_FUNCTION()
H A Dzend_generators.c736 } while (Z_ISUNDEF_P(value)); in zend_generator_get_next_delegated_value()
H A Dzend_object_handlers.c796 if (UNEXPECTED(Z_ISUNDEF_P(rv))) { in zend_std_read_dimension()
H A Dzend_vm_def.h7907 if (UNEXPECTED(Z_ISUNDEF_P(var))) {
H A Dzend_vm_execute.h15349 if (UNEXPECTED(Z_ISUNDEF_P(var))) {
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c409 if (!Z_ISUNDEF_P(ctor_args)) { in pdo_stmt_instantiate()
/PHP-7.2/ext/sockets/
H A Dconversions.c1521 return Z_ISUNDEF_P(zv)? NULL : zv; in to_zval_run_conversions()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c360 if (Z_ISUNDEF_P(rv)) { in sxe_prop_dim_read()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c3623 if (Z_ISUNDEF_P(value)) { in can_convert_to_double()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1672 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()

Completed in 272 milliseconds