Home
last modified time | relevance | path

Searched refs:make (Results 26 – 50 of 117) sorted by relevance

12345

/PHP-7.4/azure/
H A Djob.yml17 - script: make -j$(/usr/bin/nproc) >/dev/null
H A Dmsan_job.yml56 - script: make -j$(/usr/bin/nproc) >/dev/null
59 sudo make install
/PHP-7.4/tests/classes/
H A Dstatic_mix_2.phpt25 Fatal error: Cannot make non static method pass::show() static in class fail in %s on line 10
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcommon.phpt8 # Also update config.inc if you make changes here...
/PHP-7.4/ext/snmp/tests/
H A DREADME.md26 make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"
41 Before launching daemon make sure that there is no file
/PHP-7.4/ext/standard/tests/array/
H A Dbug68553.phpt6 /* increase the resource id to make test stable */
/PHP-7.4/ext/standard/tests/math/
H A Dmt_rand_value.phpt36 * checks to make sure that PHP's behaviour is wrong, but consistently so.
/PHP-7.4/ext/xml/tests/
H A Dbug71592.phpt9 // The tag mismatch at the end of the XML is on purpose, to make sure that the
/PHP-7.4/ext/reflection/tests/
H A DReflectionClassConstant_getValue.phpt6 /* Use separate classes to make sure that in-place constant updates don't interfere */
/PHP-7.4/tests/lang/
H A Derror_2_exception_001.phpt27 // make sure it isn't catching exceptions that weren't
/PHP-7.4/azure/i386/
H A Djob.yml69 - script: make -j$(/usr/bin/nproc) >/dev/null
73 sudo make install
/PHP-7.4/azure/macos/
H A Djob.yml74 make -j$(sysctl -n hw.ncpu) >/dev/null
77 sudo make install
/PHP-7.4/ext/phar/tests/tar/
H A Dbignames_overflow.phpt13 include __DIR__ . '/files/make.dangerous.tar.php.inc';
H A Dtar_makebz2.phpt2 Phar: tar-based phar, make new bzipped tar
H A Dtar_makegz.phpt2 Phar: tar-based phar, make new gzipped tar
/PHP-7.4/ext/gmp/tests/
H A Dgmp_random_bits.phpt16 // 0.5 seconds to make sure the numbers stay in range
/PHP-7.4/Zend/tests/traits/
H A Dproperty008.phpt15 // And here, we need to make sure, that the traits behave the same
H A Dproperty009.phpt15 // And here, we need to make sure, that the traits behave the same
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_max_links.phpt16 // to make sure we have at least one working connection...
18 // to make sure that max_links is really set to one
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt6 // make sure there is an ODBC driver and a DSN, or the test will fail
59 // test sizes around 255 to make sure that the reassembly works (and that the column is split into …
60 // also, test sizes below 255 to make sure that they work - and are not treated as a long column (s…
64 …// use the alphabet instead of 'i' characters to make sure the blocks don't overlap when they are …
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt17 /* Make sure that we don't attempt to set the current character set to make this case useful */
/PHP-7.4/ext/ldap/tests/
H A DREADME.md57 The next step is to go into the PHP-Source-directory. Configure and make the
69 Now you can run the test-suite by calling `make test`. To test only the
70 LDAP-Tests, run `make test TESTS=ext/ldap`.
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_skipif.inc14 // Change these to make tests run successfully
/PHP-7.4/ext/iconv/tests/
H A Diconv_stream_filter.phpt23 stream_filter_append($fp, 'string.rot13'); // this will make conversion fail.
/PHP-7.4/ext/phar/tests/
H A Dbug74991.phpt13 // the use of a sub path is crucial, and make the include_path 1 byte larger (=OVERFLOW) than the M…

Completed in 25 milliseconds

12345