Home
last modified time | relevance | path

Searched refs:Z_LVAL_PP (Results 76 – 84 of 84) sorted by relevance

1234

/PHP-5.5/Zend/
H A Dzend_execute.c556 || (Z_TYPE_PP(object_ptr) == IS_BOOL && Z_LVAL_PP(object_ptr) == 0) in make_real_object()
H A Dzend_API.c372 *p = Z_LVAL_PP(arg); in zend_parse_arg_impl()
/PHP-5.5/ext/standard/
H A Dfile.c2017 len = Z_LVAL_PP(len_zv); in PHP_FUNCTION()
/PHP-5.5/ext/zip/
H A Dphp_zip.c360 opt = Z_LVAL_PP(option); in php_zip_parse_options()
/PHP-5.5/ext/session/
H A Dsession.c2572 return Z_TYPE_PP(cancel_upload) == IS_BOOL && Z_LVAL_PP(cancel_upload);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1735 bit_area += 1 + sprintf((char *)start, "%ld", Z_LVAL_PP(current_field)); in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2081 field_ind = Z_LVAL_PP(pv_field) - 1; in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c3654 cur_type = Z_LVAL_PP(ztype); in get_array_type()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c2250 position= Z_LVAL_PP(parameter); in ZEND_METHOD()

Completed in 110 milliseconds

1234