Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/dba/
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()
H A Ddba_db4.c122 filemode = Z_LVAL_PP(info->argv[0]);
/PHP-5.5/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()
H A Dibase_events.c305 link_res_id = Z_LVAL_PP(args[0]); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
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()
H A Darray.c1563 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_PP(entry), &val, sizeof(zval *), NULL); in PHP_FUNCTION()
2154 length = Z_LVAL_PP(z_length); in PHP_FUNCTION()
2518 Z_LVAL_PP(tmp)++; in PHP_FUNCTION()
2527 Z_LVAL_PP(tmp)++; in PHP_FUNCTION()
2603 (zend_hash_index_find(ht, Z_LVAL_PP(zcolumn), (void**)&zcolval) == FAILURE)) { in PHP_FUNCTION()
2613 zend_hash_index_find(ht, Z_LVAL_PP(zkey), (void**)&zkeyval); in PHP_FUNCTION()
2620 add_index_zval(return_value, Z_LVAL_PP(zkeyval), *zcolval); in PHP_FUNCTION()
3869 switch (Z_LVAL_PP(args[i]) & ~PHP_SORT_FLAG_CASE) { in PHP_FUNCTION()
3875 sort_order = Z_LVAL_PP(args[i]) == PHP_SORT_DESC ? -1 : 1; in PHP_FUNCTION()
3893 sort_type = Z_LVAL_PP(args[i]); in PHP_FUNCTION()
[all …]
H A Dhttp.c181 ekey_len = spprintf(&ekey, 0, "%ld", Z_LVAL_PP(zdata)); in php_url_encode_hash_ex()
H A Dscanf.c1205 Z_LVAL_PP(return_value) = nconversions; in php_sscanf_internal()
1218 Z_LVAL_PP(return_value) = SCAN_ERROR_EOF; /* EOF marker */ in scan_set_error_return()
H A Dhttp_fopen_wrapper.c344 redirect_max = Z_LVAL_PP(tmpzval); in php_stream_url_wrap_http_ex()
742 follow_location = Z_LVAL_PP(tmpzval); in php_stream_url_wrap_http_ex()
765 decode = Z_LVAL_PP(tmpzval); in php_stream_url_wrap_http_ex()
H A Dassert.c190 val = Z_LVAL_PP(assertion); in PHP_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dsockets.c2009 lv.l_onoff = (unsigned short)Z_LVAL_PP(l_onoff);
2010 lv.l_linger = (unsigned short)Z_LVAL_PP(l_linger);
2037 tv.tv_sec = Z_LVAL_PP(sec);
2038 tv.tv_usec = Z_LVAL_PP(usec);
2042 timeout = Z_LVAL_PP(sec) * 1000 + Z_LVAL_PP(usec) / 1000;
2064 ov = Z_LVAL_PP(arg4);
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c189 rgDispId[i] = Z_LVAL_PP(tmp); in disp_getidsofnames()
234 *pid = Z_LVAL_PP(tmp); in disp_getdispid()
/PHP-5.5/Zend/
H A Dzend_exceptions.c486 if (Z_LVAL_PP(arg)) { in _build_trace_args()
496 long lval = Z_LVAL_PP(arg); in _build_trace_args()
571 line = Z_LVAL_PP(tmp); in _build_trace_string()
/PHP-5.5/ext/ereg/
H A Dereg.c573 pattern[0] = (char) Z_LVAL_PP(arg_pattern); in php_do_ereg_replace()
586 replace[0] = (char) Z_LVAL_PP(arg_replace); in php_do_ereg_replace()
/PHP-5.5/ext/curl/
H A Dinterface.c2265 (PG(open_basedir) && *PG(open_basedir)) && (Z_LVAL_PP(zvalue) & CURLPROTO_FILE)) { in _php_curl_setopt()
2270 error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue)); in _php_curl_setopt()
2274 ch->safe_upload = (Z_LVAL_PP(zvalue) != 0); in _php_curl_setopt()
2456 ch->handlers->read->fd = Z_LVAL_PP(zvalue); in _php_curl_setopt()
2566 if (Z_LVAL_PP(zvalue) != 0) { in _php_curl_setopt()
2571 error = curl_easy_setopt(ch->cp, option, Z_LVAL_PP(zvalue)); in _php_curl_setopt()
2763 if (Z_LVAL_PP(zvalue)) { in _php_curl_setopt()
2784 error = curl_easy_setopt(ch->cp, option, (curl_off_t)Z_LVAL_PP(zvalue)); in _php_curl_setopt()
2791 error = curl_easy_setopt(ch->cp, CURLOPT_POSTREDIR, Z_LVAL_PP(zvalue) & CURL_REDIR_POST_ALL); in _php_curl_setopt()
2840 if (Z_LVAL_PP(zvalue) == 1) { in _php_curl_setopt()
/PHP-5.5/ext/gd/
H A Dgd.c3363 points[i].x = Z_LVAL_PP(var); in php_imagepolygon()
3374 points[i].y = Z_LVAL_PP(var); in php_imagepolygon()
4989 rect.x = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5004 rect.y = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5019 rect.width = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5034 rect.height = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5204 rect.x = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5219 rect.y = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5234 rect.width = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5402 m1[i] = Z_LVAL_PP(tmp); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c155 errno = Z_LVAL_PP(entry); in php_get_warnings()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_attr.c186 unum_setAttribute(FORMATTER_OBJECT(nfo), attribute, Z_LVAL_PP(value)); in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h201 return Z_LVAL_PP(v); in pdo_attr_lval()
H A Dpdo_dbh.c137 native_code = Z_LVAL_PP(item); in pdo_handle_error()
293 is_persistent = Z_LVAL_PP(v) ? 1 : 0; in PHP_METHOD()
763 if (Z_LVAL_PP(tmp) == PDO_FETCH_INTO || Z_LVAL_PP(tmp) == PDO_FETCH_CLASS) { in pdo_dbh_attribute_set()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1980 if (Z_LVAL_PP(arg1) < 0xffff && Z_LVAL_PP(arg1) > 0x0) { in PHP_FUNCTION()
1982 MBSTRG(current_filter_illegal_substchar) = Z_LVAL_PP(arg1); in PHP_FUNCTION()
1991 if (Z_LVAL_PP(arg1) < 0xffff && Z_LVAL_PP(arg1) > 0x0) { in PHP_FUNCTION()
1993 MBSTRG(current_filter_illegal_substchar) = Z_LVAL_PP(arg1); in PHP_FUNCTION()
2339 offset = Z_LVAL_PP(zoffset); in PHP_FUNCTION()
2346 offset = Z_LVAL_PP(zoffset); in PHP_FUNCTION()
2744 len = Z_LVAL_PP(z_len); in PHP_FUNCTION()
2818 len = Z_LVAL_PP(z_len); in PHP_FUNCTION()
3761 *mapelm++ = Z_LVAL_PP(hash_entry); in php_mb_numericentity_exec()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1264 connect_type = Z_LVAL_PP(args[1]);
2547 field_offset = Z_LVAL_PP(field);
2915 field_offset = Z_LVAL_PP(field);
5537 if (Z_LVAL_PP(val)) {
5584 ZVAL_LONG(new_val, Z_LVAL_PP(val));
5626 ZVAL_LONG(new_val, Z_LVAL_PP(val));
5669 ZVAL_LONG(new_val, Z_LVAL_PP(val));
5717 ZVAL_LONG(new_val, Z_LVAL_PP(val));
5969 ZVAL_LONG(new_val, Z_LVAL_PP(val));
6235 smart_str_append_long(&querystr, Z_LVAL_PP(val));
[all …]
/PHP-5.5/ext/posix/
H A Dposix.c742 fd = Z_LVAL_PP(z_fd); in PHP_FUNCTION()
786 fd = Z_LVAL_PP(z_fd); in PHP_FUNCTION()

Completed in 125 milliseconds

1234