Home
last modified time | relevance | path

Searched refs:BEGIN (Results 51 – 75 of 132) sorted by relevance

123456

/PHP-5.6/ext/oci8/tests/
H A Darray_bind_float1.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_float1_pkg.iobind(:c1); END;");
H A Darray_bind_int.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_int_pkg.iobind(:c1); END;");
H A Darray_bind_int1.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_int1_pkg.iobind(:c1); END;");
H A Darray_bind_005.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_005_pkg.iobind(:c1); END;");
H A Darray_bind_006.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_006_pkg.iobind(:c1); END;");
H A Darray_bind_date.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_date_pkg.iobind(:c1); END;");
H A Darray_bind_str.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_str_pkg.iobind(:c1); END;");
H A Darray_bind_str1.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_str1_pkg.iobind(:c1); END;");
H A Darray_bind_001.phpt30 BEGIN
49 $statement = oci_parse($c, "BEGIN array_bind_001_pkg.iobind(:c1); END;");
H A Darray_bind_002.phpt30 BEGIN
49 $statement = oci_parse($c, "BEGIN array_bind_002_pkg.iobind(:c1); END;");
H A Darray_bind_003.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_003_pkg.iobind(:c1); END;");
H A Darray_bind_004.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_004_pkg.iobind(:c1); END;");
H A Darray_bind_007.phpt30 BEGIN
49 $statement = oci_parse($c, "BEGIN array_bind_007_pkg.iobind(:c1); END;");
/PHP-5.6/ext/openssl/tests/
H A Dprivate_rsa_1024.key1 -----BEGIN RSA PRIVATE KEY-----
H A Dcert.crt1 -----BEGIN CERTIFICATE-----
H A Dbug28382cert.txt1 -----BEGIN CERTIFICATE-----
H A Dcve-2013-6420.crt1 -----BEGIN CERTIFICATE-----
H A D74651.pem1 -----BEGIN CERTIFICATE-----
H A Dcve2013_4073.pem1 -----BEGIN CERTIFICATE-----
H A Dopenssl_pkey_get_details_basic.phpt18 [key] => -----BEGIN PUBLIC KEY-----%a
H A Dsni_server_domain1.pem1 -----BEGIN RSA PRIVATE KEY-----
52 -----BEGIN CERTIFICATE-----
H A Dsni_server_domain2.pem1 -----BEGIN RSA PRIVATE KEY-----
52 -----BEGIN CERTIFICATE-----
H A Dsni_server_domain3.pem1 -----BEGIN RSA PRIVATE KEY-----
52 -----BEGIN CERTIFICATE-----
/PHP-5.6/Zend/
H A Dzend_language_scanner.l529 BEGIN(INITIAL); in open_file_for_scanning()
817 BEGIN(INITIAL); in highlight_string()
1697 BEGIN(ST_IN_SCRIPTING);
1715 BEGIN(ST_IN_SCRIPTING);
1734 BEGIN(ST_IN_SCRIPTING);
1931 BEGIN(INITIAL);
1938 BEGIN(INITIAL);
2074 BEGIN(ST_NOWDOC);
2081 BEGIN(ST_HEREDOC);
2106 BEGIN(ST_BACKQUOTE);
[all …]
/PHP-5.6/ext/spl/tests/
H A Diterator_034.phpt47 echo __METHOD__ . "() - BEGIN\n";
123 RecursiveArrayIteratorIterator::rewind() - BEGIN
177 RecursiveArrayIteratorIterator::rewind() - BEGIN

Completed in 37 milliseconds

123456