Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/soap/
H A Dphp_http.c70 !zend_hash_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest"))) { in basic_authentication()
432 if (SUCCESS == zend_hash_find(Z_OBJPROP_P(this_ptr), in make_http_soap_request()
493 zend_hash_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")); in make_http_soap_request()
494 zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); in make_http_soap_request()
495 zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); in make_http_soap_request()
504 zend_hash_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")); in make_http_soap_request()
505 zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); in make_http_soap_request()
506 zend_hash_del(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")); in make_http_soap_request()
869 zend_hash_del(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")); in make_http_soap_request()
885 zend_hash_del(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")); in make_http_soap_request()
[all …]
H A Dsoap.c142 #define FIND_SDL_PROPERTY(ss,tmp) zend_hash_find(Z_OBJPROP_P(ss), "sdl", sizeof("sdl"), (void **)&t…
151 …if (zend_hash_find(Z_OBJPROP_P(this_ptr),"service", sizeof("service"), (void **)&tmp) != FAILURE) …
2654 zend_hash_del(Z_OBJPROP_P(this_ptr), "__last_request", sizeof("__last_request"));
2655 zend_hash_del(Z_OBJPROP_P(this_ptr), "__last_response", sizeof("__last_response"));
3206 zend_hash_del(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers"));
3257 zend_hash_del(Z_OBJPROP_P(this_ptr), "location", sizeof("location"));
3265 zend_hash_del(Z_OBJPROP_P(obj), "__soap_fault", sizeof("__soap_fault"));
3897 prop = Z_OBJPROP_P(ret);
3910 HashTable* ht = Z_OBJPROP_P(hdr_ret);
4079 zend_hash_num_elements(Z_OBJPROP_P(detail)) == 1 &&
[all …]
H A Dphp_sdl.c3258 if (SUCCESS == zend_hash_find(Z_OBJPROP_P(this_ptr), in get_sdl()
3265 …if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent"), (void **) &tmp) ==… in get_sdl()
3272 …if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host"), (void **) &proxy_h… in get_sdl()
3274 …zend_hash_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port"), (void **) &proxy_port)… in get_sdl()
H A Dphp_encoding.c405 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int()
474 !Z_OBJPROP_P(data)->nApplyCount) { in master_to_xml_int()
1261 …if (property_info && zend_hash_quick_exists(Z_OBJPROP_P(object), property_info->name, property_inf… in get_zval_property()
1914 prop = Z_OBJPROP_P(data); in to_xml_object()
/PHP-5.5/ext/oci8/
H A Doci8_interface.c173 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =… in PHP_FUNCTION()
207 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =… in PHP_FUNCTION()
262 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
291 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
331 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
369 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
398 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
422 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
455 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
501 …if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) =…
[all …]
H A Doci8_statement.c1003 …if (Z_TYPE_P(var) != IS_OBJECT || zend_hash_find(Z_OBJPROP_P(var), "collection", sizeof("collectio… in php_oci_bind_by_name()
1025 …if (Z_TYPE_P(var) != IS_OBJECT || zend_hash_find(Z_OBJPROP_P(var), "descriptor", sizeof("descripto… in php_oci_bind_by_name()
1285 …if (zend_hash_find(Z_OBJPROP_P(val), "descriptor", sizeof("descriptor"), (void **)&tmp) == FAILURE… in php_oci_bind_out_callback()
/PHP-5.5/ext/standard/
H A Dincomplete_class.c145 object_properties = Z_OBJPROP_P(object); in php_lookup_class_name()
172 zend_hash_update(Z_OBJPROP_P(object), MAGIC_MEMBER, sizeof(MAGIC_MEMBER), &val, sizeof(val), NULL); in php_store_class_name()
H A Duser_filters.c45 if (FAILURE == zend_hash_index_find(Z_OBJPROP_P(this_ptr), 0, (void**)&tmp)) { \
188 if (FAILURE == zend_hash_find(Z_OBJPROP_P(obj), "stream", sizeof("stream"), (void**)&zstream)) { in userfilter_filter()
458 if (FAILURE == zend_hash_find(Z_OBJPROP_P(zobject), "bucket", 7, (void**)&pzbucket)) { in php_stream_bucket_attach()
466 …if (SUCCESS == zend_hash_find(Z_OBJPROP_P(zobject), "data", 5, (void**)&pzdata) && (*pzdata)->type… in php_stream_bucket_attach()
H A Dbrowscap.c531 …zend_hash_copy(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_cop… in PHP_FUNCTION()
543 …zend_hash_merge(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_co… in PHP_FUNCTION()
H A Ddir.c84 … if (zend_hash_find(Z_OBJPROP_P(myself), "handle", sizeof("handle"), (void **)&tmp) == FAILURE) { \
H A Dvar.c666 propers = Z_OBJPROP_P(struc); in php_var_serialize_class()
841 myht = Z_OBJPROP_P(struc); in php_var_serialize_intern()
/PHP-5.5/Zend/
H A Dzend_iterators.c85 if (Z_OBJPROP_P(array_ptr)) { in zend_iterator_unwrap()
H A Dzend_operators.h461 #define Z_OBJPROP_P(zval_p) Z_OBJPROP(*zval_p) macro
H A Dzend.c371 properties = Z_OBJPROP_P(expr); in zend_print_flat_zval_r()
H A Dzend_operators.c681 …zend_hash_update(Z_OBJPROP_P(op), "scalar", sizeof("scalar"), (void *) &entry, sizeof(zval *), NUL… in convert_scalar_to_array()
H A Dzend_vm_def.h4268 fe_ht = Z_OBJPROP_P(array);
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c468 if (Z_OBJPROP_P(disp->object)) { in generate_dispids()
469 zend_hash_internal_pointer_reset_ex(Z_OBJPROP_P(disp->object), &pos); in generate_dispids()
471 zend_hash_get_current_key_ex(Z_OBJPROP_P(disp->object), &name, in generate_dispids()
480 zend_hash_move_forward_ex(Z_OBJPROP_P(disp->object), &pos); in generate_dispids()
512 zend_hash_move_forward_ex(Z_OBJPROP_P(disp->object), &pos); in generate_dispids()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1388 …if (SUCCESS == zend_hash_update(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR), (v… in set_zval_xmlrpc_type()
1389 …bSuccess = zend_hash_update(Z_OBJPROP_P(value), OBJECT_VALUE_TS_ATTR, sizeof(OBJECT_VALUE_TS_ATTR)… in set_zval_xmlrpc_type()
1400 …bSuccess = zend_hash_update(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR), (void … in set_zval_xmlrpc_type()
1451 …if (zend_hash_find(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR), (void**) &attr)… in get_zval_xmlrpc_type()
1465 …if (zend_hash_find(Z_OBJPROP_P(value), OBJECT_VALUE_ATTR, sizeof(OBJECT_VALUE_ATTR), (void**) &val… in get_zval_xmlrpc_type()
/PHP-5.5/ext/wddx/
H A Dwddx.c676 ht = Z_OBJPROP_P(var); in php_wddx_serialize_var()
1007 zend_hash_merge(Z_OBJPROP_P(obj), in php_wddx_pop_element()
/PHP-5.5/ext/json/
H A Djson.c564 myht = Z_OBJPROP_P(val); in json_encode_serializable_object()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c223 if (zend_hash_find(Z_OBJPROP_P(object), name, name_len, (void **) &value) == FAILURE) { in _default_get_entry()
236 if (zend_hash_find(Z_OBJPROP_P(object), name, name_len, (void **) &value) == FAILURE) { in _default_lookup_entry()
3108 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
3131 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
3154 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
4685 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
4708 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
4731 if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) { in ZEND_METHOD()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c144 if (zend_hash_index_find(Z_OBJPROP_P(z), 0, (void **)&addr) == FAILURE) { in get_apache_request()
174 zend_hash_index_update(Z_OBJPROP_P(req), 0, &addr, sizeof(zval *), NULL); in php_apache_request_new()
/PHP-5.5/ext/date/
H A Dphp_date.c2883 myht = Z_OBJPROP_P(object); in PHP_METHOD()
3763 myht = Z_OBJPROP_P(object); in PHP_METHOD()
4239 myht = Z_OBJPROP_P(object); in PHP_METHOD()
4994 myht = Z_OBJPROP_P(object); in PHP_METHOD()
5010 Z_OBJPROP_P(object); /* build properties hash table */ in date_period_read_property()
/PHP-5.5/ext/spl/
H A Dspl_observer.c332 props = Z_OBJPROP_P(obj); in spl_object_storage_debug_info()
/PHP-5.5/ext/imap/
H A Dphp_imap.c630 symtable = Z_OBJPROP_P(arg); in add_assoc_object()
645 symtable = Z_OBJPROP_P(arg); in add_next_index_object()

Completed in 237 milliseconds

12