Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute_API.c1463 int use_autoload = (fetch_type & ZEND_FETCH_CLASS_NO_AUTOLOAD) == 0; in zend_fetch_class()
1464 int silent = (fetch_type & ZEND_FETCH_CLASS_SILENT) != 0; in zend_fetch_class()
1466 fetch_type &= ZEND_FETCH_CLASS_MASK; in zend_fetch_class()
1469 switch (fetch_type) { in zend_fetch_class()
1489 fetch_type = zend_get_class_fetch_type(class_name, class_name_len); in zend_fetch_class()
1490 if (fetch_type!=ZEND_FETCH_CLASS_DEFAULT) { in zend_fetch_class()
1500 if (fetch_type == ZEND_FETCH_CLASS_INTERFACE) { in zend_fetch_class()
1502 } else if (fetch_type == ZEND_FETCH_CLASS_TRAIT) { in zend_fetch_class()
1518 int use_autoload = (fetch_type & ZEND_FETCH_CLASS_NO_AUTOLOAD) == 0; in zend_fetch_class_by_name()
1522 if ((fetch_type & ZEND_FETCH_CLASS_SILENT) == 0 && !EG(exception)) { in zend_fetch_class_by_name()
[all …]
H A Dzend_execute.h71 ZEND_API char * zend_verify_arg_class_kind(const zend_arg_info *cur_arg_info, ulong fetch_type, con…
351 …ass_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_type TSRMLS_DC);
352 …me(const char *class_name, uint class_name_len, const zend_literal *key, int fetch_type TSRMLS_DC);
H A Dzend_execute.c566 ZEND_API char * zend_verify_arg_class_kind(const zend_arg_info *cur_arg_info, ulong fetch_type, con… in zend_verify_arg_class_kind() argument
568 …*pce = zend_fetch_class(cur_arg_info->class_name, cur_arg_info->class_name_len, (fetch_type | ZEND… in zend_verify_arg_class_kind()
601 …t zend_verify_arg_type(zend_function *zf, zend_uint arg_num, zval *arg, ulong fetch_type TSRMLS_DC) in zend_verify_arg_type()
618 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
622 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
627 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
968 static inline HashTable *zend_get_target_symbol_table(int fetch_type TSRMLS_DC) in zend_get_target_symbol_table()
970 switch (fetch_type) { in zend_get_target_symbol_table()
H A Dzend_compile.h441 void zend_resolve_class_name(znode *class_name, ulong fetch_type, int check_ns_name TSRMLS_DC);
459 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T…
460 void zend_do_fetch_global_variable(znode *varname, const znode *static_assignment, int fetch_type T…
H A Dzend_compile.c2279 int fetch_type; in zend_do_fetch_class() local
2282 switch (fetch_type) { in zend_do_fetch_class()
2287 opline->extended_value = fetch_type; in zend_do_fetch_class()
5594 ulong fetch_type = 0; in zend_do_fetch_constant() local
5605 zend_resolve_class_name(constant_container, fetch_type, 1 TSRMLS_CC); in zend_do_fetch_constant()
5609 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
5614 zend_resolve_class_name(constant_container, fetch_type, 1 TSRMLS_CC); in zend_do_fetch_constant()
5655 fetch_type |= IS_CONSTANT_UNQUALIFIED; in zend_do_fetch_constant()
5659 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
6020 if (fetch_type == ZEND_FETCH_LEXICAL) { in zend_do_fetch_static_variable()
[all …]
/PHP-5.5/ext/interbase/
H A Dibase_query.c1474 static void _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int fetch_type) /* {{{ */ in _php_ibase_fetch_hash() argument
1510 if (! (fetch_type & FETCH_ROW)) { in _php_ibase_fetch_hash()
1639 if (fetch_type & FETCH_ROW) { in _php_ibase_fetch_hash()
1645 if (fetch_type & FETCH_ROW) { in _php_ibase_fetch_hash()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c100 ZEND_ARG_INFO(0, fetch_type)
1557 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
1563 fetch_type = (SQLSMALLINT) zv_fetch_type; in PHP_FUNCTION()
1565 if (!(fetch_type == SQL_FETCH_FIRST || fetch_type == SQL_FETCH_NEXT)) { in PHP_FUNCTION()
1566 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fetch type (%d)", fetch_type); in PHP_FUNCTION()
1574 fetch_type, in PHP_FUNCTION()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c697 static zval** sxe_property_get_adr(zval *object, zval *member, int fetch_type, const zend_literal *… in sxe_property_get_adr() argument

Completed in 54 milliseconds