Home
last modified time | relevance | path

Searched refs:g (Results 176 – 200 of 315) sorted by path

12345678910>>...13

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput62495 g
2503 g
2504 0: g
2519 g
2520 0: g
2535 g
2551 g
H A Dtestoutput83602 /.*?/g+
3612 /\b/g+
3619 /\b/+g
3626 //g
4855 /^a(bc+|b[eh])g|.h$/
5994 /a*/g
6100 /\Gabc./g
6105 /abc./g
6699 /(?m)^$/<any>g+
6710 /(?m)$/<any>g+
[all …]
H A Dtestoutput9315 /[^a]+/8g
H A Dwintestoutput388 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
97 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
H A Dpreg_replace_callback2.phpt14 function g($x) {
18 var_dump(preg_replace_callback('@\b\w{1,2}\b@', 'g', array('a b3 bcd', 'v' => 'aksfjk', 12 => 'aa b…
20 var_dump(preg_replace_callback('~\A.~', 'g', array(array('xyz'))));
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m460 PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs_r | $SED -e "s/'//g"`
63 PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs | $SED -e "s/'//g"`
65 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt48 exec_and_count(11, $db, "REPLACE INTO test(id, col1) VALUES (6, 'g')", 1);
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.m410 you have selected will be used. e.g.:
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc68 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
1512 $infos['Compression-ratio'] = sprintf('%.3g%%', $usize ? ($csize * 100) / $usize : 100);
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller14.phar15 z��Lo��Z�h�)��`g�����GBMB
H A Dfrontcontroller18.phar15 �J1`�=ؾ�r�G M�@�g���GBMB
H A Dwrite19.phar8 …������test.txt�����H������E��� ���s:2:"hi";<?php __HALT_COMPILER();�� ���ο_�gL�?`` g�F���GBMB
H A Dwrite3.phar10 g��ja{��lH$������GBMB
H A Dwrite5.phar22 �c&��; ��yA,!g� ����GBMB
H A Dwrite7.phar10 �g�$�h����UxB�����GBMB
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller18.phar15 �J1`�=ؾ�r�G M�@�g���GBMB
H A Dfrontcontroller4.phar12 …��ж���������a.phps���_WjJ���l�`�������hiohio<?php function hio(){}D�����!�k�G�g�%���GBMB
H A Dinclude_path2.phar296 E/�g� TIv�`@ķ@�,.���GBMB
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_003.phpt19 $tar->addFile('tar_003.phpt', $g = fopen(__FILE__, 'r'));
25 fclose($g);
/PHP-5.5/ext/posix/
H A Dposix.c919 if (NULL == g) in php_posix_group_to_array()
934 add_assoc_long(array_group, "gid", g->gr_gid); in php_posix_group_to_array()
994 struct group *g; in PHP_FUNCTION() local
1012 g = &gbuf; in PHP_FUNCTION()
1014 if (getgrnam_r(name, g, buf, buflen, &g) || g == NULL) { in PHP_FUNCTION()
1020 if (NULL == (g = getgrnam(name))) { in PHP_FUNCTION()
1027 if (!php_posix_group_to_array(g, return_value)) { in PHP_FUNCTION()
1050 struct group *g; in PHP_FUNCTION() local
1070 g = &_g; in PHP_FUNCTION()
1072 if (NULL == (g = getgrgid(gid))) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt13 $g = false,
57 Parameter #6 [ <optional> $g = false ]
H A DReflectionClass_getModifierNames_basic.phpt22 final function g() {}
113 string(4) "x::g"
H A DReflectionClass_getModifiers_basic.phpt14 class g extends b {}
27 dump_modifiers('g');
H A DReflectionFunction_getFileName.001.phpt11 $funcInfo = new ReflectionFunction('g');

Completed in 58 milliseconds

12345678910>>...13