Home
last modified time | relevance | path

Searched refs:form (Results 126 – 150 of 180) sorted by relevance

12345678

/PHP-8.2/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt84 Key array must be of the form array(0 => key, 1 => phrase)
/PHP-8.2/
H A DREADME.REDIST.BINS87 * Redistributions in binary form must reproduce the above copyright
132 2. Redistributions in binary form must reproduce the above copyright
231 2. Redistributions in binary form must reproduce the above copyright
335 2. Redistributions in binary form must reproduce the above copyright
389 2. Redistributions in binary form must reproduce the above copyright
403 5. Redistributions of any form whatsoever must retain the following
445 2. Redistributions in binary form must reproduce the above copyright
546 2. Redistributions in binary form must reproduce the above copyright
575 2. Redistributions in binary form must reproduce the above copyright
605 1. Redistributions in source form must retain copyright statements
[all …]
H A DCODING_STANDARDS.md111 parent program or function family. This should be in the form of `parent_*`:
170 long form (e.g. HTTP or URL). Abbreviations start with a capital letter
H A Dphp.ini-development245 ; "form" tag is special tag. It will add hidden input tag to pass values.
247 ; Default Value: "form="
248 ; Development Value: "form="
249 ; Production Value: "form="
252 ; URL rewriter will not rewrite absolute URL nor form by default. To enable
1501 ; <form> is special; if you include them here, the rewriter will
1503 ; to URLs. <form> tag's action attribute URL will not be modified
1506 ; Default Value: "a=href,area=href,frame=src,form="
1507 ; Development Value: "a=href,area=href,frame=src,form="
1508 ; Production Value: "a=href,area=href,frame=src,form="
[all …]
H A Dphp.ini-production245 ; "form" tag is special tag. It will add hidden input tag to pass values.
247 ; Default Value: "form="
248 ; Development Value: "form="
249 ; Production Value: "form="
252 ; URL rewriter will not rewrite absolute URL nor form by default. To enable
1503 ; <form> is special; if you include them here, the rewriter will
1505 ; to URLs. <form> tag's action attribute URL will not be modified
1508 ; Default Value: "a=href,area=href,frame=src,form="
1509 ; Development Value: "a=href,area=href,frame=src,form="
1510 ; Production Value: "a=href,area=href,frame=src,form="
[all …]
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt82 Deprecated: Callables of the form ["MyPDO", "parent::__construct"] are deprecated in %s on line %d
/PHP-8.2/ext/standard/libavifinfo/
H A DPATENTS23 b. For distribution in any other form (including binary, object form,
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php532 function normalizer_normalize(string $string, int $form = Normalizer::FORM_C): string|false {} argument
534 function normalizer_is_normalized(string $string, int $form = Normalizer::FORM_C): bool {} argument
537 function normalizer_get_raw_decomposition(string $string, int $form = Normalizer::FORM_C): ?string … argument
H A Dphp_intl_arginfo.h612 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, form, IS_LONG, 0, "Normalizer::FORM_C")
617 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, form, IS_LONG, 0, "Normalizer::FORM_C")
623 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, form, IS_LONG, 0, "Normalizer::FORM_C")
/PHP-8.2/scripts/dev/
H A Dmakedist41 of a package should have a tag of the form:
/PHP-8.2/ext/standard/tests/array/
H A Darray_splice_variation3.phpt43 echo "absolute offset - relative length - attempt to cut form before beginning \n";
403 absolute offset - relative length - attempt to cut form before beginning
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt130 Deprecated: Callables of the form ["bar", "parent::method"] are deprecated in %s on line %d
/PHP-8.2/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt14 $str1 = decbin($ASCII); //ASCII value in binary form
15 … = decbin( ord( chr($ASCII) ) ); //Getting equivalent ASCII value for the character in binary form
/PHP-8.2/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt16 // Test with single "form encoding"
/PHP-8.2/sapi/cli/tests/
H A Dphp_cli_server_013.phpt20 Content-Type: application/x-www-form-urlencoded
/PHP-8.2/TSRM/
H A Dthreads.m410 dnl 2. Redistributions in binary form must reproduce the above copyright
/PHP-8.2/ext/standard/tests/general_functions/
H A Dis_numeric.phpt67 "1", // numeric in the form of string
H A Dgettype_settype_variation1.phpt66 /* numerics in the form of string */
H A Dgettype_settype_variation8.phpt66 /* numerics in the form of string */
/PHP-8.2/ext/phar/tests/zip/
H A Dbug48791.phpt12 …lns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:fo…
/PHP-8.2/ext/mbstring/libmbfl/
H A DLICENSE126 (which use some of those functions and data) to form executables.
136 "Source code" for a work means the preferred form of the work for
228 derivative of it, under Section 2) in object code or executable form
318 For an executable, the required form of the "work that uses the
322 normally distributed (in either source or binary form) with the major
347 where to find the accompanying uncombined form of the same work.
/PHP-8.2/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt175 # form character by adding 84 to the ku (row) number.
298 # 0xF87E variant tag for vertical form
299 # 0xF87F variant tag for other alternate form
333 # mapping of the corresponding vertical form 0xEB50 from
7676 0xEB41 0x3001+0xF87E # vertical form for IDEOGRAPHIC COMMA
7677 0xEB42 0x3002+0xF87E # vertical form for IDEOGRAPHIC FULL STOP
7678 0xEB50 0xFFE3+0xF87E # vertical form for FULLWIDTH MACRON
7682 0xEB5D 0x2010+0xF87E # vertical form for HYPHEN
7683 0xEB60 0x301C+0xF87E # vertical form for WAVE DASH
7684 0xEB61 0x2016+0xF87E # vertical form for DOUBLE VERTICAL LINE
[all …]
/PHP-8.2/ext/bcmath/libbcmath/
H A DLICENSE128 (which use some of those functions and data) to form executables.
138 "Source code" for a work means the preferred form of the work for
231 derivative of it, under Section 2) in object code or executable form
321 For an executable, the required form of the "work that uses the
325 normally distributed (in either source or binary form) with the major
350 where to find the accompanying uncombined form of the same work.
/PHP-8.2/ext/zlib/tests/
H A Ddata.inc58 I see thee yet, in form as palpable
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c7567 *(form++)='%';
7569 form+=p-strfrmt+1;
7570 *form='\0';
7574 size_t l=strlen(form);
7575 char spec=form[l-1];
7576 strcpy(form+l-1,"l");
7577 form[l+sizeof("l")-2]=spec;
7578 form[l+sizeof("l")-1]='\0';
7605 addintlen(form);
7610 addintlen(form);
[all …]

Completed in 71 milliseconds

12345678