Home
last modified time | relevance | path

Searched refs:fetch_type (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_execute_API.c1529 zend_class_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_type TSRM… in zend_fetch_class()
1532 int use_autoload = (fetch_type & ZEND_FETCH_CLASS_NO_AUTOLOAD) == 0; in zend_fetch_class()
1533 int silent = (fetch_type & ZEND_FETCH_CLASS_SILENT) != 0; in zend_fetch_class()
1535 fetch_type &= ZEND_FETCH_CLASS_MASK; in zend_fetch_class()
1538 switch (fetch_type) { in zend_fetch_class()
1558 fetch_type = zend_get_class_fetch_type(class_name, class_name_len); in zend_fetch_class()
1559 if (fetch_type!=ZEND_FETCH_CLASS_DEFAULT) { in zend_fetch_class()
1569 if (fetch_type == ZEND_FETCH_CLASS_INTERFACE) { in zend_fetch_class()
H A Dzend_execute.c442 static inline char * zend_verify_arg_class_kind(const zend_arg_info *cur_arg_info, ulong fetch_type in zend_verify_arg_class_kind() argument
444 …*pce = zend_fetch_class(cur_arg_info->class_name, cur_arg_info->class_name_len, (fetch_type | ZEND… in zend_verify_arg_class_kind()
477 …t zend_verify_arg_type(zend_function *zf, zend_uint arg_num, zval *arg, ulong fetch_type TSRMLS_DC) in zend_verify_arg_type()
494 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
498 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
503 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
H A Dzend_compile.h364 void zend_resolve_class_name(znode *class_name, ulong *fetch_type, int check_ns_name TSRMLS_DC);
382 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T…
383 void zend_do_fetch_global_variable(znode *varname, const znode *static_assignment, int fetch_type T…
H A Dzend_compile.c1844 int fetch_type; in zend_do_fetch_class() local
1847 switch (fetch_type) { in zend_do_fetch_class()
1852 opline->extended_value = fetch_type; in zend_do_fetch_class()
2008 ulong fetch_type = 0; in zend_do_begin_class_member_function_call() local
2022 fetch_type = ZEND_FETCH_CLASS_GLOBAL; in zend_do_begin_class_member_function_call()
3925 ulong fetch_type = 0; in zend_do_fetch_constant() local
3940 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
3975 fetch_type |= IS_CONSTANT_UNQUALIFIED; in zend_do_fetch_constant()
3979 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
4269 if (fetch_type == ZEND_FETCH_LEXICAL) { in zend_do_fetch_static_variable()
[all …]
H A Dzend_execute.h368 …ass_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_type TSRMLS_DC);
/PHP-5.3/ext/interbase/
H A Dibase_query.c1481 static void _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int fetch_type) /* {{{ */ in _php_ibase_fetch_hash() argument
1517 if (! (fetch_type & FETCH_ROW)) { in _php_ibase_fetch_hash()
1646 if (fetch_type & FETCH_ROW) { in _php_ibase_fetch_hash()
1652 if (fetch_type & FETCH_ROW) { in _php_ibase_fetch_hash()
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c100 ZEND_ARG_INFO(0, fetch_type)
1524 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
1530 fetch_type = (SQLSMALLINT) zv_fetch_type; in PHP_FUNCTION()
1532 if (!(fetch_type == SQL_FETCH_FIRST || fetch_type == SQL_FETCH_NEXT)) { in PHP_FUNCTION()
1533 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fetch type (%d)", fetch_type); in PHP_FUNCTION()
1541 fetch_type, in PHP_FUNCTION()

Completed in 52 milliseconds