Home
last modified time | relevance | path

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

1234

/PHP-5.4/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.4/ext/mysqlnd/
H A Dmysqlnd_bt.c154 if (Z_LVAL_PP(arg)) { in mysqlnd_build_trace_args()
164 long lval = Z_LVAL_PP(arg); in mysqlnd_build_trace_args()
242 line = Z_LVAL_PP(tmp); in mysqlnd_build_trace_string()
337 if (Z_LVAL_PP(arg)) { in mysqlnd_build_trace_args()
347 long lval = Z_LVAL_PP(arg); in mysqlnd_build_trace_args()
419 line = Z_LVAL_PP(tmp); in mysqlnd_build_trace_string()
/PHP-5.4/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.4/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.4/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()
222 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 Dftp_fopen_wrapper.c499 allow_overwrite = Z_LVAL_PP(tmpzval); in php_stream_url_wrap_ftp()
531 Z_LVAL_PP(tmpzval) > 0) { in php_stream_url_wrap_ftp()
532 php_stream_printf(stream TSRMLS_CC, "REST %ld\r\n", Z_LVAL_PP(tmpzval)); in php_stream_url_wrap_ftp()
535 …pper_log_error(wrapper, options TSRMLS_CC, "Unable to resume from offset %ld", Z_LVAL_PP(tmpzval)); in php_stream_url_wrap_ftp()
/PHP-5.4/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.4/ext/curl/
H A Dstreams.c333 …", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) { in php_curl_stream_opener()
338 …", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) { in php_curl_stream_opener()
402 mr = Z_LVAL_PP(ctx_opt); in php_curl_stream_opener()
422 …", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) { in php_curl_stream_opener()
427 …", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) { in php_curl_stream_opener()
/PHP-5.4/ext/soap/
H A Dphp_http.c180 port = Z_LVAL_PP(proxy_port); in http_connect()
187 Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) { in http_connect()
188 tv.tv_sec = Z_LVAL_PP(tmp); in http_connect()
312 int level = Z_LVAL_PP(tmp) & 0x0f; in make_http_soap_request()
313 int kind = Z_LVAL_PP(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request()
317 if ((Z_LVAL_PP(tmp) & SOAP_COMPRESSION_ACCEPT) != 0) { in make_http_soap_request()
360 use_proxy = Z_LVAL_PP(tmp); in make_http_soap_request()
379 redirect_max = Z_LVAL_PP(tmp); in make_http_soap_request()
517 Z_LVAL_PP(tmp) == 0)) { in make_http_soap_request()
589 Z_LVAL_PP(tmp)++; in make_http_soap_request()
[all …]
H A Dsoap.c1136 (Z_LVAL_PP(tmp) == SOAP_1_1 || Z_LVAL_PP(tmp) == SOAP_1_2)) { in PHP_METHOD()
1137 version = Z_LVAL_PP(tmp); in PHP_METHOD()
1189 cache_wsdl = Z_LVAL_PP(tmp); in PHP_METHOD()
2361 (Z_LVAL_PP(tmp) == SOAP_RPC || Z_LVAL_PP(tmp) == SOAP_DOCUMENT)) {
2367 (Z_LVAL_PP(tmp) == SOAP_LITERAL || Z_LVAL_PP(tmp) == SOAP_ENCODED)) {
2387 (Z_LVAL_PP(tmp) == SOAP_1_1 && Z_LVAL_PP(tmp) == SOAP_1_2)) {
2433 Z_LVAL_PP(tmp) == 1) {
2439 Z_LVAL_PP(tmp) == 0) {
2488 if (Z_LVAL_PP(tmp) > 0) {
2499 cache_wsdl = Z_LVAL_PP(tmp);
[all …]
/PHP-5.4/ext/filter/
H A Dfilter_private.h126 opt = Z_LVAL_PP(zv); \
H A Dfilter.c394 (!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) && in php_zval_filter()
694 php_filter_call(&return_value, Z_LVAL_PP(op), NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC); in php_filter_array_handler()
759 filter_flags = Z_LVAL_PP(filter_args); in PHP_FUNCTION()
828 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) in PHP_FUNCTION()
840 filter_flags = Z_LVAL_PP(op); in PHP_FUNCTION()
876 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) in PHP_FUNCTION()
/PHP-5.4/ext/readline/
H A Dreadline.c283 rl_done = Z_LVAL_PP(value); in PHP_FUNCTION()
303 rl_erase_empty_line = Z_LVAL_PP(value); in PHP_FUNCTION()
321 rl_attempted_completion_over = Z_LVAL_PP(value); in PHP_FUNCTION()
/PHP-5.4/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()
H A Ddba_db2.c76 filemode = Z_LVAL_PP(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_gdbm.c58 filemode = Z_LVAL_PP(info->argv[0]); in DBA_OPEN_FUNC()
H A Ddba_db3.c85 filemode = Z_LVAL_PP(info->argv[0]); in DBA_OPEN_FUNC()
/PHP-5.4/ext/sockets/
H A Dsockets.c2269 if (Z_LVAL_PP(arg4) < 0L || Z_LVAL_PP(arg4) > 255L) {
2275 ipv4_mcast_ttl_lback = (unsigned char) Z_LVAL_PP(arg4);
2313 if (Z_LVAL_PP(arg4) < -1L || Z_LVAL_PP(arg4) > 255L) {
2319 ov = (int) Z_LVAL_PP(arg4);
2347 lv.l_onoff = (unsigned short)Z_LVAL_PP(l_onoff);
2348 lv.l_linger = (unsigned short)Z_LVAL_PP(l_linger);
2375 tv.tv_sec = Z_LVAL_PP(sec);
2376 tv.tv_usec = Z_LVAL_PP(usec);
2380 timeout = Z_LVAL_PP(sec) * 1000 + Z_LVAL_PP(usec) / 1000;
2401 ov = Z_LVAL_PP(arg4);
/PHP-5.4/ext/mcrypt/
H A Dmcrypt.c325 bsize = mcrypt_get_block_size(Z_LVAL_PP(cipher)); \
345 if (Z_LVAL_PP(mode) == 0) { \
1323 …pher, key, key_len, data, data_len, "ecb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()
1339 …pher, key, key_len, data, data_len, "cbc", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()
1355 …pher, key, key_len, data, data_len, "cfb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()
1371 …pher, key, key_len, data, data_len, "ofb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_va… in PHP_FUNCTION()
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_format.c72 result = Z_LVAL_PP(ele_value); in internal_get_arr_ele()
/PHP-5.4/ext/interbase/
H A Dibase_blobs.c338 if (_php_ibase_blob_get(return_value, ib_blob, Z_LVAL_PP(len_arg) TSRMLS_CC) != SUCCESS) { in PHP_FUNCTION()
376 zend_list_delete(Z_LVAL_PP(blob_arg)); in _php_ibase_blob_end()

Completed in 95 milliseconds

1234