Home
last modified time | relevance | path

Searched refs:IS_ARRAY (Results 76 – 100 of 190) sorted by relevance

12345678

/PHP-8.0/ext/zlib/
H A Dzlib_filter.c325 if ((Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) && in php_zlib_filter_create()
356 case IS_ARRAY: in php_zlib_filter_create()
/PHP-8.0/ext/bz2/
H A Dbz2_filter.c339 if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { in php_bz2_filter_create()
364 if (Z_TYPE_P(filterparams) == IS_ARRAY || Z_TYPE_P(filterparams) == IS_OBJECT) { in php_bz2_filter_create()
/PHP-8.0/main/
H A Dphp_ini.c168 if (Z_TYPE_P(zvalue) == IS_ARRAY) { in config_zval_dtor()
231 …find_arr = zend_hash_find(active_hash, Z_STR_P(arg1))) == NULL || Z_TYPE_P(find_arr) != IS_ARRAY) { in php_ini_parser_cb()
303 if (Z_TYPE_P(entry) == IS_ARRAY) { in php_ini_parser_cb()
/PHP-8.0/ext/sodium/
H A Dlibsodium_arginfo.h140 …BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_sodium_crypto_kx_client_session_keys, 0, 2, IS_ARRAY, 0)
145 …BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_sodium_crypto_kx_server_session_keys, 0, 2, IS_ARRAY, 0)
266 …URN_TYPE_INFO_EX(arginfo_sodium_crypto_secretstream_xchacha20poly1305_init_push, 0, 1, IS_ARRAY, 0)
/PHP-8.0/ext/mysqli/
H A Dmysqli_warning.c135 if (Z_TYPE(row) != IS_ARRAY) { in php_get_warnings()
/PHP-8.0/Zend/
H A Dzend_exceptions_arginfo.h15 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Throwable_getTrace, 0, 0, IS_ARRAY, 0)
H A Dzend_exceptions.c527 case IS_ARRAY: in _build_trace_args()
579 if (Z_TYPE_P(tmp) == IS_ARRAY) { in _build_trace_string()
624 ZEND_ASSERT(Z_TYPE_P(trace) == IS_ARRAY); in ZEND_METHOD()
626 if (Z_TYPE_P(frame) != IS_ARRAY) { in ZEND_METHOD()
H A Dzend_objects.c79 } else if (Z_TYPE_P(p) == IS_ARRAY) { in zend_object_std_dtor()
H A Dzend_vm_execute.h4686 if (Z_TYPE_P(expr) == IS_ARRAY) { in ZEND_CAST_SPEC_CONST_HANDLER()
5204 if (Z_TYPE_P(val) == IS_ARRAY) { in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
10375 if (Z_TYPE_P(op1) == IS_ARRAY) { in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER()
14114 if (Z_TYPE_P(var) != IS_ARRAY) { in ZEND_FE_FREE_SPEC_TMPVAR_HANDLER()
14345 if (Z_TYPE_P(val) == IS_ARRAY) { in ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER()
17590 if (Z_TYPE_P(op1) == IS_ARRAY) { in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER()
18836 if (Z_TYPE_P(expr) == IS_ARRAY) { in ZEND_CAST_SPEC_TMP_HANDLER()
21454 if (Z_TYPE_P(expr) == IS_ARRAY) { in ZEND_CAST_SPEC_VAR_HANDLER()
38324 if (Z_TYPE_P(expr) == IS_ARRAY) { in ZEND_CAST_SPEC_CV_HANDLER()
38764 if (Z_TYPE_P(val) == IS_ARRAY) { in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
[all …]
H A Dzend_operators.h363 case IS_ARRAY: in i_zend_is_true()
456 case IS_ARRAY: \
486 #define convert_to_array_ex(pzv) convert_to_ex_master(pzv, array, IS_ARRAY)
/PHP-8.0/ext/ffi/
H A Dffi_arginfo.h42 ZEND_ARG_TYPE_INFO(0, dimensions, IS_ARRAY, 0)
/PHP-8.0/ext/dom/
H A Dphp_dom_arginfo.h38 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, xpath, IS_ARRAY, 1, "null")
39 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, nsPrefixes, IS_ARRAY, 1, "null")
46 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, xpath, IS_ARRAY, 1, "null")
47 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, nsPrefixes, IS_ARRAY, 1, "null")
/PHP-8.0/ext/standard/
H A Dhttp.c85 if (Z_TYPE_P(zdata) == IS_ARRAY || Z_TYPE_P(zdata) == IS_OBJECT) { in php_url_encode_hash_ex()
H A Dstreamsfuncs.c618 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_to_fd_set()
660 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_from_fd_set()
709 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_emulate_read_fd_set()
900 if (wkey && Z_TYPE_P(wval) == IS_ARRAY) { in parse_context_options()
933 if (Z_TYPE_P(tmp) == IS_ARRAY) { in parse_context_params()
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.c168 } else if (Z_TYPE_P(kind) == IS_ARRAY) { in PHP_METHOD()
420 if (Z_TYPE_P(token_zv) == IS_ARRAY) { in extract_token_id_to_replace()
/PHP-8.0/ext/opcache/Optimizer/
H A Descape_analysis.c194 && Z_TYPE_P(CRT_CONSTANT(opline->op1)) == IS_ARRAY) { in is_allocation_def()
211 && Z_TYPE_P(CRT_CONSTANT(opline->op2)) == IS_ARRAY) { in is_allocation_def()
/PHP-8.0/ext/json/
H A Djson_parser.y239 if (Z_TYPE_P(object) == IS_ARRAY) { in php_json_parser_object_update()
/PHP-8.0/ext/curl/
H A Dcurl_arginfo.h110 ZEND_ARG_TYPE_INFO(0, options, IS_ARRAY, 0)
/PHP-8.0/ext/soap/
H A Dsoap.c745 if (Z_TYPE_P(tmp) != IS_ARRAY) { in soap_create_typemap()
896 Z_TYPE_P(tmp) == IS_ARRAY) { in PHP_METHOD()
901 Z_TYPE_P(tmp) == IS_ARRAY && in PHP_METHOD()
1109 if (Z_TYPE_P(function_name) == IS_ARRAY) { in PHP_METHOD()
1293 Z_TYPE_P(server_vars) == IS_ARRAY &&
2108 Z_TYPE_P(tmp) == IS_ARRAY) {
2113 Z_TYPE_P(tmp) == IS_ARRAY &&
2340 Z_TYPE_P(tmp) == IS_ARRAY) {
2800 Z_TYPE_P(cookies) == IS_ARRAY) {
2807 Z_TYPE_P(cookies) != IS_ARRAY) {
[all …]
H A Dphp_http.c666 if (Z_TYPE_P(digest) == IS_ARRAY) { in make_http_soap_request()
839 Z_TYPE_P(cookies) == IS_ARRAY) { in make_http_soap_request()
847 if (key && Z_TYPE_P(data) == IS_ARRAY) { in make_http_soap_request()
977 Z_TYPE_P(cookies) != IS_ARRAY) { in make_http_soap_request()
1173 Z_TYPE_P(digest) != IS_ARRAY) && in make_http_soap_request()
/PHP-8.0/ext/zip/
H A Dphp_zip_arginfo.h89 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
95 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
/PHP-8.0/ext/spl/
H A Dspl_observer_arginfo.h80 ZEND_ARG_TYPE_INFO(0, data, IS_ARRAY, 0)
H A Dspl_array_arginfo.h63 ZEND_ARG_TYPE_INFO(0, data, IS_ARRAY, 0)
/PHP-8.0/ext/tidy/
H A Dtidy_arginfo.h54 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_tidy_get_config, 0, 1, IS_ARRAY, 0)
/PHP-8.0/ext/ftp/
H A Dftp_arginfo.h42 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ftp_raw, 0, 2, IS_ARRAY, 1)

Completed in 198 milliseconds

12345678