Home
last modified time | relevance | path

Searched refs:common (Results 51 – 75 of 257) sorted by relevance

1234567891011

/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_51670.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_39483.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_37445.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug53782.phpt14 $conn = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_41698.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dlast_insert_id.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/pdo_oci/tests/
H A Dbug_33707.phpt12 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dbug44301.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dbug54379.phpt15 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c265 if (class_type->iterator_funcs.zf_rewind->common.scope != parent) { in spl_fixedarray_object_new_ex()
268 if (class_type->iterator_funcs.zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
271 if (class_type->iterator_funcs.zf_key->common.scope != parent) { in spl_fixedarray_object_new_ex()
274 if (class_type->iterator_funcs.zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
277 if (class_type->iterator_funcs.zf_next->common.scope != parent) { in spl_fixedarray_object_new_ex()
282 if (intern->fptr_offset_get->common.scope == parent) { in spl_fixedarray_object_new_ex()
286 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
290 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex()
294 if (intern->fptr_offset_del->common.scope == parent) { in spl_fixedarray_object_new_ex()
298 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug72294.phpt113 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
128 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug62479.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
41 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug71573.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug72570.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug73959.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug36727.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug70313.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug67462.phpt14 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_49985.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug72633.phpt15 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/mbstring/tests/
H A Dmb_substr.phpt12 include_once('common.inc');
H A Dmb_strwidth.phpt10 include_once('common.inc');
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug33841.phpt10 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/pdo/
H A DREADME11 2/ Provide common API for common database operations
/PHP-7.0/ext/standard/tests/general_functions/
H A Dgetrusage_basic.phpt21 // echo the fields which are common to all platforms

Completed in 22 milliseconds

1234567891011