Home
last modified time | relevance | path

Searched refs:IS_ARRAY (Results 26 – 50 of 115) sorted by relevance

12345

/PHP-5.5/Zend/
H A Dzend.c249 case IS_ARRAY: in zend_make_printable_zval()
342 case IS_ARRAY: in zend_print_flat_zval_r()
401 case IS_ARRAY: in zend_print_zval_r_ex()
630 Z_TYPE_P(globals) = IS_ARRAY; in php_auto_globals_create_globals()
1175 Z_TYPE_P(z_context) = IS_ARRAY; in zend_error()
H A Dzend_gc.h182 if (z->type == IS_ARRAY || z->type == IS_OBJECT) {
H A Dzend_execute.c632 case IS_ARRAY: in zend_verify_arg_type()
637 if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { in zend_verify_arg_type()
1093 case IS_ARRAY: in zend_fetch_dimension_address()
1256 case IS_ARRAY: in zend_fetch_dimension_address_read()
1458 } else if (Z_TYPE_PP(pz) == IS_ARRAY) { in zend_check_symbol()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h48 Z_TYPE_P(arg) = IS_ARRAY;\
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c276 …bol_table), table, strlen(table) + 1, (void **) &data) == SUCCESS && Z_TYPE_PP(data) == IS_ARRAY) { in fpm_php_get_string_from_table()
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c352 if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { in php_bz2_filter_create()
390 if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { in php_bz2_filter_create()
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c329 if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) && in php_zlib_filter_create()
363 case IS_ARRAY: in php_zlib_filter_create()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c431 if (Z_TYPE_P(ctor_args) != IS_ARRAY) { in pdo_stmt_instantiate()
529 …if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAIL… in PHP_METHOD()
554 if (Z_TYPE_PP(item) != IS_ARRAY) { in PHP_METHOD()
760 if (Z_TYPE_P(value) == IS_ARRAY) { in pdo_dbh_attribute_set()
797 if (Z_TYPE_P(value) != IS_ARRAY in pdo_dbh_attribute_set()
827 if (Z_TYPE_PP(item) != IS_ARRAY) { in pdo_dbh_attribute_set()
H A Dpdo_stmt.c901 Z_TYPE_P(return_value) = IS_ARRAY; in do_fetch()
1085 if (Z_TYPE_PP(curr_val) != IS_ARRAY) { in do_fetch()
1352 if (Z_TYPE_P(ctor_args) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1444 if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { in PHP_METHOD()
1449 if (Z_TYPE_P(ctor_args) != IS_ARRAY || !zend_hash_num_elements(Z_ARRVAL_P(ctor_args))) { in PHP_METHOD()
1564 if (Z_TYPE_P(return_value) != 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()
1982 …} else if (Z_TYPE_PP(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_PP(args[skip+2])… in pdo_stmt_setup_fetch_mode()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c610 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_to_fd_set()
653 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_from_fd_set()
726 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_emulate_read_fd_set()
937 && Z_TYPE_PP(wval) == IS_ARRAY) { in parse_context_options()
976 if (Z_TYPE_PP(tmp) == IS_ARRAY) { in parse_context_params()
H A Dhttp_fopen_wrapper.c236 if (Z_TYPE_PP(tmpzval) == IS_ARRAY) { in php_stream_url_wrap_http_ex()
424 if (Z_TYPE_PP(tmpzval) == IS_ARRAY) { in php_stream_url_wrap_http_ex()
652 …_header", sizeof("http_response_header"), (void **) &rh) != SUCCESS || Z_TYPE_PP(rh) != IS_ARRAY) { in php_stream_url_wrap_http_ex()
H A Durl.c722 if (!stream->wrapperdata || Z_TYPE_P(stream->wrapperdata) != IS_ARRAY) {
730 …>wrapperdata), "headers", sizeof("headers"), (void **)&h) != FAILURE && Z_TYPE_PP(h) == IS_ARRAY) {
H A Dexec.c242 if (Z_TYPE_P(ret_array) != IS_ARRAY) { in php_exec_ex()
H A Dpassword.c381 case IS_ARRAY: in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_variables.c184 || Z_TYPE_PP(gpc_element_p) != IS_ARRAY) { in php_register_variable_ex()
592 if (Z_TYPE_PP(src_entry) != IS_ARRAY in php_autoglobal_merge()
595 || Z_TYPE_PP(dest_entry) != IS_ARRAY in php_autoglobal_merge()
/PHP-5.5/ext/ldap/
H A Dldap.c673 if (Z_TYPE_P(link) == IS_ARRAY) { in php_ldap_do_search()
685 if (Z_TYPE_P(base_dn) == IS_ARRAY) { in php_ldap_do_search()
703 if (Z_TYPE_PP(filter) == IS_ARRAY) { in php_ldap_do_search()
1350 if (Z_TYPE_PP(value) != IS_ARRAY) { in php_ldap_do_modify()
1360 if ((num_values == 1) && (Z_TYPE_PP(value) != IS_ARRAY)) { in php_ldap_do_modify()
1600 if (Z_TYPE_P(mod) != IS_ARRAY) { in PHP_FUNCTION()
1677 if (Z_TYPE_P(modinfo) != IS_ARRAY) { in PHP_FUNCTION()
2149 …if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval))))… in PHP_FUNCTION()
2158 if (Z_TYPE_PP(ctrlval) != IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c81 if (PS(http_session_vars) && PS(http_session_vars)->type == IS_ARRAY)
306 Z_TYPE_PP(array) == IS_ARRAY && in php_session_create_id()
945 …if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_sessi…
1041 …if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_sessi…
1541 Z_TYPE_PP(data) == IS_ARRAY &&
1551 Z_TYPE_PP(data) == IS_ARRAY &&
1559 Z_TYPE_PP(data) == IS_ARRAY &&
2566 if (Z_TYPE_PP(progress_ary) != IS_ARRAY) {
/PHP-5.5/ext/interbase/
H A Dibase_query.c448 if (Z_TYPE_P(val) == IS_ARRAY) { in _php_ibase_bind_array()
454 if (Z_TYPE_P(val) == IS_ARRAY && in _php_ibase_bind_array()
466 if (Z_TYPE_P(val) == IS_ARRAY) { in _php_ibase_bind_array()
471 if (Z_TYPE_P(val) == IS_ARRAY) { in _php_ibase_bind_array()
762 if (Z_TYPE_P(b_var) != IS_ARRAY) { in _php_ibase_bind()
1677 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_http.c638 if (Z_TYPE_PP(digest) == IS_ARRAY) { in make_http_soap_request()
813 Z_TYPE_PP(cookies) == IS_ARRAY) { in make_http_soap_request()
828 if (res == HASH_KEY_IS_STRING && Z_TYPE_PP(data) == IS_ARRAY) { in make_http_soap_request()
954 Z_TYPE_PP(cookies) != IS_ARRAY) { in make_http_soap_request()
1145 Z_TYPE_PP(digest) != IS_ARRAY) && in make_http_soap_request()
H A Dsoap.c1007 if (Z_TYPE_PP(tmp) != IS_ARRAY) { in soap_create_typemap()
1174 Z_TYPE_PP(tmp) == IS_ARRAY) { in PHP_METHOD()
1183 Z_TYPE_PP(tmp) == IS_ARRAY && in PHP_METHOD()
1409 if (function_name->type == IS_ARRAY) { in PHP_METHOD()
1581 Z_TYPE_PP(server_vars) == IS_ARRAY &&
2470 Z_TYPE_PP(tmp) == IS_ARRAY) {
2481 Z_TYPE_PP(tmp) == IS_ARRAY &&
2692 Z_TYPE_PP(tmp) == IS_ARRAY) {
3151 Z_TYPE_PP(cookies) == IS_ARRAY) {
3158 Z_TYPE_PP(cookies) != IS_ARRAY) {
[all …]
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c172 if (!filterparams || Z_TYPE_P(filterparams) != IS_ARRAY) { in php_mcrypt_filter_create()
/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c144 if (Z_TYPE_P(row) != IS_ARRAY) { in php_get_warnings()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c792 if (Z_TYPE_P(array) == IS_ARRAY) { in php_mb_parse_encoding_array()
1913 case IS_ARRAY: in PHP_FUNCTION()
3054 case IS_ARRAY: in PHP_FUNCTION()
3203 case IS_ARRAY: in PHP_FUNCTION()
3527 case IS_ARRAY: in PHP_FUNCTION()
3551 if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { in PHP_FUNCTION()
3561 if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { in PHP_FUNCTION()
3632 if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { in PHP_FUNCTION()
3642 if (Z_TYPE_PP(var) == IS_ARRAY || Z_TYPE_PP(var) == IS_OBJECT) { in PHP_FUNCTION()
3647 if (Z_TYPE_PP(hash_entry) == IS_ARRAY || Z_TYPE_PP(hash_entry) == IS_OBJECT) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_array.c1119 if (Z_TYPE_PP(array) == IS_ARRAY) { in spl_array_set_array()
1132 if (Z_TYPE_PP(array) != IS_OBJECT && Z_TYPE_PP(array) != IS_ARRAY) { in spl_array_set_array()
1458 Z_TYPE_P(tmp) = IS_ARRAY; in spl_array_method()
1637 …RETURN_BOOL(Z_TYPE_PP(entry) == IS_ARRAY || (Z_TYPE_PP(entry) == IS_OBJECT && (intern->ar_flags & … in SPL_METHOD()
1720 Z_TYPE(members) = IS_ARRAY; in SPL_METHOD()
1816 …r_unserialize(&pmembers, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(pmembers) != IS_ARRAY) { in SPL_METHOD()
/PHP-5.5/ext/enchant/
H A Denchant.c193 if (Z_TYPE_P(zdesc)!=IS_ARRAY) { in ZEND_GET_MODULE()
231 if (Z_TYPE_P(zdesc) != IS_ARRAY) { in php_enchant_list_dicts_fn()

Completed in 145 milliseconds

12345