Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 119) sorted by path

12345

/PHP-7.4/
H A DNEWS692 many bind parameters). (Matteo)
H A Dconfigure.ac409 PHP_CHECK_FUNC(inet_aton, resolv, bind)
/PHP-7.4/Zend/tests/anon/
H A D013.phpt10 $closure = Closure::bind($foo, $class, $class);
/PHP-7.4/Zend/tests/
H A Dbug70630.phpt2 Bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure())
H A Dbug70685.phpt18 Warning: Cannot bind method SplDoublyLinkedList::count() to object of class cls in %s on line %d
H A Dclosure_036.phpt23 $cb2 = Closure::bind($ca, $b);
H A Dclosure_038.phpt34 $cb2 = Closure::bind($ca, $b, $b);
41 $cb2 = Closure::bind($ca, $b, 'B');
H A Dclosure_039.phpt34 $cb2 = Closure::bind($ca, $b, $b);
41 $cb2 = Closure::bind($ca, $b, 'B');
H A Dclosure_040.phpt45 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dclosure_041.phpt89 Warning: Cannot bind an instance to a static closure in %s on line %d
93 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dclosure_043.phpt7 * to a non-static instance when attempting to bind one */
58 Warning: Cannot bind an instance to a static closure in %s on line %d
60 Warning: Cannot bind an instance to a static closure in %s on line %d
70 Warning: Cannot bind an instance to a static closure in %s on line %d
72 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dclosure_061.phpt127 Cannot bind closure to scope of internal class stdClass
148 Cannot bind closure to scope of internal class stdClass
160 Cannot bind an instance to a static closure
163 Cannot bind an instance to a static closure
189 Cannot bind method Cls::method() to object of class ClsUnrelated
210 Cannot bind method SplDoublyLinkedList::count() to object of class ClsUnrelated
240 Cannot bind closure to scope of internal class stdClass
H A Dclosure_call.phpt64 Warning: Cannot bind closure to scope of internal class stdClass in %s line %d
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_rebinding.phpt20 Warning: Cannot bind method A::method() to object of class B in %s on line %d
/PHP-7.4/Zend/tests/traits/
H A Dno_static_arg_binding.phpt2 Don't statically bind arguments for self:: calls in traits
/PHP-7.4/Zend/
H A Dzend_closures.c202 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
643 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
644 ZEND_MALIAS(Closure, bindTo, bind, arginfo_closure_bindto, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/ftp/
H A Dftp.c1717 if (bind(fd, (struct sockaddr*) &addr, size) != 0) { in ftp_getdata()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc19 die("could not start/bind the ftp server\n");
446 /* Could bind port, Try another port */
455 die("could not bind passive port\n");
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt46 separable from, or merely link (or bind by name) to the interfaces of,
/PHP-7.4/ext/ldap/tests/
H A Dldap_bind_error.phpt30 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d
33 Warning: ldap_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
H A Dldap_connect_variation.phpt28 // bad hostname (connect should work, not bind)
H A Dldap_exop_passwd_error.phpt38 Warning: ldap_bind(): Unable to bind to server: Invalid credentials in %s on line %d
H A Dldap_sasl_bind_error.phpt50 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
53 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
56 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid credentials in %s on line %d
59 Warning: ldap_sasl_bind(): Unable to bind to server: Insufficient access in %s on line %d
62 Warning: ldap_sasl_bind(): Unable to bind to server: Invalid DN syntax in %s on line %d
H A Dldap_set_rebind_proc_basic.phpt22 print "Cannot bind";
H A Dldap_set_rebind_proc_error.phpt31 print "Cannot bind";

Completed in 170 milliseconds

12345