Home
last modified time | relevance | path

Searched refs:Z_BVAL_PP (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_operators.h420 #define Z_BVAL_PP(zval_pp) Z_BVAL(**zval_pp) macro
H A Dzend_API.c447 *p = Z_BVAL_PP(arg); in zend_parse_arg_impl()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c5135 if (!(opt & PGSQL_CONV_IGNORE_DEFAULT) && Z_BVAL_PP(has_default)) { \
5141 else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_BVAL_PP(not_null)) { \
5224 if (Z_BVAL_PP(is_enum)) {
/PHP-5.3/ext/ldap/
H A Dldap.c1794 ctrl->ldctl_iscritical = Z_BVAL_PP(val); in PHP_FUNCTION()
/PHP-5.3/ext/curl/
H A Dinterface.c1692 if(Z_BVAL_PP(zvalue) == 1) { in _php_curl_setopt()
/PHP-5.3/ext/openssl/
H A Dopenssl.c817 req->priv_key_encrypt = Z_BVAL_PP(item); in php_openssl_parse_config()
/PHP-5.3/ext/date/
H A Dphp_date.c4463 period_obj->include_start_date = Z_BVAL_PP(ht_entry); in php_date_period_initialize_from_hash()

Completed in 68 milliseconds