Home
last modified time | relevance | path

Searched refs:IS_NULL (Results 26 – 50 of 97) sorted by relevance

1234

/PHP-7.4/ext/soap/
H A Dphp_encoding.c134 if (!zval || Z_TYPE_P(zval) == IS_NULL) { \
1602 Z_TYPE_P(data) == IS_NULL && in model_to_xml_object()
1618 if (Z_TYPE_P(val) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1638 if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1786 if (!data || Z_TYPE_P(data) == IS_NULL) { in to_xml_object()
1873 if (Z_TYPE_P(val) == IS_NULL && array_el->nillable) { in to_xml_object()
1981 enc = get_conversion(IS_NULL); in guess_array_map()
2184 if (!data || Z_TYPE_P(data) == IS_NULL) { in to_xml_array()
2742 enc = get_conversion(IS_NULL); in guess_xml_convert()
2762 enc = get_conversion(IS_NULL); in guess_zval_convert()
[all …]
/PHP-7.4/Zend/
H A Dzend_objects.c53 && EXPECTED(GC_TYPE(object->properties) != IS_NULL)) { in zend_object_std_dtor()
H A Dzend_builtin_functions.c882 case IS_NULL: in ZEND_FUNCTION()
1634 if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1651 if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
1701 if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1717 if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
H A Dzend_types.h413 #define IS_NULL 1 macro
671 #define Z_ISNULL(zval) (Z_TYPE(zval) == IS_NULL)
762 Z_TYPE_INFO_P(z) = IS_NULL; \
H A Dzend_ast.c423 case IS_NULL: in zend_ast_add_array_element()
630 if (Z_TYPE(op1) > IS_NULL) { in zend_ast_evaluate()
1250 case IS_NULL: in zend_ast_export_zval()
1583 case IS_NULL: PREFIX_OP("(unset)", 240, 241); in zend_ast_export_ex()
H A Dzend_operators.h437 case IS_NULL: \
481 #define convert_to_null_ex(pzv) convert_to_ex_master(pzv, null, IS_NULL)
H A Dzend_interfaces.c448 case IS_NULL: in zend_user_serialize()
H A Dzend_gc.c1562 GC_TYPE_INFO(obj) = IS_NULL | in zend_gc_collect_cycles()
1577 GC_TYPE_INFO(arr) = IS_NULL | in zend_gc_collect_cycles()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c511 if (Z_TYPE(val) == IS_NULL) { in PHP_to_XMLRPC_worker()
695 if (Z_TYPE_P(vals) != IS_NULL) { in PHP_FUNCTION()
1330 case IS_NULL: in get_zval_xmlrpc_type()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c673 case IS_NULL: in phpdbg_xml_var_dump()
793 case IS_NULL: in phpdbg_short_zval_print()
H A Dphpdbg_info.c329 if (Z_TYPE(ops->literals[literal]) != IS_NULL) { in PHPDBG_INFO()
H A Dphpdbg_wait.c195 …tr_find(ht, ZEND_STRL("sapi_name"))) && (Z_TYPE_P(zvp) == IS_STRING || Z_TYPE_P(zvp) == IS_NULL)) { in phpdbg_webdata_decompress()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c563 if (Z_TYPE_P(dest) == IS_NULL) { in fetch_value()
666 if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { in fetch_value()
919 if (Z_TYPE(val) != IS_NULL) { in do_fetch()
1401 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1942 if (Z_TYPE(args[skip+2]) != IS_NULL && Z_TYPE(args[skip+2]) != IS_ARRAY) { in pdo_stmt_setup_fetch_mode()
2533 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_prop_exists()
H A Dpdo_sql_parser.re271 if (Z_TYPE_P(parameter) == IS_NULL) {
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c441 if (Z_TYPE_P(cloneDocu) != IS_NULL) { in PHP_FUNCTION()
537 if (Z_TYPE_P(doXInclude) != IS_NULL) { in php_xsl_apply_stylesheet()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c501 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL || (Z_TYPE_P(parameter) == IS_NULL)) { in pdo_mysql_stmt_param_hook()
508 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL || Z_TYPE_P(parameter) == IS_NULL) { in pdo_mysql_stmt_param_hook()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c54 case IS_NULL: in zend_dump_const()
453 case IS_NULL: in zend_dump_op()
495 case (1<<IS_NULL): in zend_dump_op()
/PHP-7.4/ext/json/
H A Djson_encoder.c538 case IS_NULL: in php_json_encode_zval()
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c100 zend_uchar ztype = IS_NULL; in php_com_variant_from_zval()
108 case IS_NULL: in php_com_variant_from_zval()
/PHP-7.4/ext/spl/
H A Dspl_array.c308 case IS_NULL: in spl_array_get_dimension_ptr()
506 case IS_NULL: in spl_array_write_dimension_ex()
688 zend_bool result = check_empty ? zend_is_true(value) : Z_TYPE_P(value) != IS_NULL; in spl_array_has_dimension_ex()
1874 (iterator_class_zv && (Z_TYPE_P(iterator_class_zv) != IS_NULL && in SPL_METHOD()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp139 if (zv_timezone == NULL || Z_TYPE_P(zv_timezone) == IS_NULL) { in timezone_process_timezone_argument()
H A Dtimezone_methods.cpp161 if (arg == NULL || Z_TYPE_P(arg) == IS_NULL) { in PHP_FUNCTION()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c166 case IS_NULL: in php_converter_append_toUnicode_target()
271 case IS_NULL: in php_converter_append_fromUnicode_target()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp563 case IS_NULL: in umsg_format_helper()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c416 ret = Z_TYPE_P(value) != IS_NULL? 1 : 0; in mysqli_object_has_property()
1296 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { in php_mysqli_fetch_into_hash()

Completed in 114 milliseconds

1234