Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c81 if (Z_LVAL_PP(ele_value) > INT32_MAX || in internal_get_arr_ele()
82 Z_LVAL_PP(ele_value) < INT32_MIN) { in internal_get_arr_ele()
85 Z_LVAL_PP(ele_value), key_name); in internal_get_arr_ele()
89 result = Z_LVAL_PP(ele_value); in internal_get_arr_ele()
H A Ddateformat_format_object.cpp50 long lval = Z_LVAL_PP(z); in valid_format()
106 dateStyle = (DateFormat::EStyle)Z_LVAL_PP(z); in PHP_FUNCTION()
116 timeStyle = (DateFormat::EStyle)Z_LVAL_PP(z); in PHP_FUNCTION()
124 dateStyle = timeStyle = (DateFormat::EStyle)Z_LVAL_PP(format); in PHP_FUNCTION()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_format.c78 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), in PHP_FUNCTION()
83 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), in PHP_FUNCTION()
94 int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number); in PHP_FUNCTION()
/PHP-5.5/ext/gmp/
H A Dgmp.c418 mpz_init_set_si(**gmpnumber, Z_LVAL_PP(val)); in convert_to_gmp()
494 if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) { in gmp_zval_binary_ui_op_ex()
503 b_is_zero = (Z_LVAL_PP(b_arg) == 0); in gmp_zval_binary_ui_op_ex()
567 b_is_zero = (Z_LVAL_PP(b_arg) == 0); in gmp_zval_binary_ui_op2_ex()
651 gmp_op(*gmpnum_result, Z_LVAL_PP(a_arg)); in gmp_zval_unary_ui_op()
768 RETVAL_LONG(Z_LVAL_PP(gmpnumber_arg)); in ZEND_FUNCTION()
993 if (Z_LVAL_PP(a_arg) < 0) {
1017 if (Z_TYPE_PP(base_arg) == IS_LONG && Z_LVAL_PP(base_arg) >= 0) {
1030 mpz_ui_pow_ui(*gmpnum_result, Z_LVAL_PP(base_arg), exp);
1054 if (Z_TYPE_PP(exp_arg) == IS_LONG && Z_LVAL_PP(exp_arg) >= 0) {
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c92 if (Z_LVAL_PP(arg)) { in mysqlnd_build_trace_args()
102 long lval = Z_LVAL_PP(arg); in mysqlnd_build_trace_args()
175 line = Z_LVAL_PP(tmp); in mysqlnd_build_trace_string()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp480 d = (double)Z_LVAL_PP(elem); in umsg_format_helper()
486 : (double)Z_LVAL_PP(elem); in umsg_format_helper()
505 if (Z_LVAL_PP(elem) > INT32_MAX || in umsg_format_helper()
506 Z_LVAL_PP(elem) < INT32_MIN) { in umsg_format_helper()
511 tInt32 = (int32_t)Z_LVAL_PP(elem); in umsg_format_helper()
536 tInt64 = (int64_t)Z_LVAL_PP(elem); in umsg_format_helper()
582 formattable.setInt64((int64_t)Z_LVAL_PP(elem)); in umsg_format_helper()
/PHP-5.5/ext/odbc/
H A Dbirdstep.c444 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
450 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
482 indx = Z_LVAL_PP(col); in PHP_FUNCTION()
505 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
511 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
530 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
536 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dvar.c101 php_printf("%sbool(%s)\n", COMMON, Z_LVAL_PP(struc) ? "true" : "false"); in php_var_dump()
107 php_printf("%sint(%ld)\n", COMMON, Z_LVAL_PP(struc)); in php_var_dump()
159 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC); in php_var_dump()
160 …php_printf("%sresource(%ld) of type (%s)\n", COMMON, Z_LVAL_PP(struc), type_name ? type_name : "Un… in php_var_dump()
256 …php_printf("%sbool(%s) refcount(%u)\n", COMMON, Z_LVAL_PP(struc)?"true":"false", Z_REFCOUNT_PP(str… in php_debug_zval_dump()
262 php_printf("%slong(%ld) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), Z_REFCOUNT_PP(struc)); in php_debug_zval_dump()
305 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC); in php_debug_zval_dump()
306 …php_printf("%sresource(%ld) of type (%s) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), type_name ? ty… in php_debug_zval_dump()
426 if (Z_LVAL_PP(struc)) { in php_var_export_ex()
436 smart_str_append_long(buf, Z_LVAL_PP(struc)); in php_var_export_ex()
H A Dtype.c75 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC); in PHP_FUNCTION()
236 const char *type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC); in php_is_type()
H A Dmath.c289 if (Z_LVAL_PP(value) == LONG_MIN) { in PHP_FUNCTION()
292 RETURN_LONG(Z_LVAL_PP(value) < 0 ? -Z_LVAL_PP(value) : Z_LVAL_PP(value)); in PHP_FUNCTION()
364 RETURN_DOUBLE((double) Z_LVAL_PP(value)); in PHP_FUNCTION()
369 return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value); in PHP_FUNCTION()
H A Dpassword.c254 new_cost = Z_LVAL_PP(option_buffer); in PHP_FUNCTION()
334 cost = Z_LVAL_PP(option_buffer); in PHP_FUNCTION()
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c175 stat.msg_perm.uid = Z_LVAL_PP(item); in PHP_FUNCTION()
179 stat.msg_perm.gid = Z_LVAL_PP(item); in PHP_FUNCTION()
183 stat.msg_perm.mode = Z_LVAL_PP(item); in PHP_FUNCTION()
187 stat.msg_qbytes = Z_LVAL_PP(item); in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_http.c181 port = Z_LVAL_PP(proxy_port); in http_connect()
188 Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) { in http_connect()
189 tv.tv_sec = Z_LVAL_PP(tmp); in http_connect()
202 switch (Z_LVAL_PP(tmp)) { in http_connect()
284 switch (Z_LVAL_PP(tmp)) { in http_connect()
374 int level = Z_LVAL_PP(tmp) & 0x0f; in make_http_soap_request()
375 int kind = Z_LVAL_PP(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request()
422 use_proxy = Z_LVAL_PP(tmp); in make_http_soap_request()
441 redirect_max = Z_LVAL_PP(tmp); in make_http_soap_request()
579 Z_LVAL_PP(tmp) == 0)) { in make_http_soap_request()
[all …]
H A Dsoap.c1142 (Z_LVAL_PP(tmp) == SOAP_1_1 || Z_LVAL_PP(tmp) == SOAP_1_2)) { in PHP_METHOD()
1143 version = Z_LVAL_PP(tmp); in PHP_METHOD()
1195 cache_wsdl = Z_LVAL_PP(tmp); in PHP_METHOD()
2366 (Z_LVAL_PP(tmp) == SOAP_RPC || Z_LVAL_PP(tmp) == SOAP_DOCUMENT)) {
2372 (Z_LVAL_PP(tmp) == SOAP_LITERAL || Z_LVAL_PP(tmp) == SOAP_ENCODED)) {
2392 (Z_LVAL_PP(tmp) == SOAP_1_1 && Z_LVAL_PP(tmp) == SOAP_1_2)) {
2438 Z_LVAL_PP(tmp) == 1) {
2444 Z_LVAL_PP(tmp) == 0) {
2493 if (Z_LVAL_PP(tmp) > 0) {
2504 cache_wsdl = Z_LVAL_PP(tmp);
[all …]
/PHP-5.5/ext/sockets/
H A Dmulticast.c289 if (Z_LVAL_PP(arg4) < 0L || Z_LVAL_PP(arg4) > 255L) { in php_do_setsockopt_ip_mcast()
295 ipv4_mcast_ttl_lback = (unsigned char) Z_LVAL_PP(arg4); in php_do_setsockopt_ip_mcast()
353 if (Z_LVAL_PP(arg4) < -1L || Z_LVAL_PP(arg4) > 255L) { in php_do_setsockopt_ipv6_mcast()
359 ov = (int) Z_LVAL_PP(arg4); in php_do_setsockopt_ipv6_mcast()
/PHP-5.5/ext/curl/
H A Dshare.c77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); in _php_curl_share_setopt()
H A Dmulti.c124 Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) ); in curl_compare_resources()
397 error = curl_multi_setopt(mh->multi, option, Z_LVAL_PP(zvalue)); in _php_curl_multi_setopt()
/PHP-5.5/ext/filter/
H A Dfilter_private.h127 opt = Z_LVAL_PP(zv); \
H A Dfilter.c396 (!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) && in php_zval_filter()
696 php_filter_call(&return_value, Z_LVAL_PP(op), NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC); in php_filter_array_handler()
761 filter_flags = Z_LVAL_PP(filter_args); in PHP_FUNCTION()
830 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) in PHP_FUNCTION()
842 filter_flags = Z_LVAL_PP(op); in PHP_FUNCTION()
878 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) in PHP_FUNCTION()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp164 if (Z_LVAL_PP(arg) < (long)INT32_MIN || in PHP_FUNCTION()
165 Z_LVAL_PP(arg) > (long)INT32_MAX) { in PHP_FUNCTION()
170 se = TimeZone::createEnumeration((int32_t) Z_LVAL_PP(arg)); in PHP_FUNCTION()
191 Z_LVAL_PP(arg) = lval; in PHP_FUNCTION()
/PHP-5.5/ext/readline/
H A Dreadline.c286 rl_done = Z_LVAL_PP(value); in PHP_FUNCTION()
306 rl_erase_empty_line = Z_LVAL_PP(value); in PHP_FUNCTION()
324 rl_attempted_completion_over = Z_LVAL_PP(value); in PHP_FUNCTION()
/PHP-5.5/ext/dba/
H A Ddba_ndbm.c63 filemode = Z_LVAL_PP(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_dbm.c64 filemode = Z_LVAL_PP(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_db1.c55 filemode = Z_LVAL_PP(info->argv[0]); in DBA_OPEN_FUNC()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c325 bsize = mcrypt_get_block_size(Z_LVAL_PP(cipher)); \
345 if (Z_LVAL_PP(mode) == 0) { \
1342 …pher, key, key_len, data, data_len, "ecb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()
1358 …pher, key, key_len, data, data_len, "cbc", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()
1374 …pher, key, key_len, data, data_len, "cfb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()
1390 …pher, key, key_len, data, data_len, "ofb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()

Completed in 101 milliseconds

1234