Home
last modified time | relevance | path

Searched refs:common (Results 126 – 150 of 257) sorted by relevance

1234567891011

/PHP-7.0/ext/standard/tests/file/
H A Dfgetc_variation1.phpt9 // include the header for common test function
H A Dfgetc_variation3.phpt15 // include the header for common test function
H A Dfgets_variation1.phpt14 // include the header for common test function
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_44707.phpt27 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_44454.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug41125.phpt15 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c506 …if (dbstmt_ce->constructor && !(dbstmt_ce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_A… in PHP_METHOD()
774 …if (pce->constructor && !(pce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED… in pdo_dbh_attribute_set()
1259 if (func->common.function_name) { in cls_method_dtor()
1260 zend_string_release(func->common.function_name); in cls_method_dtor()
1268 if (func->common.function_name) { in cls_method_pdtor()
1269 zend_string_release(func->common.function_name); in cls_method_pdtor()
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_templob_1.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug68199.phpt19 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dlarge_objects.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dgetnotify.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug62498.phpt16 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug62498-32bit.phpt16 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_33876.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dcopy_to.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/intl/
H A Dconfig.w3224 ADD_SOURCES(configure_module_dirname + "/common", "\
/PHP-7.0/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt12 include_once('common.inc');
H A Dmb_convert_encoding.phpt13 include_once('common.inc');
H A Dmb_convert_variables.phpt13 include_once('common.inc');
/PHP-7.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt8 $config = PDOTest::get_config('ext/pdo_odbc/tests/common.phpt');
45 $db = PDOTest::test_factory('ext/pdo_odbc/tests/common.phpt');
H A Dcommon.phpt23 // try to use common PDO env vars, instead of PDO_ODBC specific
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c536 if (Z_FUNC(p->val)->common.function_name) { in accel_use_shm_interned_strings()
537 …Z_FUNC(p->val)->common.function_name = accel_new_interned_string(Z_FUNC(p->val)->common.function_n… in accel_use_shm_interned_strings()
580 if (Z_FUNC(q->val)->common.function_name) { in accel_use_shm_interned_strings()
581 …Z_FUNC(q->val)->common.function_name = accel_new_interned_string(Z_FUNC(q->val)->common.function_n… in accel_use_shm_interned_strings()
1630 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in file_cache_compile_file()
1703 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_compile_file()
1905 !ZEND_USER_CODE(EG(current_execute_data)->func->common.type) || in persistent_compile_file()
1949 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_stream_open_function()
1977 ZEND_USER_CODE(EG(current_execute_data)->func->common.type) && in persistent_zend_resolve_path()
H A Dzend_accelerator_util_funcs.c559 ZSTR_VAL(function1->common.function_name), in zend_accel_function_hash_copy()
563 zend_error(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name)); in zend_accel_function_hash_copy()
603 ZSTR_VAL(function1->common.function_name), in zend_accel_function_hash_copy_from_shm()
607 zend_error(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name)); in zend_accel_function_hash_copy_from_shm()
/PHP-7.0/ext/spl/
H A Dspl_dllist.c429 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
433 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
437 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
441 if (intern->fptr_offset_del->common.scope == parent) { in spl_dllist_object_new_ex()
445 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
/PHP-7.0/Zend/
H A Dzend_compile.c945 if (function->common.function_name) { in function_add_ref()
976 ZSTR_VAL(function->common.function_name), in do_bind_function()
2844 !fbc->common.scope && in zend_get_call_op()
4438 func->common.arg_flags[0] = 0; in zend_set_function_arg_flags()
4439 func->common.arg_flags[1] = 0; in zend_set_function_arg_flags()
4440 func->common.arg_flags[2] = 0; in zend_set_function_arg_flags()
4441 if (func->common.arg_info) { in zend_set_function_arg_flags()
4442 n = MIN(func->common.num_args, MAX_ARG_FLAG_NUM); in zend_set_function_arg_flags()
4448 …if (UNEXPECTED(func->common.fn_flags & ZEND_ACC_VARIADIC && func->common.arg_info[i].pass_by_refer… in zend_set_function_arg_flags()
5399 ce->destructor->common.fn_flags |= ZEND_ACC_DTOR; in zend_compile_class_decl()
[all …]

Completed in 85 milliseconds

1234567891011