Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_execute_API.c1361 int use_autoload = (fetch_type & ZEND_FETCH_CLASS_NO_AUTOLOAD) == 0; in zend_fetch_class()
1362 int silent = (fetch_type & ZEND_FETCH_CLASS_SILENT) != 0; in zend_fetch_class()
1364 fetch_type &= ZEND_FETCH_CLASS_MASK; in zend_fetch_class()
1367 switch (fetch_type) { in zend_fetch_class()
1387 fetch_type = zend_get_class_fetch_type(class_name, class_name_len); in zend_fetch_class()
1388 if (fetch_type!=ZEND_FETCH_CLASS_DEFAULT) { in zend_fetch_class()
1398 if (fetch_type == ZEND_FETCH_CLASS_INTERFACE) { in zend_fetch_class()
1400 } else if (fetch_type == ZEND_FETCH_CLASS_TRAIT) { in zend_fetch_class()
1416 int use_autoload = (fetch_type & ZEND_FETCH_CLASS_NO_AUTOLOAD) == 0; in zend_fetch_class_by_name()
1420 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…
361 …ass_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_type TSRMLS_DC);
362 …me(const char *class_name, uint class_name_len, const zend_literal *key, int fetch_type TSRMLS_DC);
H A Dzend_execute.c574 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
576 …*pce = zend_fetch_class(cur_arg_info->class_name, cur_arg_info->class_name_len, (fetch_type | ZEND… in zend_verify_arg_class_kind()
624 …verify_arg_type(zend_function *zf, zend_uint arg_num, zval *arg, ulong fetch_type, zval *default_v… in zend_verify_arg_type() argument
646 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
650 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
655 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
1004 static inline HashTable *zend_get_target_symbol_table(int fetch_type TSRMLS_DC) in zend_get_target_symbol_table()
1006 switch (fetch_type) { in zend_get_target_symbol_table()
H A Dzend_compile.h474 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T…
475 void zend_do_fetch_global_variable(znode *varname, const znode *static_assignment, int fetch_type T…
H A Dzend_compile.c2350 int fetch_type; in zend_do_fetch_class() local
2352fetch_type = zend_get_class_fetch_type(Z_STRVAL(class_name->u.constant), Z_STRLEN(class_name->u.co… in zend_do_fetch_class()
2353 switch (fetch_type) { in zend_do_fetch_class()
2358 opline->extended_value = fetch_type; in zend_do_fetch_class()
5726 ulong fetch_type = 0; in zend_do_fetch_constant() local
5741 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
5787 fetch_type |= IS_CONSTANT_UNQUALIFIED; in zend_do_fetch_constant()
5791 result->u.constant.type = IS_CONSTANT | fetch_type; in zend_do_fetch_constant()
6099 void zend_do_fetch_static_variable(znode *varname, const znode *static_assignment, int fetch_type T… in zend_do_fetch_static_variable()
6145 if (fetch_type == ZEND_FETCH_LEXICAL) { in zend_do_fetch_static_variable()
[all …]
/PHP-5.6/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.6/ext/odbc/
H A Dphp_odbc.c100 ZEND_ARG_INFO(0, fetch_type)
1568 SQLSMALLINT len1=0, len2=0, fetch_type; in PHP_FUNCTION() local
1574 fetch_type = (SQLSMALLINT) zv_fetch_type; in PHP_FUNCTION()
1576 if (!(fetch_type == SQL_FETCH_FIRST || fetch_type == SQL_FETCH_NEXT)) { in PHP_FUNCTION()
1577 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid fetch type (%d)", fetch_type); in PHP_FUNCTION()
1585 fetch_type, in PHP_FUNCTION()
/PHP-5.6/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 90 milliseconds