Home
last modified time | relevance | path

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

123456789

/PHP-5.4/ext/pdo_oci/tests/
H A Dbug44301.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-5.4/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()
/PHP-5.4/
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.4/ext/standard/tests/general_functions/
H A Dgetrusage_basic.phpt24 // echo the fields which are common to all platforms
/PHP-5.4/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');
H A Dbug_45120.phpt14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dpecl_bug_5802.phpt13 $db = PDOTest::test_factory(dirname(__FILE__). '/common.phpt');
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug62593.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug64953.phpt15 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug66584.phpt13 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-5.4/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');
/PHP-5.4/ext/pdo_sqlite/tests/
H A Dbug46139.phpt11 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c450 goto common;
485 goto common;
525 goto common;
558 common:
/PHP-5.4/Zend/
H A Dzend_vm_def.h2306 …if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.f…
2312 if (EX(fbc)->common.fn_flags & ZEND_ACC_STATIC) {
2389 EX(fbc)->common.fn_flags & ZEND_ACC_CLOSURE) {
2624 …return(E_ERROR, "Cannot call abstract method %s::%s()", fbc->common.scope->name, fbc->common.funct… in ZEND_VM_HELPER()
2630 fbc->common.scope ? fbc->common.scope->name : "", in ZEND_VM_HELPER()
2631 fbc->common.scope ? "::" : "", in ZEND_VM_HELPER()
2632 fbc->common.function_name); in ZEND_VM_HELPER()
2635 if (fbc->common.scope && in ZEND_VM_HELPER()
2636 !(fbc->common.fn_flags & ZEND_ACC_STATIC) && in ZEND_VM_HELPER()
2666 if (fbc->common.arg_info) { in ZEND_VM_HELPER()
[all …]
H A Dzend_compile.h324 #define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.…
338 } common; member
794 ((((zend_function*)(zf))->common.arg_info && \
795 arg_num <= ((zend_function*)(zf))->common.num_args) ? \
796 (((zend_function *)(zf))->common.arg_info[arg_num-1].pass_by_reference & (m1)) : \
797 (((zend_function *)(zf))->common.fn_flags & (m2))))
/PHP-5.4/ext/standard/tests/file/
H A Dfgetc_variation2.phpt15 // include the header for common test function

Completed in 54 milliseconds

123456789