Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/mbstring/tests/
H A Dmb_strwidth.phpt10 include_once('common.inc');
H A Dmb_http_input.phpt18 include_once('common.inc');
H A Dmb_strimwidth.phpt12 include_once('common.inc');
H A Dmb_preferred_mime_name.phpt11 include_once('common.inc');
H A Dmb_substitute_character.phpt9 include_once('common.inc');
H A Dmb_internal_encoding.phpt10 include_once('common.inc');
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug33841.phpt10 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug46139.phpt11 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-5.5/ext/pdo/
H A DREADME11 2/ Provide common API for common database operations
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug44301.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c277 if (class_type->iterator_funcs.zf_rewind->common.scope != parent) { in spl_fixedarray_object_new_ex()
280 if (class_type->iterator_funcs.zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
283 if (class_type->iterator_funcs.zf_key->common.scope != parent) { in spl_fixedarray_object_new_ex()
286 if (class_type->iterator_funcs.zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
289 if (class_type->iterator_funcs.zf_next->common.scope != parent) { in spl_fixedarray_object_new_ex()
294 if (intern->fptr_offset_get->common.scope == parent) { in spl_fixedarray_object_new_ex()
298 if (intern->fptr_offset_set->common.scope == parent) { in spl_fixedarray_object_new_ex()
302 if (intern->fptr_offset_has->common.scope == parent) { in spl_fixedarray_object_new_ex()
306 if (intern->fptr_offset_del->common.scope == parent) { in spl_fixedarray_object_new_ex()
310 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
H A Dphp_spl.c500 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
568 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
602 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
733 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
744 add_next_index_string(tmp, alfi->func_ptr->common.function_name, 1); in PHP_FUNCTION()
747 … if (strncmp(alfi->func_ptr->common.function_name, "__lambda_func", sizeof("__lambda_func") - 1)) { in PHP_FUNCTION()
748 add_next_index_string(return_value, alfi->func_ptr->common.function_name, 1); in PHP_FUNCTION()
764 add_next_index_string(return_value, EG(autoload_func)->common.function_name, 1); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetrusage_basic.phpt24 // echo the fields which are common to all platforms
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug67462.phpt14 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug69344.phpt14 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug64953.phpt15 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug69752.phpt13 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-5.5/ext/pdo_mysql/tests/
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');
H A Dpecl_bug_5200.phpt13 $db = PDOTest::test_factory(dirname(__FILE__). '/common.phpt');
H A Dbug_61755.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-5.5/
H A D.gdbinit55 if $fst.function->common.function_name
60 if $fst.function.common.scope
61 printf "%s->", $fst.function.common.scope->name
93 if $fst.function.common.scope
94 printf "%s::", $fst.function.common.scope->name
98 printf "%s(", $fst.function->common.function_name
146 printf "%s() ", $fst.function->common.function_name
407 printf "\"%s\"\n", $func->common.function_name
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c450 goto common;
485 goto common;
525 goto common;
558 common:

Completed in 45 milliseconds

123456789