item 2126 Zend/zend_builtin_functions.c static int add_extension_info(zval *item, void *arg) /* {{{ */ item 2129 Zend/zend_builtin_functions.c zend_module_entry *module = (zend_module_entry*)Z_PTR_P(item); item 2143 Zend/zend_builtin_functions.c static int add_constant_info(zval *item, void *arg) /* {{{ */ item 2146 Zend/zend_builtin_functions.c zend_constant *constant = (zend_constant*)Z_PTR_P(item); item 1434 Zend/zend_compile.c static void zend_add_to_list(void *result, void *item) /* {{{ */ item 1447 Zend/zend_compile.c list[n] = item; item 44 ext/com_dotnet/com_variant.c zval *item; item 74 ext/com_dotnet/com_variant.c if (NULL == (item = zend_hash_get_current_data_ex(Z_ARRVAL_P(z), &pos))) { item 78 ext/com_dotnet/com_variant.c php_com_variant_from_zval(&va[intindex], item, codepage); item 44 ext/dom/domimplementationlist.c PHP_FALIAS(item, dom_domimplementationlist_item, arginfo_dom_implementationlist_item) item 44 ext/dom/domstringlist.c PHP_FALIAS(item, dom_domstringlist_item, arginfo_dom_stringlist_item) item 73 ext/dom/namednodemap.c PHP_FALIAS(item, dom_namednodemap_item, arginfo_dom_namednodemap_item) item 45 ext/dom/nodelist.c PHP_FALIAS(item, dom_nodelist_item, arginfo_dom_nodelist_item) item 1427 ext/gd/gd.c zval *IM, *styles, *item; item 1443 ext/gd/gd.c ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(styles), item) { item 1444 ext/gd/gd.c stylearr[index++] = zval_get_long(item); item 3858 ext/gd/gd.c zval *item; item 3862 ext/gd/gd.c ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(EXT), key, item) { item 3868 ext/gd/gd.c strex.linespacing = zval_get_double(item); item 171 ext/interbase/ibase_blobs.c int item = *p++; item 175 ext/interbase/ibase_blobs.c switch (item) { item 1572 ext/interbase/ibase_query.c char item = bl_info[i++]; item 1574 ext/interbase/ibase_query.c if (item == isc_info_end || item == isc_info_truncated || item 1575 ext/interbase/ibase_query.c item == isc_info_error || i >= sizeof(bl_info)) { item 1584 ext/interbase/ibase_query.c if (item == isc_info_blob_total_length) { item 5582 ext/mbstring/oniguruma/regcomp.c OnigEndCallListItemType* item; item 5584 ext/mbstring/oniguruma/regcomp.c item = (OnigEndCallListItemType* )xmalloc(sizeof(*item)); item 5585 ext/mbstring/oniguruma/regcomp.c if (item == 0) return ; item 5587 ext/mbstring/oniguruma/regcomp.c item->next = EndCallTop; item 5588 ext/mbstring/oniguruma/regcomp.c item->func = func; item 5590 ext/mbstring/oniguruma/regcomp.c EndCallTop = item; item 61 ext/mysqli/mysqli_embedded.c zval **item; item 63 ext/mysqli/mysqli_embedded.c if (zend_hash_get_current_data_ex(Z_ARRVAL_P(args), (void **) &item, &pos) == FAILURE) { item 67 ext/mysqli/mysqli_embedded.c convert_to_string_ex(item); item 69 ext/mysqli/mysqli_embedded.c arguments[++index] = Z_STRVAL_PP(item); item 82 ext/mysqli/mysqli_embedded.c zval ** item; item 84 ext/mysqli/mysqli_embedded.c if (zend_hash_get_current_data_ex(Z_ARRVAL_P(grps), (void **) &item, &pos) == FAILURE) { item 88 ext/mysqli/mysqli_embedded.c convert_to_string_ex(item); item 90 ext/mysqli/mysqli_embedded.c groups[++index] = Z_STRVAL_PP(item); item 867 ext/openssl/openssl.c if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_STRING) \ item 868 ext/openssl/openssl.c varname = Z_STRVAL_P(item); \ item 873 ext/openssl/openssl.c if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_LONG) \ item 874 ext/openssl/openssl.c varname = (int)Z_LVAL_P(item); \ item 902 ext/openssl/openssl.c zval * item; item 936 ext/openssl/openssl.c if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key", sizeof("encrypt_key")-1)) != NULL) { item 937 ext/openssl/openssl.c req->priv_key_encrypt = Z_TYPE_P(item) == IS_TRUE ? 1 : 0; item 950 ext/openssl/openssl.c if (req->priv_key_encrypt && optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key_cipher", sizeof("encrypt_key_cipher")-1)) != NULL item 951 ext/openssl/openssl.c && Z_TYPE_P(item) == IS_LONG) { item 952 ext/openssl/openssl.c zend_long cipher_algo = Z_LVAL_P(item); item 2245 ext/openssl/openssl.c zval * item; item 2255 ext/openssl/openssl.c ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(calist), item) { item 2256 ext/openssl/openssl.c convert_to_string_ex(item); item 2258 ext/openssl/openssl.c if (VCWD_STAT(Z_STRVAL_P(item), &sb) == -1) { item 2259 ext/openssl/openssl.c php_error_docref(NULL, E_WARNING, "unable to stat %s", Z_STRVAL_P(item)); item 2265 ext/openssl/openssl.c if (file_lookup == NULL || !X509_LOOKUP_load_file(file_lookup, Z_STRVAL_P(item), X509_FILETYPE_PEM)) { item 2266 ext/openssl/openssl.c php_error_docref(NULL, E_WARNING, "error loading file %s", Z_STRVAL_P(item)); item 2273 ext/openssl/openssl.c if (dir_lookup == NULL || !X509_LOOKUP_add_dir(dir_lookup, Z_STRVAL_P(item), X509_FILETYPE_PEM)) { item 2274 ext/openssl/openssl.c php_error_docref(NULL, E_WARNING, "error loading directory %s", Z_STRVAL_P(item)); item 2414 ext/openssl/openssl.c zval * item; item 2441 ext/openssl/openssl.c if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL && Z_TYPE_P(item) == IS_STRING) item 2442 ext/openssl/openssl.c friendly_name = Z_STRVAL_P(item); item 2448 ext/openssl/openssl.c if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts")-1)) != NULL) item 2449 ext/openssl/openssl.c ca = php_array_to_X509_sk(item); item 2495 ext/openssl/openssl.c zval * item; item 2519 ext/openssl/openssl.c if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL && Z_TYPE_P(item) == IS_STRING) item 2520 ext/openssl/openssl.c friendly_name = Z_STRVAL_P(item); item 2522 ext/openssl/openssl.c if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts")-1)) != NULL) item 2523 ext/openssl/openssl.c ca = php_array_to_X509_sk(item); item 2689 ext/openssl/openssl.c zval * item; item 2694 ext/openssl/openssl.c ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(dn), strindex, item) { item 2698 ext/openssl/openssl.c convert_to_string_ex(item); item 2703 ext/openssl/openssl.c (unsigned char*)Z_STRVAL_P(item), -1, -1, 0)) item 2709 ext/openssl/openssl.c nid, Z_STRVAL_P(item)); item 2767 ext/openssl/openssl.c ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(attribs), strindex, item) { item 2770 ext/openssl/openssl.c convert_to_string_ex(item); item 2774 ext/openssl/openssl.c if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, (unsigned char*)Z_STRVAL_P(item), -1, -1, 0)) { item 2775 ext/openssl/openssl.c php_error_docref(NULL, E_WARNING, "attribs: add_entry_by_NID %d -> %s (failed)", nid, Z_STRVAL_P(item)); item 131 ext/pdo/pdo_dbh.c zval *item; item 133 ext/pdo/pdo_dbh.c if ((item = zend_hash_index_find(Z_ARRVAL(info), 1)) != NULL) { item 134 ext/pdo/pdo_dbh.c native_code = Z_LVAL_P(item); item 137 ext/pdo/pdo_dbh.c if ((item = zend_hash_index_find(Z_ARRVAL(info), 2)) != NULL) { item 138 ext/pdo/pdo_dbh.c supp = estrndup(Z_STRVAL_P(item), Z_STRLEN_P(item)); item 472 ext/pdo/pdo_dbh.c zval *options = NULL, *opt, *item, ctor_args; item 486 ext/pdo/pdo_dbh.c if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL item 487 ext/pdo/pdo_dbh.c || Z_TYPE_P(item) != IS_STRING item 488 ext/pdo/pdo_dbh.c || (pce = zend_lookup_class(Z_STR_P(item))) == NULL item 510 ext/pdo/pdo_dbh.c if ((item = zend_hash_index_find(Z_ARRVAL_P(opt), 1)) != NULL) { item 511 ext/pdo/pdo_dbh.c if (Z_TYPE_P(item) != IS_ARRAY) { item 519 ext/pdo/pdo_dbh.c ZVAL_COPY_VALUE(&ctor_args, item); item 745 ext/pdo/pdo_dbh.c zval *item; item 755 ext/pdo/pdo_dbh.c || (item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL item 756 ext/pdo/pdo_dbh.c || Z_TYPE_P(item) != IS_STRING item 757 ext/pdo/pdo_dbh.c || (pce = zend_lookup_class(Z_STR_P(item))) == NULL item 783 ext/pdo/pdo_dbh.c if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) { item 784 ext/pdo/pdo_dbh.c if (Z_TYPE_P(item) != IS_ARRAY) { item 792 ext/pdo/pdo_dbh.c ZVAL_COPY(&dbh->def_stmt_ctor_args, item); item 246 ext/pdo_firebird/firebird_statement.c char item = bl_info[i++]; item 248 ext/pdo_firebird/firebird_statement.c if (item == isc_info_end || item == isc_info_truncated || item == isc_info_error item 256 ext/pdo_firebird/firebird_statement.c if (item == isc_info_blob_total_length) { item 2677 ext/soap/php_encoding.c xmlNodePtr xparam, item; item 2687 ext/soap/php_encoding.c item = xmlNewNode(NULL, BAD_CAST("item")); item 2688 ext/soap/php_encoding.c xmlAddChild(xmlParam, item); item 2690 ext/soap/php_encoding.c xmlAddChild(item,key); item 2709 ext/soap/php_encoding.c xparam = master_to_xml(get_conversion(Z_TYPE_P(temp_data)), temp_data, style, item); item 2723 ext/soap/php_encoding.c xmlNodePtr trav, item, xmlKey, xmlValue; item 2733 ext/soap/php_encoding.c FOREACHNODE(trav, "item", item) { item 2734 ext/soap/php_encoding.c xmlKey = get_node(item->children, "key"); item 2739 ext/soap/php_encoding.c xmlValue = get_node(item->children, "value"); item 2007 ext/sqlite3/sqlite3.c static void php_sqlite3_free_list_dtor(void **item) item 2009 ext/sqlite3/sqlite3.c php_sqlite3_free_list *free_item = (php_sqlite3_free_list *)*item; item 2015 ext/sqlite3/sqlite3.c efree(*item); item 2155 ext/standard/basic_functions.c ZEND_ARG_INFO(0, item) item 481 ext/standard/proc_open.c zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_errors") - 1); item 482 ext/standard/proc_open.c if (item != NULL) { item 483 ext/standard/proc_open.c if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { item 488 ext/standard/proc_open.c item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1); item 489 ext/standard/proc_open.c if (item != NULL) { item 490 ext/standard/proc_open.c if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { item 495 ext/standard/proc_open.c item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - 1); item 496 ext/standard/proc_open.c if (item != NULL) { item 497 ext/standard/proc_open.c if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { item 545 ext/standard/string.c zend_long item; item 548 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &item) == FAILURE) { item 552 ext/standard/string.c switch(item) { /* {{{ */ item 713 ext/standard/string.c php_error_docref(NULL, E_WARNING, "Item '" ZEND_LONG_FMT "' is not valid", item); item 718 ext/standard/string.c value = nl_langinfo(item); item 172 ext/sysvmsg/sysvmsg.c zval *item; item 175 ext/sysvmsg/sysvmsg.c if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != NULL) { item 176 ext/sysvmsg/sysvmsg.c convert_to_long_ex(item); item 177 ext/sysvmsg/sysvmsg.c stat.msg_perm.uid = Z_LVAL_P(item); item 179 ext/sysvmsg/sysvmsg.c if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != NULL) { item 180 ext/sysvmsg/sysvmsg.c convert_to_long_ex(item); item 181 ext/sysvmsg/sysvmsg.c stat.msg_perm.gid = Z_LVAL_P(item); item 183 ext/sysvmsg/sysvmsg.c if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) != NULL) { item 184 ext/sysvmsg/sysvmsg.c convert_to_long_ex(item); item 185 ext/sysvmsg/sysvmsg.c stat.msg_perm.mode = Z_LVAL_P(item); item 187 ext/sysvmsg/sysvmsg.c if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL) { item 188 ext/sysvmsg/sysvmsg.c convert_to_long_ex(item); item 189 ext/sysvmsg/sysvmsg.c stat.msg_qbytes = Z_LVAL_P(item); item 226 main/streams/streams.c static void wrapper_list_dtor(zval *item) { item 227 main/streams/streams.c zend_llist *list = (zend_llist*)Z_PTR_P(item);