Home
last modified time | relevance | path

Searched refs:common (Results 101 – 125 of 221) sorted by relevance

123456789

/PHP-5.5/ext/mbstring/tests/
H A Dmb_http_output.phpt10 include_once('common.inc');
H A Dmb_strlen.phpt13 include_once('common.inc');
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-5.5/ext/pdo_pgsql/tests/
H A Dbug68371.phpt14 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug48764.phpt23 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dlarge_objects.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dcopy_to.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_33876.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-5.5/ext/spl/
H A Dspl_array.c231 if (intern->fptr_offset_get->common.scope == parent) { in spl_array_object_new_ex()
235 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
239 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
243 if (intern->fptr_offset_del->common.scope == parent) { in spl_array_object_new_ex()
247 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
262 …if (class_type->iterator_funcs.zf_rewind->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
263 …if (class_type->iterator_funcs.zf_valid->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
264 …if (class_type->iterator_funcs.zf_key->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
265 …if (class_type->iterator_funcs.zf_current->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
266 …if (class_type->iterator_funcs.zf_next->common.scope != parent) intern->ar_flags |= SPL_ARRAY_O… in spl_array_object_new_ex()
H A Dspl_dllist.c432 if (intern->fptr_offset_get->common.scope == parent) { in spl_dllist_object_new_ex()
436 if (intern->fptr_offset_set->common.scope == parent) { in spl_dllist_object_new_ex()
440 if (intern->fptr_offset_has->common.scope == parent) { in spl_dllist_object_new_ex()
444 if (intern->fptr_offset_del->common.scope == parent) { in spl_dllist_object_new_ex()
448 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
/PHP-5.5/ext/intl/
H A Dconfig.w3224 ADD_SOURCES(configure_module_dirname + "/common", "\
/PHP-5.5/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-5.5/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-5.5/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-5.5/Zend/
H A Dzend_vm_execute.h489 …return(E_ERROR, "Cannot call abstract method %s::%s()", fbc->common.scope->name, fbc->common.funct… in zend_do_fcall_common_helper_SPEC()
495 fbc->common.scope ? fbc->common.scope->name : "", in zend_do_fcall_common_helper_SPEC()
496 fbc->common.scope ? "::" : "", in zend_do_fcall_common_helper_SPEC()
497 fbc->common.function_name); in zend_do_fcall_common_helper_SPEC()
500 if (fbc->common.scope && in zend_do_fcall_common_helper_SPEC()
501 !(fbc->common.fn_flags & ZEND_ACC_STATIC) && in zend_do_fcall_common_helper_SPEC()
504 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in zend_do_fcall_common_helper_SPEC()
529 if (fbc->common.arg_info) { in zend_do_fcall_common_helper_SPEC()
606 efree((char*)fbc->common.function_name); in zend_do_fcall_common_helper_SPEC()
3622 …if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.f… in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
[all …]
H A Dzend_execute.c581 const char *fname = zf->common.function_name; in zend_verify_arg_error()
585 if (zf->common.scope) { in zend_verify_arg_error()
587 fclass = zf->common.scope->name; in zend_verify_arg_error()
607 if (!zf->common.arg_info in zend_verify_arg_type()
608 || arg_num>zf->common.num_args) { in zend_verify_arg_type()
612 cur_arg_info = &zf->common.arg_info[arg_num-1]; in zend_verify_arg_type()
1485 …(execute_data_ptr->function_state.function->common.fn_flags & ZEND_ACC_RETURN_REFERENCE)?return_va… in execute_internal()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c206 …zend_hash_update(function_table, function->common.function_name, strlen(function->common.function_… in copy_internal_function()
882 function1->common.function_name,
886 zend_error(E_ERROR, "Cannot redeclare %s()", function1->common.function_name);
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');

Completed in 155 milliseconds

123456789