Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/soap/
H A Dsoap.c861 if (Z_TYPE_P(code) == IS_NULL) { in PHP_METHOD()
961 if (Z_TYPE_P(type) == IS_NULL) { in PHP_METHOD()
1203 } else if (Z_TYPE_P(wsdl) == IS_NULL) { in PHP_METHOD()
1213 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1814 Z_TYPE_PP(tmp) != IS_NULL) {
1829 Z_TYPE_PP(tmp) != IS_NULL) {
2355 if (Z_TYPE_P(wsdl) == IS_NULL) {
2527 if (Z_TYPE_P(wsdl) != IS_NULL) {
4066 Z_TYPE_PP(tmp) != IS_NULL) {
4111 Z_TYPE_PP(tmp) != IS_NULL) {
[all …]
H A Dphp_encoding.c139 if (!zval || Z_TYPE_P(zval) == IS_NULL) { \
150 {{IS_NULL, "nil", XSI_NAMESPACE, NULL}, to_zval_null, to_xml_null},
1708 Z_TYPE_P(data) == IS_NULL && in model_to_xml_object()
1745 if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1903 if (!data || Z_TYPE_P(data) == IS_NULL) { in to_xml_object()
1988 if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) { in to_xml_object()
2109 enc = get_conversion(IS_NULL); in guess_array_map()
2307 if (!data || Z_TYPE_P(data) == IS_NULL) { in to_xml_array()
2887 enc = get_conversion(IS_NULL); in guess_xml_convert()
2908 enc = get_conversion(IS_NULL); in guess_zval_convert()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_array.c319 case IS_NULL: in spl_array_get_dimension_ptr_ptr()
485 case IS_NULL: in spl_array_write_dimension_ex()
619 return Z_TYPE_PP(tmp) != IS_NULL; in spl_array_has_dimension_ex()
642 return Z_TYPE_PP(tmp) != IS_NULL; in spl_array_has_dimension_ex()
1467 Z_TYPE_P(tmp) = IS_NULL; in spl_array_method()
1477 Z_TYPE_P(tmp) = IS_NULL; in spl_array_method()
1486 Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */ in spl_array_method()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c848 if (IS_NULL(list)) { in resize_property_list()
855 if (IS_NULL(list)) return ONIGERR_MEMORY; in resize_property_list()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp160 if (arg == NULL || Z_TYPE_PP(arg) == IS_NULL) { in PHP_FUNCTION()
252 != FAILURE && Z_TYPE_PP(zvoffset) == IS_NULL; in PHP_FUNCTION()
H A Dtimezone_class.cpp141 if (zv_timezone == NULL || Z_TYPE_PP(zv_timezone) == IS_NULL) { in timezone_process_timezone_argument()
/PHP-5.5/ext/json/
H A Djson.c605 case IS_NULL: in php_json_encode()
757 if (Z_TYPE_P(return_value) != IS_NULL) { in php_json_decode_ex()
H A DJSON_parser.c524 } else if (type < IS_NULL && jp->state == N3 && next_state == OK) { in parse_JSON_ex()
525 type = IS_NULL; in parse_JSON_ex()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5545 case IS_NULL:
5587 case IS_NULL:
5633 case IS_NULL:
5678 case IS_NULL:
5720 case IS_NULL:
5752 case IS_NULL:
5785 case IS_NULL:
5816 case IS_NULL:
5847 case IS_NULL:
5926 case IS_NULL:
[all …]
/PHP-5.5/Zend/
H A Dzend_gc.c828 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
832 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
837 Z_TYPE(p->z) = IS_NULL; in gc_collect_cycles()
H A Dzend.c232 case IS_NULL: in zend_make_printable_zval()
715 Z_TYPE(zval_used_for_init) = IS_NULL; in zend_startup()
1172 Z_TYPE_P(z_context) = IS_NULL; in zend_error()
H A Dzend_builtin_functions.c679 case IS_NULL: in ZEND_FUNCTION()
1534 if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1551 if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
1597 if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1613 if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
H A Dzend_execute.h99 case IS_NULL: in i_zend_is_true()
H A Dzend_exceptions.c50 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
412 case IS_NULL: in _build_trace_args()
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c322 case IS_NULL: in call_php()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp280 if (Z_TYPE_PP(arg) == IS_NULL) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dpassword.c379 case IS_NULL: in PHP_FUNCTION()
H A Darray.c316 case IS_NULL: in PHP_FUNCTION()
1383 if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) { in PHP_FUNCTION()
1389 if (Z_TYPE(final_name) == IS_NULL) { in PHP_FUNCTION()
1405 …if (Z_TYPE(final_name) != IS_NULL && php_valid_var_name(Z_STRVAL(final_name), Z_STRLEN(final_name)… in PHP_FUNCTION()
2150 if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) { in PHP_FUNCTION()
2234 if (Z_TYPE_PP(dest_entry) == IS_NULL) { in php_array_merge()
4424 case IS_NULL: in PHP_FUNCTION()
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c78 case IS_NULL:
H A Dzend_optimizer.c92 Z_TYPE_P(zv) = IS_NULL; \
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c584 result->lengths[i] = (Z_TYPE_P(previous_row[i]) == IS_NULL)? 0:Z_STRLEN_P(previous_row[i]); in mysqlnd_fetch_lengths_buffered()
675 if (Z_TYPE_P(data) != IS_NULL) { in mysqlnd_fetch_row_unbuffered_c()
785 unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); in mysqlnd_fetch_row_unbuffered()
965 if (Z_TYPE_P(data) != IS_NULL) { in mysqlnd_fetch_row_buffered_c()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c488 Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_mysql_stmt_param_hook()
496 Z_TYPE_P(param->parameter) == IS_NULL) { in pdo_mysql_stmt_param_hook()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c265 if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) { in get_lazy_object()
573 if (Z_TYPE_P(dest) == IS_NULL) { in fetch_value()
683 if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { in fetch_value()
952 if (Z_TYPE(val) != IS_NULL) { in do_fetch()
1444 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1979 if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) { in pdo_stmt_setup_fetch_mode()
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c105 zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z)); in php_com_variant_from_zval()
108 case IS_NULL: in php_com_variant_from_zval()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c449 if (Z_TYPE_P(cloneDocu) != IS_NULL) { in PHP_FUNCTION()
549 if (Z_TYPE_P(doXInclude) != IS_NULL) { in php_xsl_apply_stylesheet()

Completed in 157 milliseconds

12345