Home
last modified time | relevance | path

Searched refs:zval (Results 401 – 425 of 479) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/calendar/
H A Dcalendar.c263 static void _php_cal_info(int cal, zval **ret) in _php_cal_info()
265 zval *months, *smonths; in _php_cal_info()
302 zval *val; in PHP_FUNCTION()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c537 zval *zstm; in CPH_METHOD()
597 zval *zstm; in CPH_METHOD()
649 zval *zobj = NULL; in CPH_METHOD()
/PHP-5.5/Zend/
H A Dzend_constants.c286 ZEND_API int zend_get_constant(const char *name, uint name_len, zval *result TSRMLS_DC) in zend_get_constant()
315 ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *… in zend_get_constant_ex()
322 zval **ret_constant; in zend_get_constant_ex()
H A Dzend_language_scanner.l612 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename()
615 zval tmp; in compile_filename()
653 ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename TSRMLS_DC) in zend_prepare_string_for_scanning()
724 zend_op_array *compile_string(zval *source_string, char *filename TSRMLS_DC) in compile_string()
730 zval tmp; in compile_string()
814 int highlight_string(zval *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, char *str_name… in highlight_string()
817 zval tmp = *str; in highlight_string()
879 static void zend_scan_escape_string(zval *zendlval, char *str, int len, char quote_type TSRMLS_DC) in zend_scan_escape_string()
999 int lex_scan(zval *zendlval TSRMLS_DC) in lex_scan()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c100 static void (*php_php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
618 zval *array_ptr = (zval*)arg; in cgi_php_load_env_var()
627 static void cgi_php_import_environment_variables(zval *array_ptr TSRMLS_DC) in cgi_php_import_environment_variables()
660 static void sapi_cgi_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_cgi_register_variables()
1535 zval *return_value = (zval*)arg;
1664 static void add_response_header(sapi_header_struct *h, zval *return_value TSRMLS_DC) /* {{{ */
H A Dfastcgi.c984 zval ** value; in fcgi_read_request()
1505 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array TSRMLS_DC)
1524 zval * zvalue;
1534 zval ** var = (zval **)ptr;
/PHP-5.5/ext/interbase/
H A Dinterbase.c553 zval **link_id, ibase_db_link **ib_link, ibase_trans **trans) in _php_ibase_get_link_trans()
1055 zval *link_arg = NULL; in PHP_FUNCTION()
1083 zval *link_arg = NULL; in PHP_FUNCTION()
1145 zval ***args = NULL; in PHP_FUNCTION()
1316 zval *arg = NULL; in _php_ibase_trans_end()
1414 zval *link = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c82 zend_object_value NumberFormatter_object_clone(zval *object TSRMLS_DC) in NumberFormatter_object_clone()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c411 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param TSRMLS_DC) in firebird_bind_blob()
633 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_set_attribute()
654 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_get_attribute()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h80 PHPAPI void mysqlnd_minfo_print_hash(zval *values);
260 PHPAPI void _mysqlnd_get_client_stats(zval *return_value TSRMLS_DC ZEND_FILE_LINE_DC);
296 PHPAPI void mysqlnd_minfo_print_hash(zval *values);
H A Dmysqlnd_statistics.h160 …ats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *return_value TSRML…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1853 convert_libmagic_pattern(zval *pattern, int options) in convert_libmagic_pattern()
2047 zval *pattern; in magiccheck()
2070 zval *retval; in magiccheck()
2071 zval *subpats; in magiccheck()
2096 zval *pattern_match = NULL, *pattern_offset = NULL; in magiccheck()
2103 zval **ppzval; in magiccheck()
2112 zval **match, **offset; in magiccheck()
2113 zval tmpcopy = **ppzval, matchcopy, offsetcopy; in magiccheck()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c89 zend_object_value IntlDateFormatter_object_clone(zval *object TSRMLS_DC) in IntlDateFormatter_object_clone()
/PHP-5.5/ext/dom/
H A Ddomimplementation.c153 zval *node = NULL; in PHP_METHOD()
/PHP-5.5/main/streams/
H A Dtransports.c160 zval **zbacklog = NULL; in _php_stream_xport_create()
164 zval *ztmp = *zbacklog; in _php_stream_xport_create()
H A Dstreams.c2228 const char *wrappername, const char *optionname, zval ***optionvalue)
2230 zval **wrapperhash;
2239 const char *wrappername, const char *optionname, zval *optionvalue)
2241 zval **wrapperhash;
2242 zval *category, *copied_val;
2252 …t->options), (char*)wrappername, strlen(wrappername)+1, (void**)&category, sizeof(zval *), NULL)) {
2258 …(wrapperhash), (char*)optionname, strlen(optionname)+1, (void**)&copied_val, sizeof(zval *), NULL);
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c608 zval ** value; in fcgi_read_request()
1114 zval * zvalue;
1124 zval ** var = (zval **)ptr;
/PHP-5.5/main/
H A Dmain.c862 zval *tmp; in php_verror()
865 …ctive_symbol_table), "php_errormsg", sizeof("php_errormsg"), (void **) &tmp, sizeof(zval *), NULL); in php_verror()
1192 zval *tmp; in php_error_cb()
1195 …tive_symbol_table), "php_errormsg", sizeof("php_errormsg"), (void **) & tmp, sizeof(zval *), NULL); in php_error_cb()
1381 static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *conte… in php_get_configuration_directive_for_zend()
1383 zval *retval = cfg_get_entry(name, name_length); in php_get_configuration_directive_for_zend()
1584 zval *oh; in php_request_startup()
2546 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval **ret TSRMLS_DC) in php_execute_simple_script()
H A Dsnprintf.c596 zval *zvp, zcopy; in format_converter()
794 zvp = (zval*) va_arg(ap, zval*); in format_converter()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c290 static int pdo_dblib_stmt_get_column_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_D… in pdo_dblib_stmt_get_column_meta()
/PHP-5.5/ext/standard/tests/array/
H A Dbug25708.phpt17 /* zval temp_var(NULL); // refcount = 1
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c730 *len = sizeof(zval);
806 static int pdo_mysql_stmt_col_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) /* {…
810 zval *flags;
/PHP-5.5/ext/iconv/
H A Diconv.c298 zval iconv_impl, iconv_ver; in PHP_MINFO_FUNCTION()
2157 zval *pref = NULL; in PHP_FUNCTION()
2158 zval tmp_zv, *tmp_zv_p = NULL; in PHP_FUNCTION()
2176 zval **ppval; in PHP_FUNCTION()
2216 zval val, *pval = *ppval; in PHP_FUNCTION()
2374 zval **elem, *new_elem; in PHP_FUNCTION()
2823 static php_stream_filter *php_iconv_stream_filter_factory_create(const char *name, zval *params, in… in php_iconv_stream_filter_factory_create()
/PHP-5.5/ext/ereg/
H A Dereg.c291 zval **regex, /* Regular expression */ in php_ereg()
552 zval **arg_pattern, in php_do_ereg_replace()
/PHP-5.5/
H A DREADME.EXT_SKEL172 zval *image = NULL;
173 zval *font = NULL;

Completed in 143 milliseconds

1...<<11121314151617181920