Home
last modified time | relevance | path

Searched refs:common (Results 26 – 50 of 257) sorted by relevance

1234567891011

/PHP-7.0/ext/standard/tests/file/windows_acls/
H A Dbug44859_2.phpt5 include_once __DIR__ . '/common.inc';
10 include_once __DIR__ . '/common.inc';
H A Dbug44859_4.phpt7 include_once __DIR__ . '/common.inc';
12 include_once __DIR__ . '/common.inc';
/PHP-7.0/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt12 include_once __DIR__ . '/common.inc';
21 include_once __DIR__ . '/common.inc';
H A Dbug48746.phpt12 include_once __DIR__ . '/common.inc';
21 include_once __DIR__ . '/common.inc';
H A Dbug48746_2.phpt12 include_once __DIR__ . '/common.inc';
21 include_once __DIR__ . '/common.inc';
H A Dbug48746_1.phpt12 include_once __DIR__ . '/common.inc';
21 include_once __DIR__ . '/common.inc';
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_50323.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
55 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dtable.inc4 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dshow_tables.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug70272.phpt19 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/Zend/tests/traits/bugs/
H A Dabstract-methods03.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods02.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods01.phpt2 Abstract Trait Methods should behave like common abstract methods.
H A Dabstract-methods04.phpt2 Abstract Trait Methods should behave like common abstract methods and
/PHP-7.0/ext/spl/
H A Dphp_spl.c382 UNEXPECTED(alfi->func_ptr->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in autoload_func_info_dtor()
383 zend_string_release(alfi->func_ptr->common.function_name); in autoload_func_info_dtor()
414 if (UNEXPECTED(alfi->func_ptr->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in PHP_FUNCTION()
476 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
557 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
594 alfi.func_ptr->common.function_name = NULL; in PHP_FUNCTION()
598 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
604 if (UNEXPECTED(alfi.func_ptr->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in PHP_FUNCTION()
605 zend_string_release(alfi.func_ptr->common.function_name); in PHP_FUNCTION()
740 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
[all …]
/PHP-7.0/Zend/tests/generators/
H A Dbug70965.phpt2 Bug #70965 (yield from with a common iterator primes too much)
/PHP-7.0/Zend/
H A Dzend_execute.c650 if (zf->common.scope) { in zend_verify_arg_error()
652 fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_arg_error()
658 if (zf->common.type == ZEND_USER_FUNCTION) { in zend_verify_arg_error()
804 cur_arg_info = &zf->common.arg_info[zf->common.num_args]; in zend_verify_arg_type()
875 cur_arg_info = &zf->common.arg_info[zf->common.num_args]; in zend_verify_missing_arg_type()
910 const char *class_name = EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : ""; in zend_verify_missing_arg()
912 …const char *func_name = EX(func)->common.function_name ? ZSTR_VAL(EX(func)->common.function_name) … in zend_verify_missing_arg()
929 if (zf->common.scope) { in zend_verify_return_error()
931 fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_return_error()
947 if (zf->common.scope) { in zend_verify_internal_return_error()
[all …]
H A Dzend_compile.h402 …ND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? ZSTR_VAL((function)->common.…
417 } common; member
501 (((call)->func->common.fn_flags & ZEND_ACC_STRICT_TYPES) != 0)
898 if (UNEXPECTED(arg_num >= zf->common.num_args)) { in zend_check_arg_send_type()
899 if (EXPECTED((zf->common.fn_flags & ZEND_ACC_VARIADIC) == 0)) { in zend_check_arg_send_type()
902 arg_num = zf->common.num_args; in zend_check_arg_send_type()
904 return UNEXPECTED((zf->common.arg_info[arg_num].pass_by_reference & mask) != 0); in zend_check_arg_send_type()
H A Dzend_vm_def.h3153 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3163 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3272 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3280 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3367 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3375 ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
3458 ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
3684 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
3762 fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
3808 if (fbc->common.scope) {
[all …]
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug52487.phpt10 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/mbstring/tests/
H A Dbug20087.phpt10 include_once('common.inc');
H A Dmb_strcut.phpt11 include_once('common.inc');
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug69362.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
41 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug61267.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/pdo_oci/tests/
H A Dbug41996.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');

Completed in 81 milliseconds

1234567891011