Home
last modified time | relevance | path

Searched refs:form (Results 101 – 125 of 177) sorted by relevance

12345678

/PHP-8.2/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt52 //strtr() call in three args syntax form
55 //strtr() call in two args syntax form
/PHP-8.2/Zend/tests/
H A Dbug48770.phpt34 Deprecated: Callables of the form ["C", "parent::func"] are deprecated in %s on line %d
H A Dbug68475.phpt2 Bug #68475 Calling function using $callable() syntax with strings of form 'Class::method'
/PHP-8.2/ext/soap/
H A Dphp_sdl.h209 sdlForm form; member
247 sdlForm form; member
H A Dphp_schema.c1624 cur_type->form = XSD_FORM_QUALIFIED; in schema_element()
1628 cur_type->form = XSD_FORM_DEFAULT; in schema_element()
1631 cur_type->form = XSD_FORM_DEFAULT; in schema_element()
1642 cur_type->form = XSD_FORM_QUALIFIED; in schema_element()
1649 cur_type->form = XSD_FORM_UNQUALIFIED; in schema_element()
1827 newAttr->form = XSD_FORM_QUALIFIED; in schema_attribute()
1831 newAttr->form = XSD_FORM_DEFAULT; in schema_attribute()
1897 newAttr->form = XSD_FORM_QUALIFIED; in schema_attribute()
1904 newAttr->form = XSD_FORM_UNQUALIFIED; in schema_attribute()
2103 attr->form = tmp->form; in schema_attribute_fixup()
[all …]
/PHP-8.2/ext/bcmath/libbcmath/
H A DREADME.md7 different form, are the routines that to the arbitrary precision calculations
23 The math routines of GNU bc become more generally useful in a library form. By
/PHP-8.2/sapi/cli/tests/
H A Dupload_2G.phpt65 Content-Disposition: form-data; name=\"file1\"; filename=\"file1.txt\"\n\n";
72 Content-Type: multipart/form-data; boundary=--123
H A Dphp_cli_server_012.phpt20 Content-Type: application/x-www-form-urlencoded
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt31 Key array must be of the form array(0 => key, 1 => phrase)
H A Dopenssl_private_decrypt_basic.phpt39 Key array must be of the form array(0 => key, 1 => phrase)
H A Dbug68920.phpt79 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
88 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
H A Dopenssl_csr_sign_basic.phpt84 Key array must be of the form array(0 => key, 1 => phrase)
/PHP-8.2/tests/basic/
H A Dbug67198.phpt29 'header' => 'Content-type: application/x-www-form-urlencoded',
/PHP-8.2/ext/standard/tests/math/
H A Dlog.phpt17 // Now test the base form of log
/PHP-8.2/ext/standard/tests/file/
H A D006_variation2.phpt30 -0777, // permissions will be given as 2's complement form of -0777
31 -07777, // permissions will be given as 2's complement form of -07777
/PHP-8.2/Zend/
H A DLICENSE13 2. Redistributions in binary form must reproduce the above
34 5. Redistributions of any form whatsoever must retain the following
/PHP-8.2/
H A DLICENSE13 2. Redistributions in binary form must reproduce the above copyright
39 6. Redistributions of any form whatsoever must retain the following
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 …]
/PHP-8.2/ext/oci8/
H A DLICENSE13 2. Redistributions in binary form must reproduce the above copyright
39 6. Redistributions of any form whatsoever must retain the following
/PHP-8.2/sapi/fpm/
H A DLICENSE9 2. Redistributions in binary form must reproduce the above copyright
/PHP-8.2/ext/standard/libavifinfo/
H A DLICENSE10 2. Redistributions in binary form must reproduce the above copyright
/PHP-8.2/ext/opcache/jit/libudis86/
H A DLICENSE9 2. Redistributions in binary form must reproduce the above copyright notice,
/PHP-8.2/Zend/asm/
H A DLICENSE14 works are solely in the form of machine-executable object code generated by
/PHP-8.2/ext/standard/
H A Durl_scanner_ex.re165 …STD_PHP_INI_ENTRY("session.trans_sid_tags", "a=href,area=href,frame=src,form=", PHP_INI_ALL, OnUpd…
167 …STD_PHP_INI_ENTRY("url_rewriter.tags", "form=", PHP_INI_ALL, OnUpdateOutputTags, url_adapt_session…
420 * This function appends a hidden input field after a <form>.
428 case sizeof("form") - 1:
429 if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))
463 if (ZSTR_LEN(ctx->tag.s) == sizeof("form")-1
464 && !strncasecmp(ZSTR_VAL(ctx->tag.s), "form", ZSTR_LEN(ctx->tag.s))) {
922 /* Remove form var */
932 /* Get end of form var */
/PHP-8.2/ext/fileinfo/libmagic/
H A DLICENSE20 2. Redistributions in binary form must reproduce the above copyright

Completed in 52 milliseconds

12345678