Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/
H A Dproc_open.c508 Z_LVAL_PP(item)) { in PHP_FUNCTION()
514 Z_LVAL_PP(item)) { in PHP_FUNCTION()
H A Dstreamsfuncs.c824 if (Z_LVAL_PP(sec) < 0) { in PHP_FUNCTION()
834 tv.tv_sec = Z_LVAL_PP(sec) + (usec / 1000000); in PHP_FUNCTION()
837 tv.tv_sec = Z_LVAL_PP(sec); in PHP_FUNCTION()
H A Dstring.c1168 str_len = slprintf(stmp, sizeof(stmp), "%ld", Z_LVAL_PP(tmp)); in php_implode()
1174 if (Z_LVAL_PP(tmp) == 1) { in php_implode()
2355 l = Z_LVAL_PP(len);
2383 f = Z_LVAL_PP(from);
2484 f = Z_LVAL_PP(tmp_from);
2500 f = Z_LVAL_PP(from);
2519 l = Z_LVAL_PP(tmp_len);
2526 l = Z_LVAL_PP(len);
4392 cat = Z_LVAL_PP(pcategory);
H A Dpack.c93 v = (char *) &Z_LVAL_PP(val); in php_pack()
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c399 … E_WARNING, "Invalid parameter given for number of blocks to allocate. (%ld)", Z_LVAL_PP(tmpzval)); in php_bz2_filter_create()
/PHP-5.5/ext/xml/
H A Dxml.c1630 parser->case_folding = Z_LVAL_PP(val); in PHP_FUNCTION()
1634 parser->toffset = Z_LVAL_PP(val); in PHP_FUNCTION()
1638 parser->skipwhite = Z_LVAL_PP(val); in PHP_FUNCTION()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c942 signo = Z_LVAL_PP(user_signo); in PHP_FUNCTION()
1011 signo = Z_LVAL_PP(user_signo); in pcntl_sigwaitinfo()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp435 if (Z_LVAL_PP(args[i]) < INT32_MIN || Z_LVAL_PP(args[i]) > INT32_MAX) { in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c3568 bod->type = (short) Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3572 bod->encoding = (short) Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3645 bod->size.lines = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3649 bod->size.bytes = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3664 type = (short) Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3684 bod->encoding = (short) Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3758 bod->size.lines = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3762 bod->size.bytes = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dstream.c217 && (Z_LVAL_PP(pzoption) & ~PHAR_ENT_COMPRESSION_MASK) == 0 in phar_wrapper_open_url()
220 idata->internal_file->flags |= Z_LVAL_PP(pzoption); in phar_wrapper_open_url()
H A Dphar_object.c843 if (Z_LVAL_PP(val) == PHAR_MIME_PHP || Z_LVAL_PP(val) == PHAR_MIME_PHPS) { in PHP_METHOD()
845 code = Z_LVAL_PP(val); in PHP_METHOD()
/PHP-5.5/ext/openssl/
H A Dopenssl.c804 varname = Z_LVAL_PP(item); \
864 long cipher_algo = Z_LVAL_PP(item); in php_openssl_parse_config()
1258 *resourceval = Z_LVAL_PP(val); in php_openssl_x509_from_zval()
2374 *resourceval = Z_LVAL_PP(val); in php_openssl_csr_from_zval()
2833 *resourceval = Z_LVAL_PP(val); in php_openssl_evp_from_zval()
4562 if (depth > Z_LVAL_PP(val)) { in verify_callback()
4696 SSL_CTX_set_verify_depth(ctx, Z_LVAL_PP(val)); in php_SSL_new_from_context()
/PHP-5.5/ext/ldap/
H A Dldap.c2075 val = Z_LVAL_PP(newval); in PHP_FUNCTION()
2086 timeout.tv_sec = Z_LVAL_PP(newval); in PHP_FUNCTION()
2098 timeout = 1000 * Z_LVAL_PP(newval); /* Convert to milliseconds */ in PHP_FUNCTION()
2134 val = Z_LVAL_PP(newval) in PHP_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dinterbase.c558 if (zend_list_find(Z_LVAL_PP(link_id), &type)) { in _php_ibase_get_link_trans()
1185 trans_argl = Z_LVAL_PP(args[i]); in PHP_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.c2792 switch (Z_LVAL_PP(z_timezone_type)) { in php_date_initialize_from_hash()
4165 (*intobj)->diff->member = (itype)Z_LVAL_PP(z_arg); \ in php_date_interval_initialize_from_hash()
4178 (*intobj)->diff->member = (timelib_sll)Z_LVAL_PP(z_arg); \ in php_date_interval_initialize_from_hash()
4944 Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) { in php_date_period_initialize_from_hash()
4945 period_obj->recurrences = Z_LVAL_PP(ht_entry); in php_date_period_initialize_from_hash()
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c112 ctx = (CLSCTX)Z_LVAL_PP(tmp); in PHP_FUNCTION()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1881 field_offset = Z_LVAL_PP(field);
2071 value=(LPBYTE)(&Z_LVAL_PP(var));
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c863 pat_buf[0] = (char)Z_LVAL_PP(arg_pattern_zval); in _php_mb_regex_ereg_replace_exec()
/PHP-5.5/Zend/
H A Dzend_operators.h470 #define Z_LVAL_PP(zval_pp) Z_LVAL(**zval_pp) macro
/PHP-5.5/ext/hash/
H A Dhash.c814 algorithm = Z_LVAL_PP(z_algorithm); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c221 bind[ofs].buffer = &Z_LVAL_PP(args[i]); in mysqli_stmt_bind_param_do_bind()
1846 l_value = Z_LVAL_PP(mysql_value);
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1903 mode = Z_LVAL_PP(args[skip]); in pdo_stmt_setup_fetch_mode()
1940 stmt->fetch.column = Z_LVAL_PP(args[skip+1]); in pdo_stmt_setup_fetch_mode()
/PHP-5.5/main/streams/
H A Duserspace.c898 ssb->sb.st_##name2 = Z_LVAL_PP(elem); \ in statbuf_from_array()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c149 r = (request_rec *)Z_LVAL_PP(addr); in get_apache_request()
/PHP-5.5/ext/oci8/
H A Doci8_statement.c1600 ((ub4 *)bind->array.elements)[i] = (ub4) Z_LVAL_PP(entry); in php_oci_bind_array_helper_number()

Completed in 214 milliseconds

1234