Home
last modified time | relevance | path

Searched refs:common (Results 76 – 100 of 257) sorted by relevance

1234567891011

/PHP-7.0/ext/pdo_sqlite/tests/
H A Dbug46139.phpt11 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/mbstring/tests/
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');
H A Dmb_detect_order.phpt11 include_once('common.inc');
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug69344.phpt14 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Ddisable_prepares.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug70861.phpt13 $db = 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');
H A Dbug66584.phpt14 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/ext/pdo_mysql/tests/
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');
H A Dbug_45120.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug_33689.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dpecl_bug_5802.phpt13 $db = PDOTest::test_factory(dirname(__FILE__). '/common.phpt');
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_frame.c133 arginfo = func->common.arg_info; in phpdbg_dump_prototype()
137 m = func ? func->common.num_args : 0; in phpdbg_dump_prototype()
/PHP-7.0/ext/fileinfo/
H A Dfileinfo.c469 goto common; in _php_finfo_get_type()
506 goto common; in _php_finfo_get_type()
546 goto common; in _php_finfo_get_type()
579 common: in _php_finfo_get_type()
/PHP-7.0/ext/pdo_oci/tests/
H A Dcheckliveness.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dbug46274.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.0/
H A D.gdbinit68 if $func->common.scope
69 printf "%s->", $func->common.scope->name->val
74 if $func->common.scope
75 printf "%s::", $func->common.scope->name->val
79 if $func->common.function_name
80 printf "%s(", $func->common.function_name->val
362 printf "\"%s\"\n", $func->common.function_name->val
/PHP-7.0/Zend/
H A Dzend_opcode.c113 ZEND_ASSERT(function->common.function_name); in destroy_zend_function()
114 zend_string_release(function->common.function_name); in destroy_zend_function()
123 ZEND_ASSERT(function->common.function_name); in zend_function_dtor()
128 ZEND_ASSERT(function->common.function_name); in zend_function_dtor()
129 zend_string_release(function->common.function_name); in zend_function_dtor()
130 if (!(function->common.fn_flags & ZEND_ACC_ARENA_ALLOCATED)) { in zend_function_dtor()
/PHP-7.0/ext/standard/tests/file/
H A Dfgetc_variation2.phpt15 // include the header for common test function

Completed in 42 milliseconds

1234567891011