Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 137) sorted by path

123456

/php-src/.circleci/
H A Dconfig.yml155 name: make
156 command: make -j2 > /dev/null
158 name: make install
160 sudo make install
/php-src/.github/actions/apt-x32/
H A Daction.yml44 make \
/php-src/.github/actions/apt-x64/
H A Daction.yml21 make \
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml32 make clean
33 make -j$(/usr/bin/nproc) >/dev/null
/php-src/.github/actions/install-linux-x32/
H A Daction.yml8 make install
/php-src/.github/actions/install-linux/
H A Daction.yml8 sudo make install
/php-src/.github/workflows/
H A Dnightly.yml98 - name: make
100 - name: make install
189 - name: make
191 - name: make install
248 - name: make
252 - name: make install
322 - name: make
324 - name: make install
379 - name: make
571 - name: make
[all …]
H A Dpush.yml128 - name: make
129 run: make -j$(/usr/bin/nproc) >/dev/null
130 - name: make install
179 - name: make
182 make -j$(sysctl -n hw.logicalcpu) >/dev/null
183 - name: make install
184 run: sudo make install
270 - name: make
271 run: make -j$(/usr/bin/nproc) >/dev/null
272 - name: make install
[all …]
/php-src/
H A D.gitignore247 # Temporary PHP INI configuration file(s) for tests, generated by `make test`
H A DCONTRIBUTING.md39 PHP 8.0, which corresponds to the `PHP-8.0` branch in Git. Please also make sure
286 - Create test scripts for use with `make test`.
287 - Run `make test` to check your change doesn't break other features.
317 This section refers to contributors that have Git push access and make commit
348 `make test`.
H A DREADME.REDIST.BINS180 you place this code and any modifications you make under a license
H A DREADME.md51 sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
67 make -j4
74 PHP ships with an extensive test suite, the command `make test` is used after
80 make TEST_PHP_ARGS=-j4 test
82 Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum
92 make install
94 Depending on your permissions and prefix, `make install` may need super user
H A DUPGRADING673 and the line of definition to make them easier to distinguish, for example
/php-src/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/php-src/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/php-src/Zend/tests/attributes/
H A D013_class_scope.phpt2 Attributes make use of class scope.
H A D017_closure_scope.phpt2 Attributes make use of closure scope.
/php-src/Zend/tests/
H A Dbug68370.phpt2 Bug #68370 "unset($this)" can make the program crash
H A Dbug68412.phpt2 Bug #68412 (Infinite recursion with __call can make the program crash/segfault)
H A Dbug70262.phpt7 $array[] = 1; // make this not immutable
9 $extra = $array; // make the refcount == 2
14 $obj->arr = $array; // make the refcount == 3;
H A Dbug70805.phpt44 // which will make $a be put into gc roots buf twice
H A Dbug78776.phpt28 Fatal error: Cannot make non static method A::createApp() static in class C in %s on line %d
H A Dgh11222.phpt12 // actually make the array larger than 8 elements to trigger rehash
H A Dinter_007.phpt20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
/php-src/Zend/tests/traits/
H A Dabstract_method_5.phpt18 Fatal error: Cannot make static method T::method() non static in class C in %s on line %d

Completed in 53 milliseconds

123456