Home
last modified time | relevance | path

Searched refs:BEGIN (Results 1 – 25 of 108) sorted by relevance

12345

/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch24 -0 regex =^\\s*BEGIN\\s*[{] awk script text
25 +0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
34 Subject: [PATCH] further optimize awk by not looking for the BEGIN regex until
35 we found the BEGIN (Jan Kaluza)
49 -0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
50 +0 search/16384 BEGIN
51 +>0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
61 Subject: [PATCH] Limit regex search for BEGIN to the first 4K of the file.
75 -0 search/16384 BEGIN
76 ->0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dstatement_type.phpt16 "CREATE OR REPLACE PROCEDURE myproc(v1 NUMBER) as BEGIN DBMS_OUTPUT.PUT_LINE(v1); END;",
19 "BEGIN NULL; END;",
20 "DECLARE myn NUMBER BEGIN myn := 1; END;",
43 string(5) "BEGIN"
H A Dstatement_type_old.phpt23 "CREATE OR REPLACE PROCEDURE myproc(v1 NUMBER) as BEGIN DBMS_OUTPUT.PUT_LINE(v1); END;",
26 "BEGIN NULL; END;",
27 "DECLARE myn NUMBER BEGIN myn := 1; END;",
51 string(5) "BEGIN"
H A Dbug51253.phpt33 BEGIN
53 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
64 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
75 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.iobind(:c1); END;");
H A Dbug40078.phpt24 BEGIN
35 $statement = oci_parse($c, "BEGIN ARRAYBINDPKG1.nullbind(:c1); END;");
/PHP-5.5/win32/
H A Dphp5dllts.rc61 BEGIN
71 BEGIN
83 BEGIN
H A Dphp5ts.rc61 BEGIN
71 BEGIN
83 BEGIN
H A Dphp5ts_cli.rc61 BEGIN
71 BEGIN
83 BEGIN
H A Dphp5dllts.rc233 BEGIN
35 BEGIN
37 BEGIN
54 BEGIN
H A Dphp5ts.rc233 BEGIN
35 BEGIN
37 BEGIN
54 BEGIN
H A Dphp5ts_cli.rc233 BEGIN
35 BEGIN
37 BEGIN
54 BEGIN
/PHP-5.5/ext/ftp/tests/
H A Dcert.pem1 -----BEGIN CERTIFICATE REQUEST-----
12 -----BEGIN CERTIFICATE-----
30 -----BEGIN RSA PRIVATE KEY-----
/PHP-5.5/Zend/
H A Dzend_ini_scanner.l53 #define BEGIN(state) YYSETCONDITION(STATE(state)) macro
191 BEGIN(INITIAL); in init_ini_scanner()
320 BEGIN(INITIAL); in ini_lex()
378 BEGIN(INITIAL);
397 BEGIN(INITIAL);
490 BEGIN(INITIAL);
513 BEGIN(INITIAL);
586 BEGIN(INITIAL);
593 BEGIN(INITIAL);
599 BEGIN(INITIAL);
/PHP-5.5/win32/build/
H A Dtemplate.rc54 BEGIN
56 BEGIN
58 BEGIN
80 BEGIN
/PHP-5.5/ext/openssl/tests/
H A Dbug66501.phpt10 -----BEGIN EC PARAMETERS-----
13 -----BEGIN EC PRIVATE KEY-----
H A Dbug46127.pem1 -----BEGIN CERTIFICATE-----
19 -----BEGIN RSA PRIVATE KEY-----
H A Dbug54992.pem1 -----BEGIN CERTIFICATE-----
33 -----BEGIN RSA PRIVATE KEY-----
H A Dpublic.key1 -----BEGIN PUBLIC KEY-----
H A Dbug37820cert.pem1 -----BEGIN CERTIFICATE-----
H A Dbug41033pub.pem1 -----BEGIN PUBLIC KEY-----
/PHP-5.5/ext/pgsql/tests/
H A D09notice.phpt26 pg_query($db, "BEGIN;");
27 pg_query($db, "BEGIN;");
/PHP-5.5/ext/fileinfo/tests/resources/
H A Dtest.awk1 BEGIN { print "START" }
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dopenssl.phar.pubkey1 -----BEGIN PUBLIC KEY-----
/PHP-5.5/ext/phar/tests/files/
H A Dopenssl.phar.pubkey1 -----BEGIN PUBLIC KEY-----
/PHP-5.5/ext/phar/tests/tar/files/
H A DP1-1.0.0.tgz.pubkey1 -----BEGIN PUBLIC KEY-----

Completed in 32 milliseconds

12345