Home
last modified time | relevance | path

Searched refs:cp (Results 26 – 41 of 41) sorted by last modified time

12

/PHP-7.4/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt64 passthru("/usr/bin/getfacl -cp " . $tester->getListen('{{ADDR:UDS}}'));
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_env.c28 char *cp; in setenv() local
34 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) { in setenv()
37 sprintf(cp, "%s=%s", name, value); in setenv()
38 return putenv(cp); in setenv()
/PHP-7.4/pear/
H A DMakefile.frag19 cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc15 function set_active_cp($cp, $echo = true)
18 $ret = exec("chcp $cp");
20 if (!sapi_windows_cp_set($cp)) {
21 echo "Failed to set cp $cp\n";
32 set_active_cp($cp, $echo);
47 function skip_if_wrong_cp($cp, $kind = "")
49 if (get_active_cp($kind) != $cp) {
50 die("skip this test expect codepage $cp");
82 $now = get_basename_with_cp($full, $cp, false);
102 $now = get_basename_with_cp($full, $cp, false);
[all …]
H A Dutil_utf8.inc3 function create_data_from_utf8($id, $item = "", $cp = 65001)
46 create_verify_file($prefix, $item, "opened an utf8 filename for reading", $cp);
63 create_verify_file($prefix, $item, $content, $cp);
85 create_verify_dir($prefix, $item, $cp);
89 create_verify_file($prefix, $item, "", $cp);
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c340 char *cp; in php_sha256_crypt_r() local
442 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
444 cp = __php_mempcpy((void *)cp, (const void *)temp_result, 32); in php_sha256_crypt_r()
446 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()
460 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
462 cp = __php_mempcpy(cp, temp_result, 32); in php_sha256_crypt_r()
464 memcpy(cp, temp_result, cnt); in php_sha256_crypt_r()
511 cp += n; in php_sha256_crypt_r()
515 cp = __php_stpncpy(cp, salt, MIN ((size_t) MAX (0, buflen), salt_len)); in php_sha256_crypt_r()
519 *cp++ = '$'; in php_sha256_crypt_r()
[all …]
H A Dcrypt_sha512.c373 char *cp; in php_sha512_crypt_r() local
476 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
478 cp = __php_mempcpy((void *) cp, (const void *)temp_result, 64); in php_sha512_crypt_r()
481 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r()
495 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
497 cp = __php_mempcpy(cp, temp_result, 64); in php_sha512_crypt_r()
499 memcpy(cp, temp_result, cnt); in php_sha512_crypt_r()
546 cp += n; in php_sha512_crypt_r()
550 cp = __php_stpncpy(cp, salt, MIN((size_t) MAX(0, buflen), salt_len)); in php_sha512_crypt_r()
554 *cp++ = '$'; in php_sha512_crypt_r()
[all …]
/PHP-7.4/ext/odbc/
H A Dconfig.m4118 cp "$ODBC_OBJS" "$ODBC_LIB"
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt8 function unicode_info($cp) {
24 $ncp = IntlChar::ord($cp);
30 IntlChar::hasBinaryProperty($cp, $prop) ? "true" : "false"
35 var_dump(IntlChar::$method($cp));
37 echo " charAge(): ", implode('.', IntlChar::charAge($cp)), "\n";
43 foreach($codepoints as $cp) {
44 unicode_info($cp);
47 IntlChar::enumCharNames(0x2600, 0x2610, function($cp, $nc, $name) {
48 printf("U+%04x %s\n", $cp, $name);
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt13 array( 'cp', '47297986' ),
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12498 # From: Cal Peake <cp@absolutedigital.net>
H A Dmagic12498 # From: Cal Peake <cp@absolutedigital.net>
/PHP-7.4/ext/dba/
H A Dinstall_cdb.sh40 cp ../error.o .
49 cp cdb.h uint32.h "$prefix/include"
/PHP-7.4/docs/
H A Dself-contained-extensions.md38 cp -rp php-src/ext/mysqli/* .
/PHP-7.4/build/
H A Dltmain.sh621 *install*|cp|mv)
5584 $run cp "$obj" "$gentop/$newobj"
5859 *[\\\ /]cp\ *) ;;
H A Dshtool872 cp "$src" "$dsttmp" || shtool_exit $?
888 cp "$dsttmp" "$dsttmp.old"

Completed in 140 milliseconds

12