Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 137) sorted by path

123456

/PHP-7.4/
H A DCONTRIBUTING.md417 | This source file is subject to version 3.01 of the PHP license, |
H A DNEWS1811 subject string shorter). (Nikita)
H A DREADME.REDIST.BINS310 freely, subject to the following restrictions:
H A Dconfigure.ac1549 | This software is subject to the PHP License, available in this |
/PHP-7.4/Zend/tests/use_function/
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
/PHP-7.4/Zend/
H A Dzend_compile.c3706 znode subject, needle; in zend_compile_func_array_key_exists() local
3713 zend_compile_expr(&subject, args->child[1]); in zend_compile_func_array_key_exists()
3715 zend_emit_op_tmp(result, ZEND_ARRAY_KEY_EXISTS, &needle, &subject); in zend_compile_func_array_key_exists()
H A Dzend_execute.c2663 static zend_never_inline uint32_t ZEND_FASTCALL zend_array_key_exists_slow(zval *subject, zval *key… in zend_array_key_exists_slow() argument
2665 if (EXPECTED(Z_TYPE_P(subject) == IS_OBJECT)) { in zend_array_key_exists_slow()
2670 HashTable *ht = zend_get_properties_for(subject, ZEND_PROP_PURPOSE_ARRAY_CAST); in zend_array_key_exists_slow()
2678 if (UNEXPECTED(Z_TYPE_INFO_P(subject) == IS_UNDEF)) { in zend_array_key_exists_slow()
2681 …ey_exists() expects parameter 2 to be array, %s given", zend_get_type_by_const(Z_TYPE_P(subject))); in zend_array_key_exists_slow()
H A Dzend_vm_def.h7025 zval *key, *subject; variable
7032 subject = GET_OP2_ZVAL_PTR_UNDEF(BP_VAR_R);
7034 if (EXPECTED(Z_TYPE_P(subject) == IS_ARRAY)) {
7036 ht = Z_ARRVAL_P(subject);
7039 if ((OP2_TYPE & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(subject))) {
7040 subject = Z_REFVAL_P(subject);
7041 if (EXPECTED(Z_TYPE_P(subject) == IS_ARRAY)) {
7045 result = zend_array_key_exists_slow(subject, key OPLINE_CC EXECUTE_DATA_CC);
H A Dzend_vm_execute.h6399 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
6414 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER()
8600 zval *key, *subject; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
8615 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER()
11075 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER()
15118 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER()
16542 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER()
17836 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER()
41352 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER()
44757 subject = Z_REFVAL_P(subject); in ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER()
[all …]
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE372 subject to these terms and conditions. You may not impose any further
/PHP-7.4/ext/date/lib/
H A DLICENSE.rst11 furnished to do so, subject to the following conditions:
H A Dparse_date.re12 * furnished to do so, subject to the following conditions:
H A Dparse_iso_intervals.re11 * furnished to do so, subject to the following conditions:
/PHP-7.4/ext/ffi/
H A Dffi.g7 | This source file is subject to version 3.01 of the PHP license, |
39 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.4/ext/fileinfo/libmagic/
H A DLICENSE9 This software is not subject to any export provision of the United States
/PHP-7.4/ext/hash/tests/
H A Dsha3.phpt17 foreach ($subjects as $subject) {
18 echo '== ', urlencode($subject), " ==\n";
20 echo $bits, ': ', hash("sha3-$bits", $subject), "\n";
/PHP-7.4/ext/iconv/tests/
H A Dbug53891.phpt16 var_dump(iconv_mime_encode('subject', "d obeybiubrsfqllpdtpge…", $preferences));
20 string(54) "subject: =?utf-8?Q?d=20obeybiubrsfqllpdtpge=E2=80=A6?="
/PHP-7.4/ext/imap/
H A Dphp_imap.c429 ZEND_ARG_INFO(0, subject)
2181 if (en->subject && subjectlength) { in PHP_FUNCTION()
3512 if (env->subject) { in PHP_FUNCTION()
3513 add_property_string(&myoverview, "subject", env->subject); in PHP_FUNCTION()
3641 env->subject = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
4185 fprintf(sendmail, "Subject: %s\n", subject); in _php_imap_mail()
4206 …zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NUL… in PHP_FUNCTION() local
4209 if (zend_parse_parameters(argc, "SSS|SSSS", &to, &subject, &message, in PHP_FUNCTION()
4221 if (!ZSTR_LEN(subject)) { in PHP_FUNCTION()
4612 if (en->subject) add_property_string(myzvalue, "subject", en->subject); in _php_make_header_object()
[all …]
/PHP-7.4/ext/imap/tests/
H A Dbug80710_1.phpt12 $envelope["subject"] = "bar@example.com\n\n From : X-INJECTED";
H A Dbug80710_2.phpt12 $envelope["subject"] = "bar@example.com\n\n From : X-INJECTED";
H A Dimap_fetch_overview_variation6.phpt46 $envelope["subject"] = "Test msg 1";
H A Dimap_headerinfo_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
H A Dimap_include.inc148 $envelope["subject"] = "Test msg $i";
H A Dimap_rfc822_parse_headers_basic.phpt20 'subject','Subject',
34 var_dump($z->subject);
/PHP-7.4/ext/intl/
H A Dphp_intl.c431 ZEND_ARG_INFO( 0, subject )

Completed in 272 milliseconds

123456