Home
last modified time | relevance | path

Searched refs:I (Results 26 – 50 of 336) sorted by path

12345678910>>...14

/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dloading_exception1.phpt20 interface I {}
25 public function test(): I {}
34 class B extends A implements I {
H A Dloading_exception2.phpt15 class B extends A implements I {
36 class B extends A implements I, J {
44 Class I does not exist
45 Class I does not exist
47 Fatal error: During inheritance of B with variance dependencies: Uncaught Exception: Class I does n…
49 #0 [internal function]: {closure}('I')
50 #1 %s(%d): spl_autoload_call('I')
/PHP-7.4/Zend/tests/typehints/
H A Dor_null.phpt8 function unloadedClass(?I\Dont\Exist $param) {}
76 function returnUnloadedClass(): ?I\Dont\Exist {
106 function returnUnloadedClassScalar(): ?I\Dont\Exist {
166 function returnMissingUnloadedClass(): ?I\Dont\Exist {
222 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, instan…
234 TypeError: Argument 1 passed to unloadedClass() must be an instance of I\Dont\Exist or null, int gi…
258 TypeError: Return value of returnUnloadedClass() must be an instance of I\Dont\Exist or null, insta…
270 TypeError: Return value of returnUnloadedClassScalar() must be an instance of I\Dont\Exist or null,…
294 TypeError: Return value of returnMissingUnloadedClass() must be an instance of I\Dont\Exist or null…
/PHP-7.4/Zend/tests/
H A Duse_unlinked_class.phpt10 class A implements I {
18 #1 [internal function]: {closure}('I')
19 #2 %s(%d): spl_autoload_call('I')
/PHP-7.4/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt7 * PHP does not allow this (for non-variadics), so I'm not allowing it here, too,
/PHP-7.4/build/
H A Dconfig.guess1512 I*) GUESS=ia64-dec-vms ;;
1565 I don't know.... */
H A Dlibtool.m42294 # Check to see if the program is GNU ld. I'd rather use --version,
2327 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2651 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2682 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2909 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
5324 …\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ …
H A Dltmain.sh2299 $echo "*** you link to this library. But I can only do this if you have a"
2302 $echo "*** that it is just a static archive that I should not used here."
3617 $echo "*** you link to this library. But I can only do this if you have a"
3618 $echo "*** shared version of the library, which I believe you do not have"
3657 $echo "*** you link to this library. But I can only do this if you have a"
3729 $echo "*** I have the capability to make that library automatically link in when"
3730 $echo "*** you link to this library. But I can only do this if you have a"
3732 $echo "*** because I did check the linker path looking for a file starting"
3781 $echo "*** I have the capability to make that library automatically link in when"
3782 $echo "*** you link to this library. But I can only do this if you have a"
[all …]
H A Dphp.m4231 ""[)] ac_srcdir="$abs_srcdir/"; unset ac_bdir; ac_inc="-I. -I$abs_srcdir" ;;
232 …/*[)] ac_srcdir=`echo "$1"|cut -c 2-`"/"; ac_bdir=$ac_srcdir; ac_inc="-I$ac_bdir -I$abs_srcdir/$ac…
233 *[)] ac_srcdir="$abs_srcdir/$1/"; ac_bdir="$1/"; ac_inc="-I$ac_bdir -I$ac_srcdir" ;;
401 -I*[)]
477 INCLUDES="-I$ai_p $INCLUDES"
479 INCLUDES="$INCLUDES -I$ai_p"
/PHP-7.4/
H A Dconfigure.ac384 CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
1184 INCLUDES="$INCLUDES -I\$(top_builddir)/TSRM"
1185 INCLUDES="$INCLUDES -I\$(top_builddir)/Zend"
1188 INCLUDES="$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend"
1189 INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/"
/PHP-7.4/docs/
H A Dinput-filter.md18 simple example all I am doing is calling `strip_tags()` on the data.
H A Drelease-process.md307 I. `s/^- /<li>/`
H A Dstreams.md380 so I won't even go in to how to do that here */
H A Dunix-build-system.md66 PHP_NEW_EXTENSION(foo, foo.c mylib/bar.c mylib/gregor.c,,,-I@ext_srcdir@/lib)
105 I.e. specify the source-code files as above and also pass the information
/PHP-7.4/ext/bcmath/
H A Dconfig.m412 $ext_shared,,-I@ext_srcdir@/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
/PHP-7.4/ext/bz2/tests/
H A Dbz2_filter_compress.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dbz2_filter_decompress.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
/PHP-7.4/ext/calendar/tests/
H A Dcal_info.phpt103 [6] => Adar I
120 [6] => Adar I
H A Djdmonthname.phpt78 Adar I
H A Dunixtojd.phpt17 // -since putenv() is written to call tzset() when env var is TZ, I assume that putenv("TZ=UTC") …
/PHP-7.4/ext/com_dotnet/
H A Dcom_iterator.c46 if (I->ev) { in com_iter_dtor()
100 I->key++; in com_iter_move_forwards()
108 if (I->key >= (ULONG) I->sa_max) { in com_iter_move_forwards()
112 I->key++; in com_iter_move_forwards()
113 if (php_com_safearray_get_elem(&I->safe_array, &I->v, (LONG)I->key) == 0) { in com_iter_move_forwards()
120 php_com_zval_from_variant(&ptr, &I->v, I->code_page); in com_iter_move_forwards()
160 I = (struct php_com_iterator*)ecalloc(1, sizeof(*I)); in php_com_iter_get()
163 Z_PTR(I->iter.data) = I; in php_com_iter_get()
190 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get()
238 if (I) { in php_com_iter_get()
[all …]
H A Dcom_saproxy.c475 efree(I); in saproxy_iter_dtor()
482 return (I->key < I->imax) ? SUCCESS : FAILURE; in saproxy_iter_valid()
492 I->indices[I->proxy->dimensions-1] = I->key; in saproxy_iter_get_data()
509 php_com_wrap_variant(&I->data, &v, I->proxy->obj->code_page); in saproxy_iter_get_data()
512 return &I->data; in saproxy_iter_get_data()
530 if (++I->key >= I->imax) { in saproxy_iter_move_forwards()
531 I->key = -1; in saproxy_iter_move_forwards()
556 I = ecalloc(1, sizeof(*I)); in php_com_saproxy_iter_get()
558 Z_PTR(I->iter.data) = I; in php_com_saproxy_iter_get()
573 I->key = I->imin; in php_com_saproxy_iter_get()
[all …]
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug49192.phpt17 // I don't think its worth the trouble of making the user install the fix to
/PHP-7.4/ext/date/
H A Dconfig0.m47 PHP_DATE_CFLAGS="-I@ext_builddir@/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1"
/PHP-7.4/ext/date/lib/
H A Dparse_date.re929 monthroman = "I" | "II" | "III" | "IV" | "V" | "VI" | "VII" | "VIII" | "IX" | "X" | "XI" | "XII";

Completed in 126 milliseconds

12345678910>>...14