Home
last modified time | relevance | path

Searched refs:I (Results 101 – 125 of 336) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/mbstring/tests/
H A Dbug43301.phpt14 hello, I have got a cr*sh on you
25 #0 %sbug43301.php(%d): mb_ereg_replace('hello', '$1', 'hello, I have g...', 'e')
31 #0 %sbug43301.php(%d): mb_ereg_replace('hello', '$1', 'hello, I have g...', 'e')
/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 {
/PHP-7.4/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dzlib_scheme_file_read_file_basic.phpt19 all I know is that you can realize it
22 and I know that it descends down on me
H A Dzlib_scheme_file_get_contents_basic.phpt20 all I know is that you can realize it
23 and I know that it descends down on me
H A Dzlib_scheme_fopen_basic.phpt21 all I know is that you can realize it
24 and I know that it descends down on me
H A Dzlib_scheme_file_basic.phpt26 string(38) "all I know is that you can realize it
35 string(39) "and I know that it descends down on me
H A Dzlib_scheme_fopen_variation1.phpt26 all I know is that you can realize it
29 and I know that it descends down on me
H A Dgzpassthru_basic.phpt26 all I know is that you can realize it
29 and I know that it descends down on me
H A Dgzread_basic.phpt31 all I know is that you can realize it
35 and I know that it descends down on me
/PHP-7.4/Zend/tests/
H A Dbug60909_2.phpt9 throw new Exception('I CAN DO THIS');
16 Fatal error: Uncaught Exception: I CAN DO THIS in %s:%d
H A Dbug18556.phpt19 echo "\nInstantiating an InfoBlob with an uppercase I\n";
35 Instantiating an InfoBlob with an uppercase I
/PHP-7.4/ext/standard/tests/strings/
H A Dunpack_error.phpt18 var_dump(unpack("I", pack("I", 65534), 0, $extra_arg));
22 var_dump(unpack("B", pack("I", 65534)));
/PHP-7.4/ext/session/tests/
H A D029.phpt14 print "I live\n";
20 I live
H A D016.phpt22 print "I live\n";
28 I live
/PHP-7.4/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt134 I'll break these chains
136 I'll tear you down into my private hell
141 I'll break these chains
143 I'll tear you down into my private hell
150 I'll break these chains
152 I'll tear you down into my private hell
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_modifiers_001.phpt12 interface I {}
14 $classes = array("A", "B", "C", "D", "I");
H A DReflectionObject_isSubclassOf_basic.phpt9 interface I {}
10 class X implements I {}
12 $classNames = array('A', 'B', 'C', 'I', 'X');
53 Is A a subclass of I?
72 Is B a subclass of I?
91 Is C a subclass of I?
110 Is X a subclass of I?
/PHP-7.4/tests/lang/
H A Derror_2_exception_001.phpt36 trigger_error("I will become an exception", E_USER_ERROR);
43 There was an exception: 256, 'I will become an exception'
/PHP-7.4/tests/output/
H A Dob_start_basic_002.phpt18 return "I stole your output.";
50 I stole your output.
/PHP-7.4/tests/classes/
H A Dinterface_optional_arg_003.inc2 interface I {
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt39 echo hash('crc32c', "I can't remember anything"), "\n";
40 echo hash('crc32c', "I can't remember anything" . "Can’t tell if this is true or dream"), "\n";
43 echo hash('crc32c', "I wouldn't marry him with a ten foot pole."), "\n";
53 echo hash('crc32c', "Give me a rock, paper and scissors and I will move the world. CCFestoon"), "\…
56 echo hash('crc32c', "You remind me of a TV show, but that's all right: I watch it anyway."), "\n";
58 echo hash('crc32c', "Even if I could be Shakespeare, I think I should still choose to be Faraday. -…
/PHP-7.4/ext/date/tests/
H A DDateInterval_format.phpt24 echo $interval->format('I=%I') . "\n";
56 I=05
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m4120 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])
127 PDO_OCI_INCLUDES="$PDO_OCI_INCLUDES -I$PDO_OCI_DIR/rdbms/public"
131 PDO_OCI_INCLUDES="$PDO_OCI_INCLUDES -I$PDO_OCI_DIR/rdbms/demo"
135 PDO_OCI_INCLUDES="$PDO_OCI_INCLUDES -I$PDO_OCI_DIR/network/public"
139 PDO_OCI_INCLUDES="$PDO_OCI_INCLUDES -I$PDO_OCI_DIR/plsql/public"
143 PDO_OCI_INCLUDES="$PDO_OCI_INCLUDES -I$PDO_OCI_DIR/include"
187 …PHP_NEW_EXTENSION(pdo_oci, pdo_oci.c oci_driver.c oci_statement.c, $ext_shared,,-I$pdo_cv_inc_path)
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in41 …_INCLUDES", "/I " + PHP_DIR + "/include /I " + PHP_DIR + "/include/main /I " + PHP_DIR + "/include…
94 ADD_FLAG("CFLAGS", '/I "' + php_usual_include_suspects + '" ');

Completed in 29 milliseconds

12345678910>>...14