Home
last modified time | relevance | path

Searched refs:Z_OBJPROP_PP (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/json/
H A Djson.c240 myht = Z_OBJPROP_PP(val); in json_encode_array()
/PHP-5.5/ext/standard/
H A Dvar.c476 myht = Z_OBJPROP_PP(struc); in php_var_export_ex()
H A Dvar_unserializer.c441 if (!process_nested_data(UNSERIALIZE_PASSTHRU, Z_OBJPROP_PP(rval), elements, 1)) { in object_common2()
H A Dvar_unserializer.re445 if (!process_nested_data(UNSERIALIZE_PASSTHRU, Z_OBJPROP_PP(rval), elements, 1)) {
/PHP-5.5/Zend/
H A Dzend_operators.h476 #define Z_OBJPROP_PP(zval_pp) Z_OBJPROP(**zval_pp) macro
H A Dzend_execute.c1463 zend_hash_apply(Z_OBJPROP_PP(pz), (apply_func_t) zend_check_symbol TSRMLS_CC); in zend_check_symbol()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1517 …vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg)… in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c3650 …if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_type", sizeof("enc_type"), (void **)&ztype) == FAILURE … in get_array_type()
3656 …if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_stype", sizeof("enc_stype"), (void **)&ztype) == SUCCES… in get_array_type()
3663 if (zend_hash_find(Z_OBJPROP_PP(tmp), "enc_ns", sizeof("enc_ns"), (void **)&ztype) == SUCCESS && in get_array_type()
H A Dsoap.c4363 ht = Z_OBJPROP_PP(header);

Completed in 71 milliseconds