Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 328) sorted by last modified time

12345678910>>...14

/PHP-7.4/
H A DNEWS1636 while item is a reference). (Nikita)
2364 . Fixed bug #77439 (parse_str segfaults when inserting item into existing
/PHP-7.4/ext/gd/
H A Dgd.c1538 zval *IM, *styles, *item; in PHP_FUNCTION() local
1561 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(styles), item) { in PHP_FUNCTION()
1562 stylearr[index++] = zval_get_long(item); in PHP_FUNCTION()
4097 zval *item; in php_imagettftext_common() local
4101 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(EXT), key, item) { in php_imagettftext_common()
4107 strex.linespacing = zval_get_double(item); in php_imagettftext_common()
/PHP-7.4/main/streams/
H A Dstreams.c235 static void wrapper_list_dtor(zval *item) { in wrapper_list_dtor() argument
236 zend_llist *list = (zend_llist*)Z_PTR_P(item); in wrapper_list_dtor()
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c194 zval *item; in PHP_FUNCTION() local
197 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != N… in PHP_FUNCTION()
198 stat.msg_perm.uid = zval_get_long(item); in PHP_FUNCTION()
200 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != N… in PHP_FUNCTION()
201 stat.msg_perm.gid = zval_get_long(item); in PHP_FUNCTION()
203 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) !=… in PHP_FUNCTION()
204 stat.msg_perm.mode = zval_get_long(item); in PHP_FUNCTION()
206 …if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL)… in PHP_FUNCTION()
207 stat.msg_qbytes = zval_get_long(item); in PHP_FUNCTION()
/PHP-7.4/ext/openssl/
H A Dopenssl.c1118 varname = Z_STRVAL_P(item); \
1129 varname = (int)Z_LVAL_P(item); \
1156 zval * item; in php_openssl_parse_config() local
1211 Z_TYPE_P(item) == IS_LONG in php_openssl_parse_config()
1242 && Z_TYPE_P(item) == IS_STRING) { in php_openssl_parse_config()
2675 zval * item; in php_openssl_setup_verify() local
2854 zval * item; in PHP_FUNCTION() local
2884 Z_TYPE_P(item) == IS_STRING in PHP_FUNCTION()
2947 zval * item; in PHP_FUNCTION() local
2973 Z_TYPE_P(item) == IS_STRING in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/
H A Dstring.c521 zend_long item; in PHP_FUNCTION() local
525 Z_PARAM_LONG(item) in PHP_FUNCTION()
528 switch(item) { /* {{{ */ in PHP_FUNCTION()
689 php_error_docref(NULL, E_WARNING, "Item '" ZEND_LONG_FMT "' is not valid", item); in PHP_FUNCTION()
694 value = nl_langinfo(item); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_compile.c1506 static void zend_add_to_list(void *result, void *item) /* {{{ */ in zend_add_to_list() argument
1519 list[n] = item; in zend_add_to_list()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c288 char item = bl_info[i++]; in firebird_fetch_blob() local
290 if (item == isc_info_end || item == isc_info_truncated || item == isc_info_error in firebird_fetch_blob()
298 if (item == isc_info_blob_total_length) { in firebird_fetch_blob()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2645 xmlNodePtr xparam, item; in to_xml_map() local
2654 item = xmlNewNode(NULL, BAD_CAST("item")); in to_xml_map()
2655 xmlAddChild(xmlParam, item); in to_xml_map()
2657 xmlAddChild(item,key); in to_xml_map()
2677 xparam = master_to_xml(get_conversion(Z_TYPE_P(temp_data)), temp_data, style, item); in to_xml_map()
2691 xmlNodePtr trav, item, xmlKey, xmlValue; in to_zval_map() local
2701 FOREACHNODE(trav, "item", item) { in to_zval_map()
2702 xmlKey = get_node(item->children, "key"); in to_zval_map()
2707 xmlValue = get_node(item->children, "value"); in to_zval_map()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c6241 zval *key, *item; in ZEND_METHOD() local
6249 item = zend_hash_index_find(ht, Z_LVAL_P(key)); in ZEND_METHOD()
6251 item = zend_symtable_find(ht, Z_STR_P(key)); in ZEND_METHOD()
6257 if (!item) { in ZEND_METHOD()
6262 if (Z_TYPE_P(item) != IS_REFERENCE || is_ignorable_reference(ht, item)) { in ZEND_METHOD()
6268 ZVAL_COPY(&intern->obj, item); in ZEND_METHOD()
/PHP-7.4/win32/build/
H A Dconfutils.js1519 s = fc.item() + "";
2220 var item = configure_hdr.Item(keys[i]);
2269 var item;
2276 item = configure_hdr.Item(keys[i]);
2278 pieces = item[0];
2280 if (item[1] != undefined) {
2689 var item = new Array(value, comment);
2694 configure_hdr.Add(name, item);
2808 item_name = FSO.GetFileName(fc.item());
2814 items[items.length] = fc.item();
[all …]
H A Dphpize.js.in86 var item = null;
97 MODULES.Add(n, item);
117 MODULES.Add(n, item);
122 function emit_module(item) argument
124 return item.dir_line + item.content;
131 var item = null;
139 if (item.deps.length) {
153 var item;
161 if (item.deps.length == 0) {
248 item = calls[i];
[all …]
H A Dmkdist.php135 foreach ($list as $item) {
136 if (empty($item)) {
139 echo "WARNING: $item not found\n";
144 copy($source_dir . DIRECTORY_SEPARATOR . $item, $dest_dir . DIRECTORY_SEPARATOR . $item);
545 foreach ($items as $item) {
546 $bi = basename($item);
547 if (is_dir($item)) {
562 copy($item, "$dist_dir/$bi");
573 foreach ($items as $item) {
574 $bi = basename($item);
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c157 zval *item; in pdo_handle_error() local
160 native_code = Z_LVAL_P(item); in pdo_handle_error()
164 supp = estrndup(Z_STRVAL_P(item), Z_STRLEN_P(item)); in pdo_handle_error()
492 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
508 || Z_TYPE_P(item) != IS_STRING in PHP_METHOD()
532 if (Z_TYPE_P(item) != IS_ARRAY) { in PHP_METHOD()
540 ZVAL_COPY_VALUE(&ctor_args, item); in PHP_METHOD()
766 zval *item; in pdo_dbh_attribute_set() local
777 || Z_TYPE_P(item) != IS_STRING in pdo_dbh_attribute_set()
805 if (Z_TYPE_P(item) != IS_ARRAY) { in pdo_dbh_attribute_set()
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dbug79846.phpt5 $item = "component_phase_1";
6 preg_match("/([a-z]+_[a-z]+_*[a-z]+)_?(\d+)?/", $item, $match);
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c2311 static void php_sqlite3_free_list_dtor(void **item) in php_sqlite3_free_list_dtor() argument
2313 php_sqlite3_free_list *free_item = (php_sqlite3_free_list *)*item; in php_sqlite3_free_list_dtor()
2319 efree(*item); in php_sqlite3_free_list_dtor()
/PHP-7.4/ext/soap/tests/
H A Dbug47021.phpt33item xsi:type="ns1:Item"><text xsi:type="xsd:string">text0</text></item><item xsi:type="ns1:Item">…
/PHP-7.4/ext/gettext/tests/locale/en_US.UTF-8/LC_CTYPE/
H A DdgettextTest_switch.po1 msgid "item"
H A DdgettextTest_switched.po1 msgid "item"
H A DdngettextTest.po1 msgid "item"
H A DdgettextTest.po1 msgid "item"
/PHP-7.4/ext/gettext/tests/locale/en_US.UTF-8/LC_MESSAGES/
H A DdgettextTest.po1 msgid "item"
H A DdgettextTest_switch.po1 msgid "item"
H A DdngettextTest.po1 msgid "item"
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c42 zval *item; in safe_array_from_zval() local
72 if (NULL == (item = zend_hash_get_current_data_ex(Z_ARRVAL_P(z), &pos))) { in safe_array_from_zval()
76 php_com_variant_from_zval(&va[intindex], item, codepage); in safe_array_from_zval()

Completed in 136 milliseconds

12345678910>>...14