| /PHP_5_3/ext/intl/dateformat/ |
| H A D | dateformat_format.c | 72 result = Z_LVAL_PP(ele_value);
|
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_format.c | 78 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), 83 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), 94 int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number);
|
| /PHP_5_3/ext/curl/ |
| H A D | multi.c | 129 Z_LVAL_P( z1 ) == Z_LVAL_PP( z2 ) );
|
| H A D | streams.c | 333 if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) { 338 if (SUCCESS == php_stream_context_get_option(context, "http", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) { 402 mr = Z_LVAL_PP(ctx_opt); 422 if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) { 427 if (SUCCESS == php_stream_context_get_option(context, "ftp", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_PP(ctx_opt) == 1) {
|
| /PHP_5_3/ext/dba/ |
| H A D | dba_db1.c | 55 filemode = Z_LVAL_PP(info->argv[0]);
|
| H A D | dba_db2.c | 76 filemode = Z_LVAL_PP(info->argv[0]);
|
| H A D | dba_db3.c | 85 filemode = Z_LVAL_PP(info->argv[0]);
|
| H A D | dba_db4.c | 122 filemode = Z_LVAL_PP(info->argv[0]);
|
| H A D | dba_dbm.c | 64 filemode = Z_LVAL_PP(info->argv[0]);
|
| H A D | dba_gdbm.c | 58 filemode = Z_LVAL_PP(info->argv[0]);
|
| H A D | dba_ndbm.c | 63 filemode = Z_LVAL_PP(info->argv[0]);
|
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 394 (!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_PP(value) == IS_BOOL && Z_LVAL_PP(value) == 0)) && 709 php_filter_call(&return_value, Z_LVAL_PP(op), NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC); 774 filter_flags = Z_LVAL_PP(filter_args); 843 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) 855 filter_flags = Z_LVAL_PP(op); 891 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op)))
|
| H A D | filter_private.h | 124 opt = Z_LVAL_PP(zv); \
|
| /PHP_5_3/ext/gmp/ |
| H A D | gmp.c | 444 mpz_init_set_si(**gmpnumber, Z_LVAL_PP(val)); 520 if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) { 529 b_is_zero = (Z_LVAL_PP(b_arg) == 0); 546 long_result = gmp_ui_op(*gmpnum_result, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg)); 551 gmp_ui_op(*gmpnum_result, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg)); 583 if (gmp_ui_op && Z_TYPE_PP(b_arg) == IS_LONG && Z_LVAL_PP(b_arg) >= 0) { 593 b_is_zero = (Z_LVAL_PP(b_arg) == 0); 611 long_result = gmp_ui_op(*gmpnum_result1, *gmpnum_result2, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg)); 613 gmp_ui_op(*gmpnum_result1, *gmpnum_result2, *gmpnum_a, (unsigned long)Z_LVAL_PP(b_arg)); 677 gmp_op(*gmpnum_result, Z_LVAL_PP(a_ar [all...] |
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_blobs.c | 340 if (_php_ibase_blob_get(return_value, ib_blob, Z_LVAL_PP(len_arg) TSRMLS_CC) != SUCCESS) { 378 zend_list_delete(Z_LVAL_PP(blob_arg));
|
| /PHP_5_3/ext/mcrypt/ |
| H A D | mcrypt.c | 325 bsize = mcrypt_get_block_size(Z_LVAL_PP(cipher)); \ 345 if (Z_LVAL_PP(mode) == 0) { \ 1319 php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ecb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC); 1335 php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cbc", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC); 1351 php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "cfb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC); 1367 php_mcrypt_do_crypt(cipher, key, key_len, data, data_len, "ofb", iv, iv_len, ZEND_NUM_ARGS(), Z_LVAL_PP(mode), return_value TSRMLS_CC);
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_warning.c | 155 errno = Z_LVAL_PP(entry);
|
| /PHP_5_3/ext/odbc/ |
| H A D | birdstep.c | 444 birdstep_del_result(list,Z_LVAL_PP(ind)); 450 birdstep_del_result(list,Z_LVAL_PP(ind)); 482 indx = Z_LVAL_PP(col); 505 birdstep_del_result(list,Z_LVAL_PP(ind)); 511 birdstep_del_result(list,Z_LVAL_PP(ind)); 530 birdstep_del_result(list,Z_LVAL_PP(ind)); 536 birdstep_del_result(list,Z_LVAL_PP(ind));
|
| /PHP_5_3/ext/readline/ |
| H A D | readline.c | 267 rl_done = Z_LVAL_PP(value); 287 rl_erase_empty_line = Z_LVAL_PP(value);
|
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 176 port = Z_LVAL_PP(proxy_port); 183 Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) { 184 tv.tv_sec = Z_LVAL_PP(tmp); 308 int level = Z_LVAL_PP(tmp) & 0x0f; 309 int kind = Z_LVAL_PP(tmp) & SOAP_COMPRESSION_DEFLATE; 313 if ((Z_LVAL_PP(tmp) & SOAP_COMPRESSION_ACCEPT) != 0) { 356 use_proxy = Z_LVAL_PP(tmp); 375 redirect_max = Z_LVAL_PP(tmp); 582 Z_LVAL_PP(tmp)++; 583 snprintf(nc, sizeof(nc), "%08ld", Z_LVAL_PP(tm [all...] |
| H A D | soap.c | 1247 (Z_LVAL_PP(tmp) == SOAP_1_1 || Z_LVAL_PP(tmp) == SOAP_1_2)) { 1248 version = Z_LVAL_PP(tmp); 1295 service->features = Z_LVAL_PP(tmp); 1300 cache_wsdl = Z_LVAL_PP(tmp); 1305 service->send_errors = Z_LVAL_PP(tmp); 2330 Z_TYPE_PP(tmp) != IS_BOOL || Z_LVAL_PP(tmp) != 0) { 2548 (Z_LVAL_PP(tmp) == SOAP_RPC || Z_LVAL_PP(tmp) == SOAP_DOCUMENT)) { 2549 add_property_long(this_ptr, "style", Z_LVAL_PP(tm [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | math.c | 289 if (Z_LVAL_PP(value) == LONG_MIN) { 292 RETURN_LONG(Z_LVAL_PP(value) < 0 ? -Z_LVAL_PP(value) : Z_LVAL_PP(value)); 364 RETURN_DOUBLE((double) Z_LVAL_PP(value)); 369 return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value);
|
| H A D | type.c | 76 type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC); 223 type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC);
|
| H A D | var.c | 101 php_printf("%sbool(%s)\n", COMMON, Z_LVAL_PP(struc) ? "true" : "false"); 107 php_printf("%sint(%ld)\n", COMMON, Z_LVAL_PP(struc)); 157 type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC); 158 php_printf("%sresource(%ld) of type (%s)\n", COMMON, Z_LVAL_PP(struc), type_name ? type_name : "Unknown"); 254 php_printf("%sbool(%s) refcount(%u)\n", COMMON, Z_LVAL_PP(struc)?"true":"false", Z_REFCOUNT_PP(struc)); 260 php_printf("%slong(%ld) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), Z_REFCOUNT_PP(struc)); 309 type_name = zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(struc) TSRMLS_CC); 310 php_printf("%sresource(%ld) of type (%s) refcount(%u)\n", COMMON, Z_LVAL_PP(struc), type_name ? type_name : "Unknown", Z_REFCOUNT_PP(struc)); 431 if (Z_LVAL_PP(struc)) { 441 smart_str_append_long(buf, Z_LVAL_PP(stru [all...] |
| /PHP_5_3/ext/sysvmsg/ |
| H A D | sysvmsg.c | 175 stat.msg_perm.uid = Z_LVAL_PP(item); 179 stat.msg_perm.gid = Z_LVAL_PP(item); 183 stat.msg_perm.mode = Z_LVAL_PP(item); 187 stat.msg_qbytes = Z_LVAL_PP(item);
|