Home
last modified time | relevance | path

Searched refs:Z_OBJPROP_P (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.1/ext/soap/
H A Dphp_http.c69 !zend_hash_str_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest")-1)) { in basic_authentication()
432 if (NULL != (tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), in make_http_soap_request()
499 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")-1); in make_http_soap_request()
500 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")-1); in make_http_soap_request()
501 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")-1); in make_http_soap_request()
510 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")-1); in make_http_soap_request()
511 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")-1); in make_http_soap_request()
512 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")-1); in make_http_soap_request()
873 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")-1); in make_http_soap_request()
889 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")-1); in make_http_soap_request()
[all …]
H A Dsoap.c150 if ((tmp = zend_hash_str_find(Z_OBJPROP_P(getThis()),"service", sizeof("service")-1)) != NULL) { \
2642 if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
2644 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "__last_request", sizeof("__last_request")-1);
2645 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "__last_response", sizeof("__last_response")-1);
3234 zend_hash_str_del(Z_OBJPROP_P(this_ptr), "location", sizeof("location")-1);
3242 zend_hash_str_del(Z_OBJPROP_P(obj), "__soap_fault", sizeof("__soap_fault")-1);
3867 prop = Z_OBJPROP_P(ret);
3880 HashTable* ht = Z_OBJPROP_P(hdr_ret);
4044 zend_hash_num_elements(Z_OBJPROP_P(detail)) == 1 &&
4264 if ((zuse = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "use", sizeof("use")-1)) != NULL &&
[all …]
H A Dphp_encoding.c403 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int()
466 !ZEND_HASH_GET_APPLY_COUNT(Z_OBJPROP_P(data))) { in master_to_xml_int()
1204 zend_hash_exists(Z_OBJPROP_P(object), property_info->name)) { in get_zval_property()
1834 prop = Z_OBJPROP_P(data); in to_xml_object()
3539 …if ((ztype = soap_hash_str_find_deref(Z_OBJPROP_P(tmp), "enc_type", sizeof("enc_type")-1)) == NULL… in get_array_type()
3545 …if ((ztype = soap_hash_str_find_deref(Z_OBJPROP_P(tmp), "enc_stype", sizeof("enc_stype")-1)) != NU… in get_array_type()
3552 if ((ztype = soap_hash_str_find_deref(Z_OBJPROP_P(tmp), "enc_ns", sizeof("enc_ns")-1)) != NULL && in get_array_type()
H A Dphp_sdl.c3235 if (NULL != (tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), in get_sdl()
3242 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent")-1)) != N… in get_sdl()
3249 …if ((proxy_host = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host")-1… in get_sdl()
3251 …(proxy_port = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port")-1)) !… in get_sdl()
/PHP-7.1/ext/oci8/
H A Doci8_interface.c261 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
295 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
334 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
363 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
406 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
446 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
475 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
499 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
532 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
582 …if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) ==… in PHP_FUNCTION()
[all …]
H A Doci8_statement.c1144 …if (Z_TYPE_P(param) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(param), "collection", si… in php_oci_bind_by_name()
1166 …if (Z_TYPE_P(param) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(param), "descriptor", si… in php_oci_bind_by_name()
1485 if ((tmp = zend_hash_str_find(Z_OBJPROP_P(val), "descriptor", sizeof("descriptor")-1)) == NULL) { in php_oci_bind_out_callback()
/PHP-7.1/ext/standard/
H A Dincomplete_class.c141 object_properties = Z_OBJPROP_P(object); in php_lookup_class_name()
159 zend_hash_str_update(Z_OBJPROP_P(object), MAGIC_MEMBER, sizeof(MAGIC_MEMBER)-1, &val); in php_store_class_name()
H A Duser_filters.c178 if (!zend_hash_str_exists_ind(Z_OBJPROP_P(obj), "stream", sizeof("stream")-1)) { in userfilter_filter()
437 if (NULL == (pzbucket = zend_hash_str_find(Z_OBJPROP_P(zobject), "bucket", sizeof("bucket")-1))) { in php_stream_bucket_attach()
451 …if (NULL != (pzdata = zend_hash_str_find(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) && Z_TYP… in php_stream_bucket_attach()
H A Dvar.c515 myht = Z_OBJPROP_P(struc); in php_var_export_ex()
715 ht = Z_OBJPROP_P(retval_ptr); in php_var_serialize_class()
738 propers = Z_OBJPROP_P(struc); in php_var_serialize_class()
937 myht = Z_OBJPROP_P(struc); in php_var_serialize_intern()
H A Ddir.c84 if ((tmp = zend_hash_str_find(Z_OBJPROP_P(myself), "handle", sizeof("handle")-1)) == NULL) { \
H A Dbrowscap.c742 …zend_hash_merge(Z_OBJPROP_P(return_value), agent_ht, (copy_ctor_func_t) browscap_zval_copy_ctor, 0… in PHP_FUNCTION()
H A Dvar_unserializer.c538 ht = Z_OBJPROP_P(rval); in object_common2()
H A Dvar_unserializer.re542 ht = Z_OBJPROP_P(rval);
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1295 …if (zend_hash_str_update(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR) - 1, &type… in set_zval_xmlrpc_type()
1296 …bSuccess = (zend_hash_str_update(Z_OBJPROP_P(value), OBJECT_VALUE_TS_ATTR, sizeof(OBJECT_VALUE_TS_… in set_zval_xmlrpc_type()
1307 …bSuccess = (zend_hash_str_update(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR) - … in set_zval_xmlrpc_type()
1357 …if ((attr = zend_hash_str_find_ind(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR) … in get_zval_xmlrpc_type()
1371 …if ((val = zend_hash_str_find_ind(Z_OBJPROP_P(value), OBJECT_VALUE_ATTR, sizeof(OBJECT_VALUE_ATTR)… in get_zval_xmlrpc_type()
1423 vtype = determine_vector_type((Z_TYPE_P(arg) == IS_OBJECT) ? Z_OBJPROP_P(arg) : Z_ARRVAL_P(arg)); in PHP_FUNCTION()
/PHP-7.1/ext/json/
H A Djson_encoder.c141 myht = Z_OBJPROP_P(val); in php_json_encode_array()
485 myht = Z_OBJPROP_P(val); in php_json_encode_serializable_object()
/PHP-7.1/Zend/
H A Dzend_exceptions.c742 Z_OBJPROP_P(exception)->u.v.nApplyCount++; in ZEND_METHOD()
744 …if (exception && Z_TYPE_P(exception) == IS_OBJECT && Z_OBJPROP_P(exception)->u.v.nApplyCount > 0) { in ZEND_METHOD()
753 if (Z_OBJPROP_P(exception)->u.v.nApplyCount) { in ZEND_METHOD()
754 Z_OBJPROP_P(exception)->u.v.nApplyCount--; in ZEND_METHOD()
H A Dzend_types.h553 #define Z_OBJPROP_P(zval_p) Z_OBJPROP(*(zval_p)) macro
H A Dzend.c294 properties = Z_OBJPROP_P(expr); in zend_print_flat_zval_r()
H A Dzend_vm_def.h5437 expr = zend_hash_add_new(Z_OBJPROP_P(result), CG(known_strings)[ZEND_STR_SCALAR], expr);
5799 fe_ht = Z_OBJPROP_P(array_ptr);
5955 fe_ht = Z_OBJPROP_P(array_ptr);
6101 fe_ht = Z_OBJPROP_P(array);
6289 fe_ht = Z_OBJPROP_P(array);
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_utils.c505 phpdbg_parse_variable_with_arg(input, len, Z_OBJPROP_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg()
557 parent = Z_OBJPROP_P(zv); in phpdbg_parse_variable_with_arg()
H A Dphpdbg_watch.c125 #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY…
/PHP-7.1/ext/wddx/
H A Dwddx.c489 objhash = Z_OBJPROP_P(obj); in php_wddx_serialize_object()
513 objhash = Z_OBJPROP_P(obj); in php_wddx_serialize_object()
657 ht = Z_OBJPROP_P(var); in php_wddx_serialize_var()
/PHP-7.1/ext/date/
H A Dphp_date.c2985 myht = Z_OBJPROP_P(object); in PHP_METHOD()
3892 myht = Z_OBJPROP_P(object); in PHP_METHOD()
4409 myht = Z_OBJPROP_P(object); in PHP_METHOD()
5251 myht = Z_OBJPROP_P(object); in PHP_METHOD()
5268 Z_OBJPROP_P(object); /* build properties hash table */ in date_period_read_property()
/PHP-7.1/ext/spl/
H A Dspl_observer.c296 props = Z_OBJPROP_P(obj); in spl_object_storage_debug_info()
/PHP-7.1/ext/imap/
H A Dphp_imap.c639 symtable = Z_OBJPROP_P(arg); in add_assoc_object()
654 symtable = Z_OBJPROP_P(arg); in add_next_index_object()

Completed in 164 milliseconds

12