Home
last modified time | relevance | path

Searched refs:ext (Results 101 – 125 of 2559) sorted by relevance

12345678910>>...103

/PHP-7.2/ext/hash/
H A Dconfig.w3216 var sha3_dir = "ext/hash/" + sha3_arch_dir;
28 PHP_INSTALL_HEADERS("ext/hash/", "php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h " +
/PHP-7.2/ext/mysqli/
H A Dconfig.m45 dnl ext/pdo_mysql/config.m4 also depends on this macro.
42 dnl ext/pdo_mysql/config.m4 also depends on this configure option.
124 PHP_INSTALL_HEADERS([ext/mysqli/php_mysqli_structs.h])
129 PHP_INSTALL_HEADERS([ext/mysqli/mysqli_mysqlnd.h])
131 PHP_INSTALL_HEADERS([ext/mysqli/mysqli_libmysql.h])
H A Dconfig.w3231 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
40 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
/PHP-7.2/ext/spl/
H A DTODO1 This is the ToDo of ext/spl:
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_61755.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_45120.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.2/ext/pdo_oci/tests/
H A Dcheckliveness.phpt12 require 'ext/pdo/tests/pdo_test.inc';
13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.2/ext/pdo_pgsql/tests/
H A Ddebug_emulated_prepares.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug70861.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug64953.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
14 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug69752.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.2/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_error_001.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_objects_015.phpt24 $ext = 1;
32 $ext = 1;
40 $ext = 1;
48 $ext = 1;
56 $ext = 1;
64 $ext = 1;
/PHP-7.2/ext/phar/tests/
H A Dphpinfo_003.phpt31 gzip compression => disabled (install ext/zlib)
33 OpenSSL support => disabled (install ext/openssl)
/PHP-7.2/ext/session/tests/
H A Dsession_basic1.phpt21 * Source code : ext/session/session.c, ext/session/mod_files.c
/PHP-7.2/ext/gd/tests/
H A Dimagetypes_bmp.phpt5 if (!extension_loaded('gd')) die('skip ext/gd required');
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dcommon.phpt11 'TESTS' => __DIR__ . '/ext/pdo/tests'
/PHP-7.2/ext/session/
H A Dconfig.m418 PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h])
38 PHP_INSTALL_HEADERS([ext/session/mod_mm.h])
/PHP-7.2/ext/curl/tests/
H A Dbug48207.phpt12 * Source code : ext/curl/multi.c
13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dcurl_setopt_array_basic.phpt13 * Source: ext/curl/interface.c
14 * Documentation: http://wiki.php.net/qa/temp/ext/curl
/PHP-7.2/ext/calendar/tests/
H A Dbug67976.phpt5 if (!extension_loaded('calendar')) die('skip ext/calendar required');
/PHP-7.2/ext/tokenizer/
H A DMakefile.frag3 $(top_srcdir)/ext/tokenizer/tokenizer_data.c: $(top_srcdir)/Zend/zend_language_parser.h
/PHP-7.2/ext/exif/tests/
H A Dbug78793.phpt5 $f = "ext/exif/tests/bug77950.tiff";
/PHP-7.2/
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
74 ./sapi/cli/php run-tests.php ext/mbstring/*
75 ./sapi/cli/php run-tests.php ext/mbstring/020.phpt
83 ext/myext/tests/myext.phpt fails to pass, the following files are created:
85 ext/myext/tests/myext.php - actual test file executed
86 ext/myext/tests/myext.log - log of test execution (L)
87 ext/myext/tests/myext.exp - expected output (E)
88 ext/myext/tests/myext.out - output from test script (O)
89 ext/myext/tests/myext.diff - diff of .out and .exp (D)

Completed in 41 milliseconds

12345678910>>...103