Home
last modified time | relevance | path

Searched refs:h (Results 251 – 275 of 747) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.5/Zend/tests/
H A Ddereference_008.phpt21 $h = &$foo->$a();
22 $h[] = 2;
/PHP-5.5/ext/spl/tests/
H A DSplHeap_insert_invalid_parameter.phpt8 $h = new SplMaxHeap();
10 var_dump($h->insert());
H A DSplPriorityQueue_insert_invalid_parameter.phpt8 $h = new SplPriorityQueue();
10 var_dump($h->insert(NULL));
H A Dspl_heap_recoverfromcorruption_arguments.phpt8 $h = new SplMaxHeap();
10 $h->recoverFromCorruption("no args");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug63176.phpt22 public function __construct($h) {
23 var_dump($h);
24 if ($h) {
/PHP-5.5/ext/date/tests/
H A Dgmstrftime_variation12.phpt24 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dgmstrftime_variation11.phpt24 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dstrftime_variation11.phpt24 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing strftime() function with Abbreviated month name format %h --
H A Dstrftime_variation12.phpt24 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing strftime() function with Abbreviated month name format %h --
H A Dbug48678.phpt15 [h] => 12
33 [h] => 12
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m421 if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
23 elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
25 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
28 AC_MSG_ERROR([Cannot find php_pdo_driver.h.])
37 SEARCH_FOR="/include/sqlite3.h" # you most likely want to change this
102 AC_CHECK_HEADERS(time.h)
/PHP-5.5/ext/pdo/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/pdo", "php_pdo.h php_pdo_driver.h");
/PHP-5.5/ext/dba/
H A Dinstall_cdb.sh51 cp cdb.h uint32.h "$prefix/include"
/PHP-5.5/ext/zlib/
H A Dzlib_win32_howto.txt6 php_build\zlib\include\zlib.h
7 php_build\zlib\include\zconf.h
/PHP-5.5/ext/ldap/
H A DLDAP_Win32_HOWTO.txt9 - Rename OpenLDAP\include\portable.h.nt to OpenLDAP\include\portable.h
10 - Rename OpenLDAP\include\ldapconfig.h.nt to OpenLDAP\include\ldapconfig.h
H A Dconfig.m46 if test -f $1/include/ldap.h; then
10 elif test -f $1/include/umich-ldap/ldap.h; then
14 elif test -f $1/ldap/public/ldap.h; then
30 if test -f $OCISDKRPMINC/ldap.h; then
35 elif test -f $1/sdk/include/ldap.h; then
51 if test -f $i/include/sasl/sasl.h; then
55 elif test -f $i/include/sasl.h; then
66 AC_MSG_ERROR([sasl.h not found!])
106 AC_MSG_ERROR(Cannot find ldap.h)
199 [AC_TRY_COMPILE([#include <ldap.h>], [ldap_set_rebind_proc(0,0,0)],
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt102 le h
157 in h
168 h \
171 h is
175 h
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc67 $h= sybase_query($query, $dbh);
68 printf("<<< Return: %s\n", gettype($h));
70 if (!is_resource($h)) return $h;
73 while ($row= sybase_fetch_assoc($h)) {
/PHP-5.5/ext/mcrypt/
H A Dconfig.m410 #include <mcrypt.h>
28 test -f $i/include/mcrypt.h && MCRYPT_DIR=$i && break
32 AC_MSG_ERROR(mcrypt.h not found. Please reinstall libmcrypt.)
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation6.phpt37 $h = fopen($secondFile, "w");
38 fwrite($h, "File in include path");
39 fclose($h);
H A Dreadfile_variation7.phpt37 $h = fopen($scriptLocFile, "w");
38 fwrite($h, "File in script location");
39 fclose($h);
/PHP-5.5/ext/standard/
H A DMakefile.frag8 $(builddir)/info.lo: $(builddir)/../../main/build-defs.h
10 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt23 �\�\�\("�h���~�t�@�\");
26h���~�t�@�\
/PHP-5.5/sapi/tux/
H A Dconfig.m411 AC_CHECK_HEADERS(tuxmodule.h,[:],[AC_MSG_ERROR([Cannot find tuxmodule.h])])
/PHP-5.5/ext/pdo_odbc/
H A Dconfig.w328 && CHECK_HEADER_ADD_INCLUDE('sql.h', 'CFLAGS_PDO_ODBC')
9 && CHECK_HEADER_ADD_INCLUDE('sqlext.h', 'CFLAGS_PDO_ODBC')) {

Completed in 27 milliseconds

1...<<11121314151617181920>>...30