Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 332) sorted by last modified time

12345678910>>...14

/php-src/.circleci/
H A Dconfig.yml36 g++ \
177 -g FAIL,BORK,LEAK,XLEAK \
/php-src/Zend/
H A Dzend_compile.c7020 uint32_t g, i, j; in zend_compile_attributes() local
7024 for (g = 0; g < list->children; g++) { in zend_compile_attributes()
7025 zend_ast_list *group = zend_ast_get_list(list->child[g]); in zend_compile_attributes()
/php-src/ext/openssl/
H A Dopenssl.c348 *g = dh->g; in DH_get0_pqg()
355 dh->g = g; in DH_set0_pqg()
378 *g = d->g; in DSA_get0_pqg()
385 d->g = g; in DSA_set0_pqg()
4007 OPENSSL_PKEY_SET_BN(data, g); in php_openssl_pkey_init_legacy_dsa()
4008 if (!p || !q || !g || !DSA_set0_pqg(dsa, p, q, g)) { in php_openssl_pkey_init_legacy_dsa()
4049 OPENSSL_PKEY_SET_BN(data, g); in php_openssl_pkey_init_dsa()
4102 BN_free(g); in php_openssl_pkey_init_dsa()
4180 OPENSSL_PKEY_SET_BN(data, g); in php_openssl_pkey_init_legacy_dh()
4181 if (!p || !g || !DH_set0_pqg(dh, p, q, g)) { in php_openssl_pkey_init_legacy_dh()
[all …]
/php-src/build/
H A Dlibtool.m4110 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
113 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
117 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
120 no_glob_subst='s/\*/\\\*/g'
468 # echo "$something" | sed 's/\\/\\\\/g'
1978 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2277 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2726 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2992 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
3687 # g++ 2.7 appears to require `-G' NOT `-shared' on this
[all …]
H A Dphp.m446 unique=`echo $2|$SED 's/[^a-zA-Z0-9]/_/g'`
75 dnl Adds variable with its value into Makefile, e.g.:
173 …test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> …
922 …ra=,[ac_extra=`echo "$5"|$SED s#@ext_srcdir@#$ext_srcdir#g|$SED s#@ext_builddir@#$ext_builddir#g`])
1371 struct cookiedata g = { 0 };
1372 FILE *fp = fopencookie(&g, "r", funcs);
1374 if (fp && fseek(fp, 8192, SEEK_SET) == 0 && g.pos == 8192)
2282 …ce -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@.bak && \$(SED) -e 's,PHP_,DTRACE_,g' \$[]@.bak > \$[]@
2689 $SED -e 's/^#undef PACKAGE_[^ ]*/\/\* & \*\//g' < $srcdir/$1 \
/php-src/.github/workflows/
H A Dpush.yml43 CXX: ccache g++
H A Dnightly.yml510 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
520 sed -i 's/youremptytestdbnamehere/test/g' wp-tests-config.php
521 sed -i 's/yourusernamehere/root/g' wp-tests-config.php
522 sed -i 's/yourpasswordhere/root/g' wp-tests-config.php
776 CXX: ccache g++
/php-src/docs/
H A Drelease-process.md131 > branch for the pre-GA release, e.g., `PHP-8.2`. See
243 your release (e.g., `PHP-8.2`) and bump the version numbers in
268 > end in `-dev` (e.g., `8.1.7`, `8.1.7RC1`, `8.2.0alpha1`, etc.).
460 (e.g., `PHP-8.1.7`).
673 * Set `version` to the full version number (e.g. '8.2.1')
739 * Make sure the tarballs are available from, e.g.,
745 e.g., https://www.php.net/ChangeLog-8.php
747 e.g., `https://www.php.net/releases/X_Y_Z.php`
807 (X.Y=major.minor release, e.g. '8.0'):
809 * `version` to the full version number (e.g. '8.0.1-pl1')
[all …]
/php-src/sapi/fpm/
H A Dconfig.m4627 …S) \$(PHP_BINARY_OBJS) \$(PHP_FPM_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (…
/php-src/
H A Dconfigure.ac148 dnl Support systems with system libraries in e.g. /usr/lib64.
182 AC_MSG_CHECKING([whether re2c -g works])
198 RE2C_FLAGS="-g"
660 [[struct addrinfo *g,h;g=&h;getaddrinfo("","",g,&g);]])],[AC_RUN_IFELSE([AC_LANG_SOURCE([[
827 CFLAGS=`echo "$CFLAGS" | "${SED}" -e 's/-O[0-9s]*//g'`
847 CFLAGS=`echo "$CFLAGS" | "${SED}" -e 's/-O[0-9s]*//g'`
853 CXXFLAGS="$CXXFLAGS -g -O0"
857 CFLAGS="-g"
858 CXXFLAGS="-g"
860 CFLAGS="$CFLAGS -g"
[all …]
H A DUPGRADING.INTERNALS131 - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have
221 g. ext/standard
H A Dphp.ini-development24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
46 ; previously set variable or directive (e.g. ${foo})
404 ; (e.g. by adding its signature to the Web server header). It is no security
472 ; intentional (e.g., using an uninitialized variable and
1368 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1377 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1559 ; of the framework's version number, separated by dots, and prefixed with "v", e.g. "v4.0.30319".
1570 ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
H A Dphp.ini-production24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
46 ; previously set variable or directive (e.g. ${foo})
406 ; (e.g. by adding its signature to the Web server header). It is no security
474 ; intentional (e.g., using an uninitialized variable and
1370 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1379 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1561 ; of the framework's version number, separated by dots, and prefixed with "v", e.g. "v4.0.30319".
1572 ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
H A D.cirrus.yml11 #- sed -i -e 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
29 …- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff…
/php-src/sapi/fuzzer/
H A DREADME.md89 ./configure CC=clang CFLAGS="-fsanitize=fuzzer-no-link,address -O2 -g"
/php-src/ext/posix/
H A Dposix.c662 if (NULL == g) in php_posix_group_to_array()
671 if (g->gr_passwd) { in php_posix_group_to_array()
687 add_assoc_long(array_group, "gid", g->gr_gid); in php_posix_group_to_array()
785 struct group *g; in PHP_FUNCTION() local
809 g = &gbuf; in PHP_FUNCTION()
811 err = getgrnam_r(name, g, buf, buflen, &g); in PHP_FUNCTION()
812 if (err || g == NULL) { in PHP_FUNCTION()
823 if (NULL == (g = getgrnam(name))) { in PHP_FUNCTION()
852 struct group *g; in PHP_FUNCTION() local
883 g = &_g; in PHP_FUNCTION()
[all …]
/php-src/ext/reflection/tests/
H A DReflectionFiber_bug_gh11121_1.phpt9 function g() {
16 $f = new Fiber(function() { f(); max(...[1,2,3,4,5,6,7,8,9,10,11,12]); g(); });
49 string(1) "g"
H A DReflectionFiber_bug_gh11121_2.phpt10 function g() {
17 $f = new Fiber(function() { f(); g(); });
50 string(1) "g"
H A DReflectionClass_export_basic1.phpt13 $g = false,
58 Parameter #6 [ <optional> $g = false ]
/php-src/Zend/tests/
H A Dgh8841.phpt6 echo "Before calling g()\n";
7 g(1);
8 echo "After calling g()\n";
17 eval('function g($x): int { return $x; }');
22 Before calling g()
23 After calling g()
/php-src/ext/ldap/
H A Dconfig.m413 dnl given lib path e.g. for --with-ldap=/usr/lib/oracle/12.1/client64/lib
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 function foo(stdClass $a, array $b, callable $c, string $f, bool $g, int $h, float $i, NotExisting …
/php-src/ext/opcache/tests/match/
H A D001.phpt19 'g' => 'g',
57 0001 MATCH CV0($char) "a": 0003, "b": 0004, "c": 0004, "d": 0005, "e": 0006, "f": 0006, "g": 0007, …
63 0007 RETURN string("g")
71 string(1) "g"
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1389 glob_t g; in fpm_conf_ini_parser_include() local
1399 g.gl_offs = 0; in fpm_conf_ini_parser_include()
1400 if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()
1414 for (i = 0; i < g.gl_pathc; i++) { in fpm_conf_ini_parser_include()
1415 int len = strlen(g.gl_pathv[i]); in fpm_conf_ini_parser_include()
1417 if (g.gl_pathv[i][len - 1] == '/') continue; /* don't parse directories */ in fpm_conf_ini_parser_include()
1418 if (0 > fpm_conf_load_ini_file(g.gl_pathv[i])) { in fpm_conf_ini_parser_include()
1419 … zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", g.gl_pathv[i], filename, ini_lineno); in fpm_conf_ini_parser_include()
1425 globfree(&g); in fpm_conf_ini_parser_include()
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt248 0xD2: 0g==
252 0xD6: 1g==
256 0xDA: 2g==
260 0xDE: 3g==
264 0xE2: 4g==
268 0xE6: 5g==
272 0xEA: 6g==
276 0xEE: 7g==
280 0xF2: 8g==
284 0xF6: 9g==
[all …]

Completed in 123 milliseconds

12345678910>>...14