Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 150) sorted by relevance

123456

/PHP-8.4/ext/dba/
H A Ddba_cdb.c51 int make; member
63 int make; in DBA_OPEN_FUNC() local
73 make = 0; in DBA_OPEN_FUNC()
85 make = 1; in DBA_OPEN_FUNC()
102 if (make) { in DBA_OPEN_FUNC()
107 cdb->make = make; in DBA_OPEN_FUNC()
152 if (cdb->make) in DBA_FETCH_FUNC()
179 if (!cdb->make) in DBA_UPDATE_FUNC()
194 if (cdb->make) in DBA_EXISTS_FUNC()
247 if (cdb->make) in DBA_FIRSTKEY_FUNC()
[all …]
/PHP-8.4/ext/intl/tests/
H A Dmsgfmt_format.phpt16 …'en_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
19 …'en_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
50 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
51 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
62 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
63 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
H A Dmsgfmt_parse.phpt16 …'en_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
19 …'en_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre…
25 'en_US' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
28 'en_UK' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
/PHP-8.4/Zend/tests/
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 Dbug68370.phpt2 Bug #68370 "unset($this)" can make the program crash
H A Dinter_007.phpt20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
/PHP-8.4/.github/workflows/
H A Dpush.yml117 - name: make
118 run: make -j$(/usr/bin/nproc) >/dev/null
119 - name: make install
172 - name: make
174 - name: make install
210 - name: make
214 - name: make install
215 run: sudo make install
300 - name: make
302 - name: make install
[all …]
H A Dnightly.yml83 - name: make
85 - name: make install
168 - name: make
170 - name: make install
255 - name: make
257 - name: make install
314 - name: make
390 - name: make
450 - name: make
649 - name: make
[all …]
/PHP-8.4/ext/standard/tests/general_functions/
H A Dbug70249.phpt9 …// make regular flush before other shutdown functions, which allows session data collection and so…
11 // make sure log entries written by shutdown functions are also flushed
/PHP-8.4/Zend/tests/lazy_objects/
H A Dsupport_no_internal_classes.phpt32 Error: Cannot make instance of internal class lazy: DateTime is internal
34 Error: Cannot make instance of internal class lazy: DateTime is internal
H A Dsupport_no_internal_sub_classes.phpt35 Error: Cannot make instance of internal class lazy: C inherits internal class DateTime
37 Error: Cannot make instance of internal class lazy: C inherits internal class DateTime
/PHP-8.4/.github/actions/build-libmysqlclient/
H A Daction.yml32 make clean
33 make -j$(/usr/bin/nproc) >/dev/null
/PHP-8.4/ext/opcache/jit/
H A DDockerfile.arm64.example15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/PHP-8.4/Zend/tests/property_hooks/
H A Dfinal_prop_final_hook.phpt2 Cannot make hook explicitly final in final property
/PHP-8.4/
H A DREADME.md50 sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
66 make -j4
73 PHP ships with an extensive test suite, the command `make test` is used after
79 make TEST_PHP_ARGS=-j4 test
81 Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum
91 make install
93 Depending on your permissions and prefix, `make install` may need super user
/PHP-8.4/.github/actions/install-alpine/
H A Daction.yml8 sudo make install
/PHP-8.4/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/PHP-8.4/.circleci/
H A Dconfig.yml155 name: make
156 command: make -j2 > /dev/null
158 name: make install
160 sudo make install
/PHP-8.4/ext/sysvmsg/tests/
H A D004.phpt17 echo "Set uid:\n"; // same as the running user to make it succeed
23 echo "Set gid:\n"; // same as the running user to make it succeed
/PHP-8.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-8.4/ext/opcache/tests/opt/
H A Dblock_pass_001.phpt16 ->make($callback)
/PHP-8.4/pear/
H A Dinstall-pear.txt11 | # make install-pear |
/PHP-8.4/ext/spl/tests/SplFileObject/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-8.4/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
/PHP-8.4/.github/actions/install-linux/
H A Daction.yml8 sudo make install

Completed in 38 milliseconds

123456