Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/pdo_mysql/tests/
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');
H A Dbug54929.phpt15 $pdodb = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dpecl_bug_5780.phpt13 $db = PDOTest::test_factory(dirname(__FILE__). '/common.phpt');
/PHP-5.5/Zend/
H A Dzend_vm_def.h1928 …return(E_ERROR, "Cannot call abstract method %s::%s()", fbc->common.scope->name, fbc->common.funct… in ZEND_VM_HELPER()
1934 fbc->common.scope ? fbc->common.scope->name : "", in ZEND_VM_HELPER()
1935 fbc->common.scope ? "::" : "", in ZEND_VM_HELPER()
1936 fbc->common.function_name); in ZEND_VM_HELPER()
1939 if (fbc->common.scope && in ZEND_VM_HELPER()
1940 !(fbc->common.fn_flags & ZEND_ACC_STATIC) && in ZEND_VM_HELPER()
1943 if (fbc->common.fn_flags & ZEND_ACC_ALLOW_STATIC) { in ZEND_VM_HELPER()
1968 if (fbc->common.arg_info) { in ZEND_VM_HELPER()
2045 efree((char*)fbc->common.function_name); in ZEND_VM_HELPER()
2593 …if (EG(This) && Z_OBJCE_P(EG(This)) != ce->constructor->common.scope && (ce->constructor->common.f…
[all …]
H A Dzend_compile.h334 #define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.…
348 } common; member
824 ((((zend_function*)(zf))->common.arg_info && \
825 arg_num <= ((zend_function*)(zf))->common.num_args) ? \
826 (((zend_function *)(zf))->common.arg_info[arg_num-1].pass_by_reference & (m1)) : \
827 (((zend_function *)(zf))->common.fn_flags & (m2))))
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug66584.phpt14 $pdo = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug43925.phpt13 $dbh = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug46274.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug62593.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug46274_2.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dis_in_transaction.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation2.phpt15 // include the header for common test function
H A Dfgets_variation2.phpt15 // include the header for common test function
/PHP-5.5/ext/mbstring/tests/
H A Dmb_detect_order.phpt11 include_once('common.inc');
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dbug46274_2.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php_trace.c84 …if (0 > fpm_trace_get_strz(buf, buf_size, function + offsetof(zend_function, common.function_name)… in fpm_php_trace_dump()
/PHP-5.5/ext/mysql/
H A Dmysql.mak12 #include the common settings
13 include $(PROJECT_ROOT)/netware/common.mif
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak12 #include the common settings
13 include $(PROJECT_ROOT)/netware/common.mif
/PHP-5.5/ext/ldap/
H A Dldap.mak12 #include the common settings
13 include $(PROJECT_ROOT)/netware/common.mif
/PHP-5.5/ext/xml/
H A Dxml.mak12 #include the common settings
13 include $(PROJECT_ROOT)/netware/common.mif
/PHP-5.5/ext/openssl/
H A Dopenssl.mak12 #include the common settings
13 include $(PROJECT_ROOT)/netware/common.mif
/PHP-5.5/ext/pdo/tests/
H A Dpdo_022.phpt17 * TODO: filter out driver dependent components from this common core

Completed in 46 milliseconds

123456789